Searched defs:yystpcpy (Results 1 - 9 of 9) sorted by relevance

/external/bison/data/
H A Dglr.c650 # ifndef yystpcpy
652 # define yystpcpy stpcpy
657 yystpcpy (char *yydest, const char *yysrc)
714 return yystpcpy (yyres, yystr) - yyres;
2120 yyfmt = yystpcpy (yyformat, yyunexpected);
2136 yyfmt = yystpcpy (yyfmt, yyprefix);
651 # define yystpcpy macro
H A Dyacc.c771 # 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
/external/e2fsprogs/intl/
H A Dplural.c585 # 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/elfutils/src/
H A Dldscript.c848 # ifndef yystpcpy
850 # define yystpcpy stpcpy
856 yystpcpy (char *yydest, const char *yysrc)
858 yystpcpy (yydest, yysrc)
1728 char *yyp = yystpcpy (yymsg, "syntax error, unexpected ");
1729 yyp = yystpcpy (yyp, yytname[yytype]);
1737 yyp = yystpcpy (yyp, yyprefix);
1738 yyp = yystpcpy (yyp, yytname[yyx]);
849 # define yystpcpy macro
855 yystpcpy (char *yydest, const char *yysrc) function
/external/bison/src/
H A Dparse-gram.c1211 # ifndef yystpcpy
1213 # define yystpcpy stpcpy
1220 yystpcpy (char *yydest, const char *yysrc)
1223 yystpcpy (yydest, yysrc)
1283 return yystpcpy (yyres, yystr) - yyres;
1342 yyfmt = yystpcpy (yyformat, yyunexpected);
1358 yyfmt = yystpcpy (yyfmt, yyprefix);
1212 # define yystpcpy macro
1219 yystpcpy (char *yydest, const char *yysrc) function
/external/libpcap/
H A Dgrammar.c1353 # ifndef yystpcpy
1355 # define yystpcpy stpcpy
1361 yystpcpy (char *yydest, const char *yysrc)
1363 yystpcpy (yydest, yysrc)
1423 return yystpcpy (yyres, yystr) - yyres;
2796 yyfmt = yystpcpy (yyformat, yyunexpected);
2812 yyfmt = yystpcpy (yyfmt, yyprefix);
1354 # define yystpcpy macro
1360 yystpcpy (char *yydest, const char *yysrc) function
/external/mesa3d/src/glsl/glcpp/
H A Dglcpp-parse.c1253 # ifndef yystpcpy
1255 # define yystpcpy stpcpy
1262 yystpcpy (char *yydest, const char *yysrc)
1265 yystpcpy (yydest, yysrc)
1325 return yystpcpy (yyres, yystr) - yyres;
1384 yyfmt = yystpcpy (yyformat, yyunexpected);
1400 yyfmt = yystpcpy (yyfmt, yyprefix);
1254 # define yystpcpy macro
1261 yystpcpy (char *yydest, const char *yysrc) function
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A Dglslang_tab.cpp1592 # ifndef yystpcpy
1594 # define yystpcpy stpcpy
1601 yystpcpy (char *yydest, const char *yysrc)
1604 yystpcpy (yydest, yysrc)
1664 return yystpcpy (yyres, yystr) - yyres;
1723 yyfmt = yystpcpy (yyformat, yyunexpected);
1739 yyfmt = yystpcpy (yyfmt, yyprefix);
1593 # define yystpcpy macro
/external/mesa3d/src/glsl/
H A Dglsl_parser.cpp2263 # ifndef yystpcpy
2265 # define yystpcpy stpcpy
2272 yystpcpy (char *yydest, const char *yysrc)
2275 yystpcpy (yydest, yysrc)
2335 return yystpcpy (yyres, yystr) - yyres;
2394 yyfmt = yystpcpy (yyformat, yyunexpected);
2410 yyfmt = yystpcpy (yyfmt, yyprefix);
2264 # define yystpcpy macro

Completed in 114 milliseconds