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

/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSUnserializeXML.cpp966 yystrlen (const char *yystr)
969 yystrlen (yystr) variable
970 const char *yystr;
974 for (yylen = 0; yystr[yylen]; yylen++)
1018 yytnamerr (char *yyres, const char *yystr)
1020 if (*yystr == '"')
1023 char const *yyp = yystr;
1051 return yystrlen (yystr);
1053 return yystpcpy (yyres, yystr) - yyres;
1017 yytnamerr(char *yyres, const char *yystr) argument

Completed in 28 milliseconds