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

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Ddeltat.c700 # ifndef yystpcpy
702 # define yystpcpy stpcpy
708 yystpcpy (char *yydest, const char *yysrc)
710 yystpcpy (yydest, yysrc)
1238 char *yyp = yystpcpy (yymsg, "syntax error, unexpected ");
1239 yyp = yystpcpy (yyp, yytname[yytype]);
1247 yyp = yystpcpy (yyp, yyprefix);
1248 yyp = yystpcpy (yyp, yytname[yyx]);
701 # define yystpcpy macro
707 yystpcpy (char *yydest, const char *yysrc) function

Completed in 24 milliseconds