Searched refs:yystr (Results 1 - 25 of 31) sorted by relevance

12

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dpmu-bison.c837 yystrlen (const char *yystr) argument
840 yystrlen (yystr)
841 const char *yystr;
845 for (yylen = 0; yystr[yylen]; yylen++)
889 yytnamerr (char *yyres, const char *yystr) argument
891 if (*yystr == '"')
894 char const *yyp = yystr;
922 return yystrlen (yystr);
924 return yystpcpy (yyres, yystr) - yyres;
H A Dparse-events-bison.c947 yystrlen (const char *yystr) argument
950 yystrlen (yystr)
951 const char *yystr;
955 for (yylen = 0; yystr[yylen]; yylen++)
999 yytnamerr (char *yyres, const char *yystr) argument
1001 if (*yystr == '"')
1004 char const *yyp = yystr;
1032 return yystrlen (yystr);
1034 return yystpcpy (yyres, yystr) - yyres;
H A Dpmu-flex.c1573 * @param yystr a NUL-terminated string to scan
1579 YY_BUFFER_STATE perf_pmu__scan_string (yyconst char * yystr )
1582 return perf_pmu__scan_bytes(yystr,strlen(yystr) );
/external/bison/data/
H A Dlalr1.java377 private final String yytnamerr_ (String yystr)
379 if (yystr.charAt (0) == '"')
382 strip_quotes: for (int i = 1; i < yystr.length (); i++)
383 switch (yystr.charAt (i))
390 if (yystr.charAt(++i) != '\\')
394 yyr.append (yystr.charAt (i));
401 else if (yystr.equals ("$end"))
404 return yystr;
H A Dlalr1.cc361 ]b4_parser_class_name[::yytnamerr_ (const char *yystr)
363 if (*yystr == '"')
366 char const *yyp = yystr;
389 return yystr;
H A Dyacc.c1155 [[const char *yystr], [yystr]])[
1158 for (yylen = 0; yystr[yylen]; yylen++)
1194 yytnamerr (char *yyres, const char *yystr)
1196 if (*yystr == '"')
1199 char const *yyp = yystr;
1227 return yystrlen (yystr);
1229 return yystpcpy (yyres, yystr) - yyres;
H A Dglr.c620 yytnamerr (char *yyres, const char *yystr)
622 if (*yystr == '"')
625 char const *yyp = yystr;
653 return strlen (yystr);
655 return yystpcpy (yyres, yystr) - yyres;
/external/bison/examples/calc++/
H A Dcalc++-parser.cc157 calcxx_parser::yytnamerr_ (const char *yystr) argument
159 if (*yystr == '"')
162 char const *yyp = yystr;
185 return yystr;
H A Dcalc++-scanner.cc1774 * @param yystr a NUL-terminated string to scan
1780 YY_BUFFER_STATE yy_scan_string (yyconst char * yystr )
1783 return yy_scan_bytes(yystr,strlen(yystr) );
/external/elfutils/0.153/src/
H A Dldscript.c1084 yystrlen (const char *yystr) argument
1087 yystrlen (yystr)
1088 const char *yystr;
1092 for (yylen = 0; yystr[yylen]; yylen++)
1136 yytnamerr (char *yyres, const char *yystr) argument
1138 if (*yystr == '"')
1141 char const *yyp = yystr;
1169 return yystrlen (yystr);
1171 return yystpcpy (yyres, yystr) - yyres;
H A Dldlex.c2518 * @param yystr a NUL-terminated string to scan
2524 YY_BUFFER_STATE ld_scan_string (yyconst char * yystr )
2527 return ld_scan_bytes(yystr,strlen(yystr) );
/external/e2fsprogs/intl/
H A Dplural.c569 yystrlen (const char *yystr) argument
571 yystrlen (yystr)
572 const char *yystr;
575 register const char *yys = yystr;
580 return yys - yystr - 1;
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
H A DExpressionParser.cpp918 yystrlen (const char *yystr) argument
921 yystrlen (yystr)
922 const char *yystr;
926 for (yylen = 0; yystr[yylen]; yylen++)
970 yytnamerr (char *yyres, const char *yystr) argument
972 if (*yystr == '"')
975 char const *yyp = yystr;
1003 return yystrlen (yystr);
1005 return yystpcpy (yyres, yystr) - yyres;
H A DTokenizer.cpp1896 * @param yystr a NUL-terminated string to scan
1902 YY_BUFFER_STATE pp_scan_string (yyconst char * yystr , yyscan_t yyscanner)
1905 return pp_scan_bytes(yystr,strlen(yystr) ,yyscanner);
/external/libpcap/
H A Dgrammar.c1698 yystrlen (const char *yystr) argument
1701 yystrlen (yystr)
1702 const char *yystr;
1706 for (yylen = 0; yystr[yylen]; yylen++)
1750 yytnamerr (char *yyres, const char *yystr) argument
1752 if (*yystr == '"')
1755 char const *yyp = yystr;
1783 return yystrlen (yystr);
1785 return yystpcpy (yyres, yystr) - yyres;
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglsl_parser.cc2412 yystrlen (const char *yystr)
2415 yystrlen (yystr)
2416 const char *yystr; variable
2420 for (yylen = 0; yystr[yylen]; yylen++)
2464 yytnamerr (char *yyres, const char *yystr) argument
2466 if (*yystr == '"')
2469 char const *yyp = yystr;
2497 return yystrlen (yystr);
2499 return yystpcpy (yyres, yystr) - yyres;
H A Dglcpp-parse.c1307 yystrlen (const char *yystr) argument
1310 yystrlen (yystr)
1311 const char *yystr;
1315 for (yylen = 0; yystr[yylen]; yylen++)
1359 yytnamerr (char *yyres, const char *yystr) argument
1361 if (*yystr == '"')
1364 char const *yyp = yystr;
1392 return yystrlen (yystr);
1394 return yystpcpy (yyres, yystr) - yyres;
H A Dglcpp-lex.c2098 * @param yystr a NUL-terminated string to scan
2104 YY_BUFFER_STATE glcpp__scan_string (yyconst char * yystr , yyscan_t yyscanner)
2107 return glcpp__scan_bytes(yystr,strlen(yystr) ,yyscanner);
/external/elfutils/0.153/libcpu/
H A Di386_parse.c1076 yystrlen (const char *yystr) argument
1079 yystrlen (yystr)
1080 const char *yystr;
1084 for (yylen = 0; yystr[yylen]; yylen++)
1128 yytnamerr (char *yyres, const char *yystr) argument
1130 if (*yystr == '"')
1133 char const *yyp = yystr;
1161 return yystrlen (yystr);
1163 return yystpcpy (yyres, yystr) - yyres;
H A Di386_lex.c1726 * @param yystr a NUL-terminated string to scan
1732 YY_BUFFER_STATE i386__scan_string (yyconst char * yystr )
1735 return i386__scan_bytes(yystr,strlen(yystr) );
/external/bison/src/
H A Dparse-gram.c1586 yystrlen (const char *yystr) argument
1589 yystrlen (yystr)
1590 const char *yystr;
1594 for (yylen = 0; yystr[yylen]; yylen++)
1638 yytnamerr (char *yyres, const char *yystr) argument
1640 if (*yystr == '"')
1643 char const *yyp = yystr;
1671 return yystrlen (yystr);
1673 return yystpcpy (yyres, yystr) - yyres;
H A Dscan-skel.c1982 * @param yystr a NUL-terminated string to scan
1988 YY_BUFFER_STATE skel__scan_string (yyconst char * yystr )
1991 return skel__scan_bytes(yystr,strlen(yystr) );
H A Dscan-code.c2195 * @param yystr a NUL-terminated string to scan
2201 YY_BUFFER_STATE code__scan_string (yyconst char * yystr )
2204 return code__scan_bytes(yystr,strlen(yystr) );
H A Dscan-gram.c3233 * @param yystr a NUL-terminated string to scan
3239 YY_BUFFER_STATE gram__scan_string (yyconst char * yystr )
3242 return gram__scan_bytes(yystr,strlen(yystr) );
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
H A Dprogram_parse.tab.c1705 yystrlen (const char *yystr) argument
1708 yystrlen (yystr)
1709 const char *yystr;
1713 for (yylen = 0; yystr[yylen]; yylen++)
1757 yytnamerr (char *yyres, const char *yystr) argument
1759 if (*yystr == '"')
1762 char const *yyp = yystr;
1790 return yystrlen (yystr);
1792 return yystpcpy (yyres, yystr) - yyres;

Completed in 6199 milliseconds

12