Home
last modified time | relevance | path

Searched refs:yystrlen (Results 1 – 6 of 6) sorted by relevance

/external/e2fsprogs/intl/
Dplural.c562 # ifndef yystrlen
564 # define yystrlen strlen macro
569 yystrlen (const char *yystr) in yystrlen() function
571 yystrlen (yystr) in yystrlen()
1146 yysize += yystrlen (yytname[yyx]) + 15, yycount++; in yyparse()
1147 yysize += yystrlen ("parse error, unexpected ") + 1; in yyparse()
1148 yysize += yystrlen (yytname[YYTRANSLATE (yychar)]); in yyparse()
/external/bison/src/
Dparse-gram.c1578 # ifndef yystrlen
1580 # define yystrlen strlen macro
1586 yystrlen (const char *yystr) in yystrlen() function
1589 yystrlen (yystr) in yystrlen()
1671 return yystrlen (yystr); in yytnamerr()
1783 yysize1 = yysize + yystrlen (yyformat); in yysyntax_error()
/external/bison/data/
Dyacc.c1149 # ifndef yystrlen
1151 # define yystrlen strlen
1154 ]b4_c_function_def([yystrlen], [static YYSIZE_T],
1227 return yystrlen (yystr);
1361 YYSIZE_T yysize1 = yysize + yystrlen (yyformat);
/external/libpcap/
Dgrammar.c1579 # ifndef yystrlen
1581 # define yystrlen strlen macro
1585 yystrlen (const char *yystr) in yystrlen() function
1657 return yystrlen (yystr); in yytnamerr()
1762 YYSIZE_T yysize1 = yysize + yystrlen (yyformat); in yysyntax_error()
/external/toybox/kconfig/
Dzconf.tab.c_shipped942 # ifndef yystrlen
944 # define yystrlen strlen
949 yystrlen (const char *yystr)
951 yystrlen (yystr)
1033 return yystrlen (yystr);
1935 yysize1 = yysize + yystrlen (yyf);
/external/bison/
DChangeLog-20129139 (yystrlen, yystpcpy, yyparse): Use b4_c_function... macros rather
9480 (yystrlen): Rewrite to avoid lint warning about ptrdiff_t overflow.
10832 * data/yacc.c (yyparse): strlen -> yystrlen.
20365 (yystrlen, yystpcpy): New functions.
20370 (yyparse): size_t -> YYSIZE_T. Use yystrlen and yystpcpy