Searched defs:yystrlen (Results 1 - 13 of 13) sorted by relevance

/external/bison/data/
H A Dyacc.c1149 # ifndef yystrlen
1151 # define yystrlen strlen macro
1154 ]b4_c_function_def([yystrlen], [static YYSIZE_T],
1227 return yystrlen (yystr);
1361 YYSIZE_T yysize1 = yysize + yystrlen (yyformat);
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
H A DExpressionParser.cpp910 # ifndef yystrlen
912 # define yystrlen strlen macro
918 yystrlen (const char *yystr) function
921 yystrlen (yystr)
1003 return yystrlen (yystr);
1112 YYSIZE_T yysize1 = yysize + yystrlen (yyformat);
/external/e2fsprogs/intl/
H A Dplural.c562 # ifndef yystrlen
564 # define yystrlen strlen macro
569 yystrlen (const char *yystr) function
571 yystrlen (yystr)
1146 yysize += yystrlen (yytname[yyx]) + 15, yycount++;
1147 yysize += yystrlen ("parse error, unexpected ") + 1;
1148 yysize += yystrlen (yytname[YYTRANSLATE (yychar)]);
/external/elfutils/0.153/src/
H A Dldscript.c1076 # ifndef yystrlen
1078 # define yystrlen strlen macro
1084 yystrlen (const char *yystr) function
1087 yystrlen (yystr)
1169 return yystrlen (yystr);
1276 yysize1 = yysize + yystrlen (yyformat);
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dparse-events-bison.c939 # ifndef yystrlen
941 # define yystrlen strlen macro
947 yystrlen (const char *yystr) function
950 yystrlen (yystr)
1032 return yystrlen (yystr);
1139 yysize1 = yysize + yystrlen (yyformat);
H A Dpmu-bison.c829 # ifndef yystrlen
831 # define yystrlen strlen macro
837 yystrlen (const char *yystr) function
840 yystrlen (yystr)
922 return yystrlen (yystr);
1029 yysize1 = yysize + yystrlen (yyformat);
/external/bison/src/
H A Dparse-gram.c1578 # ifndef yystrlen
1580 # define yystrlen strlen macro
1586 yystrlen (const char *yystr) function
1589 yystrlen (yystr)
1671 return yystrlen (yystr);
1783 yysize1 = yysize + yystrlen (yyformat);
/external/chromium_org/third_party/angle/src/compiler/translator/
H A Dglslang_tab.cpp1957 # ifndef yystrlen
1959 # define yystrlen strlen macro
1965 yystrlen (const char *yystr) function
1968 yystrlen (yystr)
2050 return yystrlen (yystr);
2159 YYSIZE_T yysize1 = yysize + yystrlen (yyformat);
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglcpp-parse.c1299 # ifndef yystrlen
1301 # define yystrlen strlen macro
1307 yystrlen (const char *yystr) function
1310 yystrlen (yystr)
1392 return yystrlen (yystr);
1499 yysize1 = yysize + yystrlen (yyformat);
H A Dglsl_parser.cc2404 # ifndef yystrlen
2406 # define yystrlen strlen macro
2412 yystrlen (const char *yystr)
2415 yystrlen (yystr)
2497 return yystrlen (yystr);
2604 yysize1 = yysize + yystrlen (yyformat);
/external/elfutils/0.153/libcpu/
H A Di386_parse.c1068 # ifndef yystrlen
1070 # define yystrlen strlen macro
1076 yystrlen (const char *yystr) function
1079 yystrlen (yystr)
1161 return yystrlen (yystr);
1268 yysize1 = yysize + yystrlen (yyformat);
/external/libpcap/
H A Dgrammar.c1690 # ifndef yystrlen
1692 # define yystrlen strlen macro
1698 yystrlen (const char *yystr) function
1701 yystrlen (yystr)
1783 return yystrlen (yystr);
1890 yysize1 = yysize + yystrlen (yyformat);
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
H A Dprogram_parse.tab.c1697 # ifndef yystrlen
1699 # define yystrlen strlen macro
1705 yystrlen (const char *yystr) function
1708 yystrlen (yystr)
1790 return yystrlen (yystr);
1897 yysize1 = yysize + yystrlen (yyformat);

Completed in 5701 milliseconds