/external/e2fsprogs/intl/ |
D | plural.c | 585 # ifndef yystpcpy 587 # define yystpcpy stpcpy macro 593 yystpcpy (char *yydest, const char *yysrc) in yystpcpy() function 595 yystpcpy (yydest, yysrc) in yystpcpy() 1152 char *yyp = yystpcpy (yymsg, "parse error, unexpected "); in yyparse() 1153 yyp = yystpcpy (yyp, yytname[YYTRANSLATE (yychar)]); in yyparse() 1164 yyp = yystpcpy (yyp, yyq); in yyparse() 1165 yyp = yystpcpy (yyp, yytname[yyx]); in yyparse()
|
/external/linux-tools-perf/src/tools/perf/util/ |
D | pmu-bison.c | 852 # ifndef yystpcpy 854 # define yystpcpy stpcpy macro 861 yystpcpy (char *yydest, const char *yysrc) in yystpcpy() function 864 yystpcpy (yydest, yysrc) in yystpcpy() 924 return yystpcpy (yyres, yystr) - yyres; in yytnamerr()
|
D | parse-events-bison.c | 962 # ifndef yystpcpy 964 # define yystpcpy stpcpy macro 971 yystpcpy (char *yydest, const char *yysrc) in yystpcpy() function 974 yystpcpy (yydest, yysrc) in yystpcpy() 1034 return yystpcpy (yyres, yystr) - yyres; in yytnamerr()
|
/external/elfutils/src/src/ |
D | ldscript.c | 1084 # ifndef yystpcpy 1086 # define yystpcpy stpcpy macro 1093 yystpcpy (char *yydest, const char *yysrc) in yystpcpy() function 1096 yystpcpy (yydest, yysrc) in yystpcpy() 1156 return yystpcpy (yyres, yystr) - yyres; in yytnamerr()
|
/external/bison/src/ |
D | parse-gram.c | 1601 # ifndef yystpcpy 1603 # define yystpcpy stpcpy macro 1610 yystpcpy (char *yydest, const char *yysrc) in yystpcpy() function 1613 yystpcpy (yydest, yysrc) in yystpcpy() 1673 return yystpcpy (yyres, yystr) - yyres; in yytnamerr()
|
/external/libpcap/ |
D | grammar.c | 1713 # ifndef yystpcpy 1715 # define yystpcpy stpcpy macro 1722 yystpcpy (char *yydest, const char *yysrc) in yystpcpy() function 1725 yystpcpy (yydest, yysrc) in yystpcpy() 1785 return yystpcpy (yyres, yystr) - yyres; in yytnamerr()
|
/external/bison/data/ |
D | yacc.c | 1165 # ifndef yystpcpy 1167 # define yystpcpy stpcpy 1171 ]b4_c_function_def([yystpcpy], [static char *], 1229 return yystpcpy (yyres, yystr) - yyres;
|
D | glr.c | 591 # ifndef yystpcpy 593 # define yystpcpy stpcpy 598 yystpcpy (char *yydest, const char *yysrc) 655 return yystpcpy (yyres, yystr) - yyres;
|
/external/toybox/kconfig/ |
D | zconf.tab.c_shipped | 965 # ifndef yystpcpy 967 # define yystpcpy stpcpy 973 yystpcpy (char *yydest, const char *yysrc) 975 yystpcpy (yydest, yysrc) 1035 return yystpcpy (yyres, yystr) - yyres; 1914 yyfmt = yystpcpy (yyformat, yyunexpected); 1930 yyfmt = yystpcpy (yyfmt, yyprefix);
|
/external/elfutils/src/libcpu/ |
D | i386_parse.c | 1087 # ifndef yystpcpy 1089 # define yystpcpy stpcpy macro 1096 yystpcpy (char *yydest, const char *yysrc) in yystpcpy() function 1099 yystpcpy (yydest, yysrc) in yystpcpy() 1159 return yystpcpy (yyres, yystr) - yyres; in yytnamerr()
|
/external/bison/ |
D | ChangeLog-2012 | 9139 (yystrlen, yystpcpy, yyparse): Use b4_c_function... macros rather 10761 (yystpcpy): New function, taken from yacc.c. 11179 * data/yacc.c (YYCOPY, yystpcpy, yyparse): Remove "register" 20313 (yystpcpy): Use prototype if __STDC__ is defined, not just 20365 (yystrlen, yystpcpy): New functions. 20370 (yyparse): size_t -> YYSIZE_T. Use yystrlen and yystpcpy
|