Home
last modified time | relevance | path

Searched refs:yystrlen (Results 1 – 14 of 14) 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/linux-tools-perf/perf-3.12.0/tools/perf/util/
Dpmu-bison.c829 # ifndef yystrlen
831 # define yystrlen strlen macro
837 yystrlen (const char *yystr) in yystrlen() function
840 yystrlen (yystr) in yystrlen()
922 return yystrlen (yystr); in yytnamerr()
1029 yysize1 = yysize + yystrlen (yyformat); in yysyntax_error()
Dparse-events-bison.c939 # ifndef yystrlen
941 # define yystrlen strlen macro
947 yystrlen (const char *yystr) in yystrlen() function
950 yystrlen (yystr) in yystrlen()
1032 return yystrlen (yystr); in yytnamerr()
1139 yysize1 = yysize + yystrlen (yyformat); in yysyntax_error()
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
DExpressionParser.cpp910 # ifndef yystrlen
912 # define yystrlen strlen macro
918 yystrlen (const char *yystr) in yystrlen() function
921 yystrlen (yystr) in yystrlen()
1003 return yystrlen (yystr); in yytnamerr()
1112 YYSIZE_T yysize1 = yysize + yystrlen (yyformat); in yysyntax_error()
/external/elfutils/0.153/src/
Dldscript.c1076 # ifndef yystrlen
1078 # define yystrlen strlen macro
1084 yystrlen (const char *yystr) in yystrlen() function
1087 yystrlen (yystr) in yystrlen()
1169 return yystrlen (yystr); in yytnamerr()
1276 yysize1 = yysize + yystrlen (yyformat); 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/libpcap/
Dgrammar.c1690 # ifndef yystrlen
1692 # define yystrlen strlen macro
1698 yystrlen (const char *yystr) in yystrlen() function
1701 yystrlen (yystr) in yystrlen()
1783 return yystrlen (yystr); in yytnamerr()
1890 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/0.153/libcpu/
Di386_parse.c1068 # ifndef yystrlen
1070 # define yystrlen strlen macro
1076 yystrlen (const char *yystr) in yystrlen() function
1079 yystrlen (yystr) in yystrlen()
1161 return yystrlen (yystr); in yytnamerr()
1268 yysize1 = yysize + yystrlen (yyformat); 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/translator/
Dglslang_tab.cpp1957 # ifndef yystrlen
1959 # define yystrlen strlen macro
1965 yystrlen (const char *yystr) in yystrlen() function
1968 yystrlen (yystr) in yystrlen()
2050 return yystrlen (yystr); in yytnamerr()
2159 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