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

/vbox/src/VBox/ExtPacks/VBoxDTrace/generated/
H A Ddt_grammar.c1569 # ifndef yystpcpy
1571 # define yystpcpy stpcpy
1578 yystpcpy (char *yydest, const char *yysrc)
1581 yystpcpy (yydest, yysrc)
1641 return yystpcpy (yyres, yystr) - yyres;
1700 yyfmt = yystpcpy (yyformat, yyunexpected);
1716 yyfmt = yystpcpy (yyfmt, yyprefix);
1570 # define yystpcpy macro
1577 yystpcpy (char *yydest, const char *yysrc) function

Completed in 968 milliseconds