Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/intl/
Dplural.c609 # ifndef yystpcpy
611 # define yystpcpy stpcpy macro
617 yystpcpy (char *yydest, const char *yysrc) in yystpcpy() function
619 yystpcpy (yydest, yysrc) in yystpcpy()
1176 char *yyp = yystpcpy (yymsg, "parse error, unexpected "); in yyparse()
1177 yyp = yystpcpy (yyp, yytname[YYTRANSLATE (yychar)]); in yyparse()
1188 yyp = yystpcpy (yyp, yyq); in yyparse()
1189 yyp = yystpcpy (yyp, yytname[yyx]); in yyparse()