Home
last modified time | relevance | path

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

/system/core/sh/
Darith.c753 # ifndef yystpcpy
755 # define yystpcpy stpcpy macro
761 yystpcpy (char *yydest, const char *yysrc) in yystpcpy() function
763 yystpcpy (yydest, yysrc) in yystpcpy()
1346 char *yyp = yystpcpy (yymsg, "syntax error, unexpected ");
1347 yyp = yystpcpy (yyp, yytname[yytype]);
1355 yyp = yystpcpy (yyp, yyprefix);
1356 yyp = yystpcpy (yyp, yytname[yyx]);