/external/bison/data/ |
glr.c | 591 # ifndef yystpcpy 593 # define yystpcpy stpcpy macro 598 yystpcpy (char *yydest, const char *yysrc) 655 return yystpcpy (yyres, yystr) - yyres; [all...] |
yacc.c | 1167 # define yystpcpy macro [all...] |
/external/e2fsprogs/intl/ |
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]); [all...] |
/toolchain/binutils/binutils-2.25/intl/ |
plural.c | 610 # ifndef yystpcpy 612 # define yystpcpy stpcpy 618 yystpcpy (char *yydest, const char *yysrc) 620 yystpcpy (yydest, yysrc) 1179 char *yyp = yystpcpy (yymsg, "parse error, unexpected "); 1180 yyp = yystpcpy (yyp, yytname[YYTRANSLATE (yychar)]); 1191 yyp = yystpcpy (yyp, yyq); 1192 yyp = yystpcpy (yyp, yytname[yyx]); 611 # define yystpcpy macro 617 yystpcpy (char *yydest, const char *yysrc) function [all...] |
/external/bison/src/ |
parse-gram.c | 1603 # define yystpcpy macro 1610 yystpcpy (char *yydest, const char *yysrc) function [all...] |
/external/libpcap/ |
grammar.c | 1597 # define yystpcpy macro 1602 yystpcpy (char *yydest, const char *yysrc) function [all...] |