Searched refs:yystpcpy (Results 1 - 6 of 6) sorted by relevance
/external/e2fsprogs/intl/ |
H A D | plural.c | 585 # ifndef yystpcpy 587 # define yystpcpy stpcpy macro 593 yystpcpy (char *yydest, const char *yysrc) function 595 yystpcpy (yydest, yysrc) 1152 char *yyp = yystpcpy (yymsg, "parse error, unexpected "); 1153 yyp = yystpcpy (yyp, yytname[YYTRANSLATE (yychar)]); 1164 yyp = yystpcpy (yyp, yyq); 1165 yyp = yystpcpy (yyp, yytname[yyx]);
|
/external/bison/data/ |
H A D | glr.c | 591 # ifndef yystpcpy 593 # define yystpcpy stpcpy macro 598 yystpcpy (char *yydest, const char *yysrc) 655 return yystpcpy (yyres, yystr) - yyres;
|
H A D | yacc.c | 1165 # ifndef yystpcpy 1167 # define yystpcpy stpcpy macro 1171 ]b4_c_function_def([yystpcpy], [static char *], 1229 return yystpcpy (yyres, yystr) - yyres;
|
/external/toybox/kconfig/ |
H A D | zconf.tab.c_shipped | 966 # ifndef yystpcpy 968 # define yystpcpy stpcpy 974 yystpcpy (char *yydest, const char *yysrc) 976 yystpcpy (yydest, yysrc) 1036 return yystpcpy (yyres, yystr) - yyres; 1918 yyfmt = yystpcpy (yyformat, yyunexpected); 1934 yyfmt = yystpcpy (yyfmt, yyprefix);
|
/external/libpcap/ |
H A D | grammar.c | 1595 # ifndef yystpcpy 1597 # define yystpcpy stpcpy macro 1602 yystpcpy (char *yydest, const char *yysrc) function 1659 return yystpcpy (yyres, yystr) - yyres;
|
/external/bison/src/ |
H A D | parse-gram.c | 1601 # ifndef yystpcpy 1603 # define yystpcpy stpcpy macro 1610 yystpcpy (char *yydest, const char *yysrc) function 1613 yystpcpy (yydest, yysrc) 1673 return yystpcpy (yyres, yystr) - yyres;
|
Completed in 599 milliseconds