Searched refs:yystpcpy (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/intl/ |
| D | plural.c | 616 # ifndef yystpcpy 618 # define yystpcpy stpcpy macro 624 yystpcpy (char *yydest, const char *yysrc) in yystpcpy() function 626 yystpcpy (yydest, yysrc) in yystpcpy() 1183 char *yyp = yystpcpy (yymsg, "parse error, unexpected "); in yyparse() 1184 yyp = yystpcpy (yyp, yytname[YYTRANSLATE (yychar)]); in yyparse() 1195 yyp = yystpcpy (yyp, yyq); in yyparse() 1196 yyp = yystpcpy (yyp, yytname[yyx]); in yyparse()
|
| /netbsd/src/external/bsd/elftosb/dist/elftosb2/ |
| D | elftosb_parser.tab.cpp | 1055 # ifndef yystpcpy 1057 # define yystpcpy stpcpy macro 1063 yystpcpy (char *yydest, const char *yysrc) in yystpcpy() function 1065 yystpcpy (yydest, yysrc) in yystpcpy() 1125 return yystpcpy (yyres, yystr) - yyres; in yytnamerr() 2590 yyfmt = yystpcpy (yyformat, yyunexpected); 2606 yyfmt = yystpcpy (yyfmt, yyprefix);
|
| /netbsd/src/external/gpl2/xcvs/dist/lib/ |
| D | getdate.c | 1133 # ifndef yystpcpy 1135 # define yystpcpy stpcpy macro 1142 yystpcpy (char *yydest, const char *yysrc) in yystpcpy() function 1145 yystpcpy (yydest, yysrc) in yystpcpy() 1205 return yystpcpy (yyres, yystr) - yyres; in yytnamerr() 1264 yyfmt = yystpcpy (yyformat, yyunexpected); in yysyntax_error() 1280 yyfmt = yystpcpy (yyfmt, yyprefix); in yysyntax_error()
|
| /netbsd/src/external/gpl3/binutils/dist/gold/ |
| D | yyscript.c | 1916 #ifndef yystpcpy 1918 # define yystpcpy stpcpy macro 1923 yystpcpy (char *yydest, const char *yysrc) in yystpcpy() function 1980 return yystpcpy (yyres, yystr) - yyres; in yytnamerr()
|