Home
last modified time | relevance | path

Searched refs:yystrlen (Results 1 – 12 of 12) 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/chromium_org/third_party/angle/src/compiler/preprocessor/
DExpressionParser.cpp905 # ifndef yystrlen
907 # define yystrlen strlen macro
913 yystrlen (const char *yystr) in yystrlen() function
916 yystrlen (yystr) in yystrlen()
998 return yystrlen (yystr); in yytnamerr()
1107 YYSIZE_T yysize1 = yysize + yystrlen (yyformat); in yysyntax_error()
/external/libpcap/
Dgrammar.c1329 # ifndef yystrlen
1331 # define yystrlen strlen macro
1336 yystrlen (const char *yystr) in yystrlen() function
1338 yystrlen (yystr) in yystrlen()
1420 return yystrlen (yystr); in yytnamerr()
2813 yysize1 = yysize + yystrlen (yyf);
/external/elfutils/src/
Dldscript.c1053 # ifndef yystrlen
1055 # define yystrlen strlen macro
1061 yystrlen (const char *yystr) in yystrlen() function
1064 yystrlen (yystr) in yystrlen()
1146 return yystrlen (yystr); in yytnamerr()
1228 yysize1 = yysize + yystrlen (yyf); in yysyntax_error()
/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/elfutils/libcpu/
Di386_parse.c1044 # ifndef yystrlen
1046 # define yystrlen strlen macro
1052 yystrlen (const char *yystr) in yystrlen() function
1055 yystrlen (yystr) in yystrlen()
1137 return yystrlen (yystr); in yytnamerr()
1219 yysize1 = yysize + yystrlen (yyf); in yysyntax_error()
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
Dglcpp-parse.c1299 # ifndef yystrlen
1301 # define yystrlen strlen macro
1307 yystrlen (const char *yystr) in yystrlen() function
1310 yystrlen (yystr) in yystrlen()
1392 return yystrlen (yystr); in yytnamerr()
1499 yysize1 = yysize + yystrlen (yyformat); in yysyntax_error()
Dglsl_parser.cc2404 # ifndef yystrlen
2406 # define yystrlen strlen macro
2412 yystrlen (const char *yystr) in yystrlen() function
2415 yystrlen (yystr) in yystrlen()
2497 return yystrlen (yystr); in yytnamerr()
2604 yysize1 = yysize + yystrlen (yyformat); in yysyntax_error()
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
Dprogram_parse.tab.c1697 # ifndef yystrlen
1699 # define yystrlen strlen macro
1705 yystrlen (const char *yystr) in yystrlen() function
1708 yystrlen (yystr) in yystrlen()
1790 return yystrlen (yystr); in yytnamerr()
1897 yysize1 = yysize + yystrlen (yyformat); in yysyntax_error()
/external/chromium_org/third_party/angle/src/compiler/
Dglslang_tab.cpp1653 # ifndef yystrlen
1655 # define yystrlen strlen macro
1661 yystrlen (const char *yystr) in yystrlen() function
1664 yystrlen (yystr) in yystrlen()
1746 return yystrlen (yystr); in yytnamerr()
1855 YYSIZE_T yysize1 = yysize + yystrlen (yyformat); in yysyntax_error()
/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