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

/vbox/src/VBox/ExtPacks/VBoxDTrace/generated/
H A Ddt_grammar.c1554 yystrlen (const char *yystr)
1557 yystrlen (yystr)
1558 const char *yystr;
1562 for (yylen = 0; yystr[yylen]; yylen++)
1606 yytnamerr (char *yyres, const char *yystr)
1608 if (*yystr == '"')
1611 char const *yyp = yystr;
1639 return yystrlen (yystr);
1641 return yystpcpy (yyres, yystr) - yyres;
1553 yystrlen(const char *yystr) argument
1605 yytnamerr(char *yyres, const char *yystr) argument

Completed in 54 milliseconds