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

/darwin-on-arm/xnu/libkern/c++/
H A DOSUnserialize.cpp942 # ifndef yystpcpy
944 # define yystpcpy stpcpy
951 yystpcpy (char *yydest, const char *yysrc)
954 yystpcpy (yydest, yysrc)
1014 return yystpcpy (yyres, yystr) - yyres;
1073 yyfmt = yystpcpy (yyformat, yyunexpected);
1089 yyfmt = yystpcpy (yyfmt, yyprefix);
943 # define yystpcpy macro
H A DOSUnserializeXML.cpp976 # ifndef yystpcpy
978 # define yystpcpy stpcpy
985 yystpcpy (char *yydest, const char *yysrc)
988 yystpcpy (yydest, yysrc)
1048 return yystpcpy (yyres, yystr) - yyres;
1107 yyfmt = yystpcpy (yyformat, yyunexpected);
1123 yyfmt = yystpcpy (yyfmt, yyprefix);
977 # define yystpcpy macro

Completed in 90 milliseconds