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

/darwin-on-arm/xnu/libkern/c++/
H A DOSUnserialize.cpp927 yystrlen (const char *yystr)
930 yystrlen (yystr) variable
931 const char *yystr;
935 for (yylen = 0; yystr[yylen]; yylen++)
979 yytnamerr (char *yyres, const char *yystr)
981 if (*yystr == '"')
984 char const *yyp = yystr;
1012 return yystrlen (yystr);
1014 return yystpcpy (yyres, yystr) - yyres;
978 yytnamerr(char *yyres, const char *yystr) argument
H A DOSUnserializeXML.cpp961 yystrlen (const char *yystr)
964 yystrlen (yystr) variable
965 const char *yystr;
969 for (yylen = 0; yystr[yylen]; yylen++)
1013 yytnamerr (char *yyres, const char *yystr)
1015 if (*yystr == '"')
1018 char const *yyp = yystr;
1046 return yystrlen (yystr);
1048 return yystpcpy (yyres, yystr) - yyres;
1012 yytnamerr(char *yyres, const char *yystr) argument

Completed in 24 milliseconds