Searched defs:yystr (Results 1 - 6 of 6) sorted by relevance

/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;
/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/swiftshader/src/OpenGL/compiler/preprocessor/
H A DExpressionParser.cpp831 yystrlen (const char *yystr) argument
834 for (yylen = 0; yystr[yylen]; yylen++)
870 yytnamerr (char *yyres, const char *yystr) argument
872 if (*yystr == '"')
875 char const *yyp = yystr;
903 return yystrlen (yystr);
905 return yystpcpy (yyres, yystr) - yyres;
/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;
/external/libpcap/
H A Dgrammar.c1574 yystrlen (const char *yystr) argument
1577 for (yylen = 0; yystr[yylen]; yylen++)
1613 yytnamerr (char *yyres, const char *yystr) argument
1615 if (*yystr == '"')
1618 char const *yyp = yystr;
1646 return yystrlen (yystr);
1648 return yystpcpy (yyres, yystr) - yyres;
/external/swiftshader/src/OpenGL/compiler/
H A Dglslang_tab.cpp1852 yystrlen (const char *yystr) argument
1855 for (yylen = 0; yystr[yylen]; yylen++)
1891 yytnamerr (char *yyres, const char *yystr) argument
1893 if (*yystr == '"')
1896 char const *yyp = yystr;
1924 return yystrlen (yystr);
1926 return yystpcpy (yyres, yystr) - yyres;

Completed in 68 milliseconds