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

/freebsd-13-stable/crypto/heimdal/lib/com_err/
H A Dparse.c868 # ifndef yystpcpy
870 # define yystpcpy stpcpy
877 yystpcpy (char *yydest, const char *yysrc)
880 yystpcpy (yydest, yysrc)
940 return yystpcpy (yyres, yystr) - yyres;
999 yyfmt = yystpcpy (yyformat, yyunexpected);
1015 yyfmt = yystpcpy (yyfmt, yyprefix);
869 # define yystpcpy macro
876 yystpcpy (char *yydest, const char *yysrc) function
/freebsd-13-stable/crypto/heimdal/lib/asn1/
H A Dasn1parse.c1260 # ifndef yystpcpy
1262 # define yystpcpy stpcpy
1269 yystpcpy (char *yydest, const char *yysrc)
1272 yystpcpy (yydest, yysrc)
1332 return yystpcpy (yyres, yystr) - yyres;
1391 yyfmt = yystpcpy (yyformat, yyunexpected);
1407 yyfmt = yystpcpy (yyfmt, yyprefix);
1261 # define yystpcpy macro
1268 yystpcpy (char *yydest, const char *yysrc) function
/freebsd-13-stable/crypto/heimdal/lib/sl/
H A Dslc-gram.c842 # ifndef yystpcpy
844 # define yystpcpy stpcpy
851 yystpcpy (char *yydest, const char *yysrc)
854 yystpcpy (yydest, yysrc)
914 return yystpcpy (yyres, yystr) - yyres;
973 yyfmt = yystpcpy (yyformat, yyunexpected);
989 yyfmt = yystpcpy (yyfmt, yyprefix);
843 # define yystpcpy macro
850 yystpcpy (char *yydest, const char *yysrc) function
/freebsd-13-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.c1253 # ifndef yystpcpy
1255 # define yystpcpy stpcpy
1262 yystpcpy (char *yydest, const char *yysrc)
1265 yystpcpy (yydest, yysrc)
1325 return yystpcpy (yyres, yystr) - yyres;
1384 yyfmt = yystpcpy (yyformat, yyunexpected);
1400 yyfmt = yystpcpy (yyfmt, yyprefix);
1254 # define yystpcpy macro
1261 yystpcpy (char *yydest, const char *yysrc) function
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_parser.c1707 # ifndef yystpcpy
1709 # define yystpcpy stpcpy macro
1714 yystpcpy (char *yydest, const char *yysrc) function
1771 return yystpcpy (yyres, yystr) - yyres;

Completed in 202 milliseconds