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

/external/bison/data/
H A Dglr.c591 # ifndef yystpcpy
593 # define yystpcpy stpcpy macro
598 yystpcpy (char *yydest, const char *yysrc)
655 return yystpcpy (yyres, yystr) - yyres;
H A Dyacc.c1165 # ifndef yystpcpy
1167 # define yystpcpy stpcpy macro
1171 ]b4_c_function_def([yystpcpy], [static char *],
1229 return yystpcpy (yyres, yystr) - yyres;
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
H A DExpressionParser.cpp933 # ifndef yystpcpy
935 # define yystpcpy stpcpy macro
942 yystpcpy (char *yydest, const char *yysrc) function
945 yystpcpy (yydest, yysrc)
1005 return yystpcpy (yyres, yystr) - yyres;
/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/0.153/src/
H A Dldscript.c1099 # ifndef yystpcpy
1101 # define yystpcpy stpcpy macro
1108 yystpcpy (char *yydest, const char *yysrc) function
1111 yystpcpy (yydest, yysrc)
1171 return yystpcpy (yyres, yystr) - yyres;
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dparse-events-bison.c962 # ifndef yystpcpy
964 # define yystpcpy stpcpy macro
971 yystpcpy (char *yydest, const char *yysrc) function
974 yystpcpy (yydest, yysrc)
1034 return yystpcpy (yyres, yystr) - yyres;
H A Dpmu-bison.c852 # ifndef yystpcpy
854 # define yystpcpy stpcpy macro
861 yystpcpy (char *yydest, const char *yysrc) function
864 yystpcpy (yydest, yysrc)
924 return yystpcpy (yyres, yystr) - yyres;
/external/bison/src/
H A Dparse-gram.c1601 # 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;
/external/chromium_org/third_party/angle/src/compiler/translator/
H A Dglslang_tab.cpp1980 # ifndef yystpcpy
1982 # define yystpcpy stpcpy macro
1989 yystpcpy (char *yydest, const char *yysrc) function
1992 yystpcpy (yydest, yysrc)
2052 return yystpcpy (yyres, yystr) - yyres;
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglcpp-parse.c1322 # ifndef yystpcpy
1324 # define yystpcpy stpcpy macro
1331 yystpcpy (char *yydest, const char *yysrc) function
1334 yystpcpy (yydest, yysrc)
1394 return yystpcpy (yyres, yystr) - yyres;
H A Dglsl_parser.cc2427 # ifndef yystpcpy
2429 # define yystpcpy stpcpy macro
2436 yystpcpy (char *yydest, const char *yysrc)
2439 yystpcpy (yydest, yysrc)
2499 return yystpcpy (yyres, yystr) - yyres;
/external/elfutils/0.153/libcpu/
H A Di386_parse.c1091 # ifndef yystpcpy
1093 # define yystpcpy stpcpy macro
1100 yystpcpy (char *yydest, const char *yysrc) function
1103 yystpcpy (yydest, yysrc)
1163 return yystpcpy (yyres, yystr) - yyres;
/external/libpcap/
H A Dgrammar.c1713 # ifndef yystpcpy
1715 # define yystpcpy stpcpy macro
1722 yystpcpy (char *yydest, const char *yysrc) function
1725 yystpcpy (yydest, yysrc)
1785 return yystpcpy (yyres, yystr) - yyres;
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
H A Dprogram_parse.tab.c1720 # ifndef yystpcpy
1722 # define yystpcpy stpcpy macro
1729 yystpcpy (char *yydest, const char *yysrc) function
1732 yystpcpy (yydest, yysrc)
1792 return yystpcpy (yyres, yystr) - yyres;

Completed in 299 milliseconds