/external/e2fsprogs/intl/ |
D | plural.c | 562 # 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/ |
D | pmu-bison.c | 829 # 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()
|
D | parse-events-bison.c | 939 # 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/ |
D | ExpressionParser.cpp | 910 # 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/ |
D | ldscript.c | 1076 # 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/ |
D | parse-gram.c | 1578 # 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/ |
D | grammar.c | 1690 # 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/ |
D | yacc.c | 1149 # 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/ |
D | i386_parse.c | 1068 # 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/ |
D | glcpp-parse.c | 1299 # 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()
|
D | glsl_parser.cc | 2404 # 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/ |
D | program_parse.tab.c | 1697 # 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/ |
D | glslang_tab.cpp | 1957 # 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/ |
D | ChangeLog-2012 | 9139 (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
|