Searched refs:yystpcpy (Results 1 – 7 of 7) sorted by relevance
| /dragonfly/contrib/cvs-1.12/lib/ |
| HD | getdate.c | 915 # ifndef yystpcpy 917 # define yystpcpy stpcpy macro 923 yystpcpy (char *yydest, const char *yysrc) in yystpcpy() function 925 yystpcpy (yydest, yysrc) in yystpcpy() 1852 char *yyp = yystpcpy (yymsg, "syntax error, unexpected "); 1853 yyp = yystpcpy (yyp, yytname[yytype]); 1861 yyp = yystpcpy (yyp, yyprefix); 1862 yyp = yystpcpy (yyp, yytname[yyx]);
|
| /dragonfly/contrib/gdb-7/gdb/ |
| HD | go-exp.c | 1176 # ifndef yystpcpy 1178 # define yystpcpy stpcpy macro 1185 yystpcpy (char *yydest, const char *yysrc) in yystpcpy() function 1188 yystpcpy (yydest, yysrc) in yystpcpy() 1248 return yystpcpy (yyres, yystr) - yyres; in yytnamerr() 1307 yyfmt = yystpcpy (yyformat, yyunexpected); in yysyntax_error() 1323 yyfmt = yystpcpy (yyfmt, yyprefix); in yysyntax_error()
|
| HD | ada-exp.c | 1373 # ifndef yystpcpy 1375 # define yystpcpy stpcpy macro 1382 yystpcpy (char *yydest, const char *yysrc) in yystpcpy() function 1385 yystpcpy (yydest, yysrc) in yystpcpy() 1445 return yystpcpy (yyres, yystr) - yyres; in yytnamerr() 1504 yyfmt = yystpcpy (yyformat, yyunexpected); in yysyntax_error() 1520 yyfmt = yystpcpy (yyfmt, yyprefix); in yysyntax_error()
|
| /dragonfly/lib/libevtr/ |
| HD | ktrfmt.tab.c | 973 # ifndef yystpcpy 975 # define yystpcpy stpcpy macro 982 yystpcpy (char *yydest, const char *yysrc) in yystpcpy() function 985 yystpcpy (yydest, yysrc) in yystpcpy() 1045 return yystpcpy (yyres, yystr) - yyres; in yytnamerr()
|
| /dragonfly/contrib/flex/src/ |
| HD | parse.c | 1011 # ifndef yystpcpy 1013 # define yystpcpy stpcpy macro 1018 yystpcpy (char *yydest, const char *yysrc) in yystpcpy() function 1075 return yystpcpy (yyres, yystr) - yyres; in yytnamerr()
|
| /dragonfly/gnu/usr.bin/binutils227/block2/libgold/ |
| HD | yyscript.c | 1752 # ifndef yystpcpy 1754 # define yystpcpy stpcpy macro 1761 yystpcpy (char *yydest, const char *yysrc) in yystpcpy() function 1764 yystpcpy (yydest, yysrc) in yystpcpy() 1824 return yystpcpy (yyres, yystr) - yyres; in yytnamerr()
|
| /dragonfly/contrib/binutils-2.34/gold/ |
| HD | yyscript.c | 1567 # ifndef yystpcpy 1569 # define yystpcpy stpcpy macro 1574 yystpcpy (char *yydest, const char *yysrc) in yystpcpy() function 1631 return yystpcpy (yyres, yystr) - yyres; in yytnamerr()
|