Searched refs:yystrlen (Results 1 - 5 of 5) sorted by relevance

/external/e2fsprogs/intl/
H A Dplural.c563 # ifndef yystrlen
565 # define yystrlen strlen
570 yystrlen (const char *yystr)
572 yystrlen (yystr)
1149 yysize += yystrlen (yytname[yyx]) + 15, yycount++;
1150 yysize += yystrlen ("parse error, unexpected ") + 1;
1151 yysize += yystrlen (yytname[YYTRANSLATE (yychar)]);
564 # define yystrlen macro
569 yystrlen (const char *yystr) function
/external/libpcap/
H A Dgrammar.c1330 # ifndef yystrlen
1332 # define yystrlen strlen
1337 yystrlen (const char *yystr)
1339 yystrlen (yystr)
1421 return yystrlen (yystr);
2817 yysize1 = yysize + yystrlen (yyf);
1331 # define yystrlen macro
1336 yystrlen (const char *yystr) function
/external/elfutils/src/
H A Dldscript.c825 # ifndef yystrlen
827 # define yystrlen strlen
832 yystrlen (const char *yystr)
834 yystrlen (yystr)
1715 yysize += yystrlen (yyprefix) + yystrlen (yytname [yyx]);
1724 + yystrlen (yytname[yytype]));
826 # define yystrlen macro
831 yystrlen (const char *yystr) function
/external/bison/data/
H A Dyacc.c755 # ifndef yystrlen
757 # define yystrlen strlen
760 ]b4_c_function_def([yystrlen], [static YYSIZE_T],
833 return yystrlen (yystr);
915 yysize1 = yysize + yystrlen (yyf);
756 # define yystrlen macro
/external/bison/src/
H A Dparse-gram.c1188 # ifndef yystrlen
1190 # define yystrlen strlen
1196 yystrlen (const char *yystr)
1199 yystrlen (yystr)
1281 return yystrlen (yystr);
1363 yysize1 = yysize + yystrlen (yyf);
1189 # define yystrlen macro
1195 yystrlen (const char *yystr) function

Completed in 87 milliseconds