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

/httpd/server/
H A Dutil_expr_parse.c956 yystrlen (const char *yystr) argument
959 yystrlen (yystr)
960 const char *yystr;
964 for (yylen = 0; yystr[yylen]; yylen++)
1008 yytnamerr (char *yyres, const char *yystr) argument
1010 if (*yystr == '"')
1013 char const *yyp = yystr;
1041 return yystrlen (yystr);
1043 return yystpcpy (yyres, yystr) - yyres;

Completed in 11 milliseconds