Searched refs:yystpcpy (Results 1 - 18 of 18) sorted by relevance

/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/intl/
H A Dplural.c610 # 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
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Darparse.c708 # ifndef yystpcpy
710 # define yystpcpy stpcpy
716 yystpcpy (char *yydest, const char *yysrc)
718 yystpcpy (yydest, yysrc)
1287 char *yyp = yystpcpy (yymsg, "syntax error, unexpected ");
1288 yyp = yystpcpy (yyp, yytname[yytype]);
1296 yyp = yystpcpy (yyp, yyprefix);
1297 yyp = yystpcpy (yyp, yytname[yyx]);
709 # define yystpcpy macro
715 yystpcpy (char *yydest, const char *yysrc) function
H A Ddefparse.c767 # ifndef yystpcpy
769 # define yystpcpy stpcpy
775 yystpcpy (char *yydest, const char *yysrc)
777 yystpcpy (yydest, yysrc)
1470 char *yyp = yystpcpy (yymsg, "syntax error, unexpected ");
1471 yyp = yystpcpy (yyp, yytname[yytype]);
1479 yyp = yystpcpy (yyp, yyprefix);
1480 yyp = yystpcpy (yyp, yytname[yyx]);
768 # define yystpcpy macro
774 yystpcpy (char *yydest, const char *yysrc) function
H A Dsysinfo.c648 # ifndef yystpcpy
650 # define yystpcpy stpcpy
656 yystpcpy (char *yydest, const char *yysrc)
658 yystpcpy (yydest, yysrc)
1463 char *yyp = yystpcpy (yymsg, "syntax error, unexpected ");
1464 yyp = yystpcpy (yyp, yytname[yytype]);
1472 yyp = yystpcpy (yyp, yyprefix);
1473 yyp = yystpcpy (yyp, yytname[yyx]);
649 # define yystpcpy macro
655 yystpcpy (char *yydest, const char *yysrc) function
H A Dnlmheader.c842 # ifndef yystpcpy
844 # define yystpcpy stpcpy
850 yystpcpy (char *yydest, const char *yysrc)
852 yystpcpy (yydest, yysrc)
1757 char *yyp = yystpcpy (yymsg, "syntax error, unexpected ");
1758 yyp = yystpcpy (yyp, yytname[yytype]);
1766 yyp = yystpcpy (yyp, yyprefix);
1767 yyp = yystpcpy (yyp, yytname[yyx]);
843 # define yystpcpy macro
849 yystpcpy (char *yydest, const char *yysrc) function
H A Drcparse.c1398 # ifndef yystpcpy
1400 # define yystpcpy stpcpy
1406 yystpcpy (char *yydest, const char *yysrc)
1408 yystpcpy (yydest, yysrc)
3827 char *yyp = yystpcpy (yymsg, "syntax error, unexpected ");
3828 yyp = yystpcpy (yyp, yytname[yytype]);
3836 yyp = yystpcpy (yyp, yyprefix);
3837 yyp = yystpcpy (yyp, yytname[yyx]);
1399 # define yystpcpy macro
1405 yystpcpy (char *yydest, const char *yysrc) function
/macosx-10.10.1/cxxfilt-11/cxxfilt/intl/
H A Dplural.c610 # 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
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclDate.c1087 # ifndef yystpcpy macro
1089 # define yystpcpy stpcpy
1096 yystpcpy (char *yydest, const char *yysrc)
1099 yystpcpy (yydest, yysrc)
1159 return yystpcpy (yyres, yystr) - yyres;
1218 yyfmt = yystpcpy (yyformat, yyunexpected);
1234 yyfmt = yystpcpy (yyfmt, yyprefix);
1094 yystpcpy (char *yydest, const char *yysrc) function
/macosx-10.10.1/xnu-2782.1.97/libkern/c++/
H A DOSUnserialize.cpp942 # ifndef yystpcpy
944 # define yystpcpy stpcpy
951 yystpcpy (char *yydest, const char *yysrc)
954 yystpcpy (yydest, yysrc)
1014 return yystpcpy (yyres, yystr) - yyres;
1073 yyfmt = yystpcpy (yyformat, yyunexpected);
1089 yyfmt = yystpcpy (yyfmt, yyprefix);
943 # define yystpcpy macro
H A DOSUnserializeXML.cpp980 # ifndef yystpcpy
982 # define yystpcpy stpcpy
989 yystpcpy (char *yydest, const char *yysrc)
992 yystpcpy (yydest, yysrc)
1052 return yystpcpy (yyres, yystr) - yyres;
1111 yyfmt = yystpcpy (yyformat, yyunexpected);
1127 yyfmt = yystpcpy (yyfmt, yyprefix);
981 # define yystpcpy macro
/macosx-10.10.1/IOKitUser-1050.1.21/
H A DIOCFUnserialize.tab.c977 # ifndef yystpcpy
979 # define yystpcpy stpcpy
986 yystpcpy (char *yydest, const char *yysrc)
989 yystpcpy (yydest, yysrc)
1049 return yystpcpy (yyres, yystr) - yyres;
1108 yyfmt = yystpcpy (yyformat, yyunexpected);
1124 yyfmt = yystpcpy (yyfmt, yyprefix);
978 # define yystpcpy macro
985 yystpcpy (char *yydest, const char *yysrc) function
/macosx-10.10.1/awk-20/src/
H A Dytab.c2209 # ifndef yystpcpy
2211 # define yystpcpy stpcpy
2218 yystpcpy (char *yydest, const char *yysrc)
2221 yystpcpy (yydest, yysrc)
2281 return yystpcpy (yyres, yystr) - yyres;
2340 yyfmt = yystpcpy (yyformat, yyunexpected);
2356 yyfmt = yystpcpy (yyfmt, yyprefix);
2210 # define yystpcpy macro
2217 yystpcpy (char *yydest, const char *yysrc) function
H A Dytabc.bak2011 # ifndef yystpcpy
2013 # define yystpcpy stpcpy
2019 yystpcpy (char *yydest, const char *yysrc)
2021 yystpcpy (yydest, yysrc)
3219 char *yyp = yystpcpy (yymsg, "syntax error, unexpected ");
3220 yyp = yystpcpy (yyp, yytname[yytype]);
3228 yyp = yystpcpy (yyp, yyprefix);
3229 yyp = yystpcpy (yyp, yytname[yyx]);
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dgetdate.c1132 # ifndef yystpcpy
1134 # define yystpcpy stpcpy
1141 yystpcpy (char *yydest, const char *yysrc)
1144 yystpcpy (yydest, yysrc)
1204 return yystpcpy (yyres, yystr) - yyres;
1263 yyfmt = yystpcpy (yyformat, yyunexpected);
1279 yyfmt = yystpcpy (yyfmt, yyprefix);
1133 # define yystpcpy macro
1140 yystpcpy (char *yydest, const char *yysrc) function
/macosx-10.10.1/ntp-92/ntpd/
H A Dntp_parser.c1649 # ifndef yystpcpy
1651 # define yystpcpy stpcpy
1658 yystpcpy (char *yydest, const char *yysrc)
1661 yystpcpy (yydest, yysrc)
1721 return yystpcpy (yyres, yystr) - yyres;
1780 yyfmt = yystpcpy (yyformat, yyunexpected);
1796 yyfmt = yystpcpy (yyfmt, yyprefix);
1650 # define yystpcpy macro
1657 yystpcpy (char *yydest, const char *yysrc) function
/macosx-10.10.1/ruby-106/ruby/ext/ripper/
H A Dripper.c4682 # ifndef yystpcpy
4684 # define yystpcpy stpcpy macro
4691 yystpcpy (char *yydest, const char *yysrc) function
4694 yystpcpy (yydest, yysrc)
4754 return yystpcpy (yyres, yystr) - yyres;
/macosx-10.10.1/ruby-106/ruby/
H A Dparse.c4682 # ifndef yystpcpy
4684 # define yystpcpy stpcpy macro
4691 yystpcpy (char *yydest, const char *yysrc) function
4694 yystpcpy (yydest, yysrc)
4754 return yystpcpy (yyres, yystr) - yyres;
/macosx-10.10.1/swig-12/Source/CParse/
H A Dparser.c3992 # ifndef yystpcpy
3994 # define yystpcpy stpcpy
4001 yystpcpy (char *yydest, const char *yysrc)
4004 yystpcpy (yydest, yysrc)
4064 return yystpcpy (yyres, yystr) - yyres;
4123 yyfmt = yystpcpy (yyformat, yyunexpected);
4139 yyfmt = yystpcpy (yyfmt, yyprefix);
3993 # define yystpcpy macro
4000 yystpcpy (char *yydest, const char *yysrc) function

Completed in 812 milliseconds