/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...] |
/system/core/sh/ |
arith.c | 754 # ifndef yystpcpy 756 # define yystpcpy stpcpy 762 yystpcpy (char *yydest, const char *yysrc) 764 yystpcpy (yydest, yysrc) 755 # define yystpcpy macro 761 yystpcpy (char *yydest, const char *yysrc) function [all...] |
/external/elfutils/src/ |
ldscript.c | 1078 # define yystpcpy macro 1085 yystpcpy (char *yydest, const char *yysrc) function [all...] |
/external/libpcap/ |
grammar.c | 1354 # define yystpcpy macro 1360 yystpcpy (char *yydest, const char *yysrc) function [all...] |
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
glslang_tab.cpp | 1593 # define yystpcpy macro [all...] |
/external/bison/data/ |
glr.c | 650 # ifndef yystpcpy 652 # define yystpcpy stpcpy 657 yystpcpy (char *yydest, const char *yysrc) 714 return yystpcpy (yyres, yystr) - yyres; 651 # define yystpcpy macro [all...] |
yacc.c | 771 # ifndef yystpcpy 773 # define yystpcpy stpcpy 777 ]b4_c_function_def([yystpcpy], [static char *], 835 return yystpcpy (yyres, yystr) - yyres; 894 yyfmt = yystpcpy (yyformat, yyunexpected); 910 yyfmt = yystpcpy (yyfmt, yyprefix); 772 # define yystpcpy macro [all...] |
/external/bison/src/ |
parse-gram.c | 1212 # define yystpcpy macro 1219 yystpcpy (char *yydest, const char *yysrc) function [all...] |
/external/mesa3d/src/glsl/ |
glsl_parser.cpp | 2264 # define yystpcpy macro [all...] |
/external/elfutils/libcpu/ |
i386_parse.c | 1068 # ifndef yystpcpy 1070 # define yystpcpy stpcpy 1077 yystpcpy (char *yydest, const char *yysrc) 1080 yystpcpy (yydest, yysrc) 1140 return yystpcpy (yyres, yystr) - yyres; 1069 # define yystpcpy macro 1076 yystpcpy (char *yydest, const char *yysrc) function [all...] |
/external/mesa3d/src/glsl/glcpp/ |
glcpp-parse.c | 1254 # define yystpcpy macro 1261 yystpcpy (char *yydest, const char *yysrc) function [all...] |