HomeSort by: relevance | last modified time | path
    Searched defs:yystpcpy (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/compiler/
dtcompilerparser.tab.c 897 # ifndef yystpcpy
899 # define yystpcpy stpcpy
906 yystpcpy (char *yydest, const char *yysrc)
909 yystpcpy (yydest, yysrc)
969 return yystpcpy (yyres, yystr) - yyres;
1028 yyfmt = yystpcpy (yyformat, yyunexpected);
1044 yyfmt = yystpcpy (yyfmt, yyprefix);
898 # define yystpcpy macro
905 yystpcpy (char *yydest, const char *yysrc) function
dtparser.tab.c 979 # ifndef yystpcpy
981 # define yystpcpy stpcpy
988 yystpcpy (char *yydest, const char *yysrc)
991 yystpcpy (yydest, yysrc)
1051 return yystpcpy (yyres, yystr) - yyres;
1110 yyfmt = yystpcpy (yyformat, yyunexpected);
1126 yyfmt = yystpcpy (yyfmt, yyprefix);
980 # define yystpcpy macro
987 yystpcpy (char *yydest, const char *yysrc) function
prparser.tab.c 982 # ifndef yystpcpy
984 # define yystpcpy stpcpy
991 yystpcpy (char *yydest, const char *yysrc)
994 yystpcpy (yydest, yysrc)
1054 return yystpcpy (yyres, yystr) - yyres;
1113 yyfmt = yystpcpy (yyformat, yyunexpected);
1129 yyfmt = yystpcpy (yyfmt, yyprefix);
983 # define yystpcpy macro
990 yystpcpy (char *yydest, const char *yysrc) function
  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
plural.c 588 # ifndef yystpcpy
590 # define yystpcpy stpcpy
596 yystpcpy (char *yydest, const char *yysrc)
598 yystpcpy (yydest, yysrc)
1157 char *yyp = yystpcpy (yymsg, "parse error, unexpected ");
1158 yyp = yystpcpy (yyp, yytname[YYTRANSLATE (yychar)]);
1169 yyp = yystpcpy (yyp, yyq);
1170 yyp = yystpcpy (yyp, yytname[yyx]);
589 # define yystpcpy macro
595 yystpcpy (char *yydest, const char *yysrc) function
  /src/external/gpl2/gettext/dist/gettext-tools/src/
po-gram-gen.c 595 # ifndef yystpcpy
597 # define yystpcpy stpcpy
603 yystpcpy (char *yydest, const char *yysrc)
605 yystpcpy (yydest, yysrc)
1358 char *yyp = yystpcpy (yymsg, "parse error, unexpected ");
1359 yyp = yystpcpy (yyp, yytname[YYTRANSLATE (yychar)]);
1370 yyp = yystpcpy (yyp, yyq);
1371 yyp = yystpcpy (yyp, yytname[yyx]);
596 # define yystpcpy macro
602 yystpcpy (char *yydest, const char *yysrc) function
  /src/external/gpl2/texinfo/dist/intl/
plural.c 588 # ifndef yystpcpy
590 # define yystpcpy stpcpy
596 yystpcpy (char *yydest, const char *yysrc)
598 yystpcpy (yydest, yysrc)
1157 char *yyp = yystpcpy (yymsg, "parse error, unexpected ");
1158 yyp = yystpcpy (yyp, yytname[YYTRANSLATE (yychar)]);
1169 yyp = yystpcpy (yyp, yyq);
1170 yyp = yystpcpy (yyp, yytname[yyx]);
589 # define yystpcpy macro
595 yystpcpy (char *yydest, const char *yysrc) function
  /src/external/gpl3/gcc.old/dist/intl/
plural.c 617 # ifndef yystpcpy
619 # define yystpcpy stpcpy
625 yystpcpy (char *yydest, const char *yysrc)
627 yystpcpy (yydest, yysrc)
1186 char *yyp = yystpcpy (yymsg, "parse error, unexpected ");
1187 yyp = yystpcpy (yyp, yytname[YYTRANSLATE (yychar)]);
1198 yyp = yystpcpy (yyp, yyq);
1199 yyp = yystpcpy (yyp, yytname[yyx]);
618 # define yystpcpy macro
624 yystpcpy (char *yydest, const char *yysrc) function
  /src/external/bsd/elftosb/dist/elftosb2/
elftosb_parser.tab.cpp 1056 # ifndef yystpcpy
1058 # define yystpcpy stpcpy
1064 yystpcpy (char *yydest, const char *yysrc)
1066 yystpcpy (yydest, yysrc)
1126 return yystpcpy (yyres, yystr) - yyres;
2594 yyfmt = yystpcpy (yyformat, yyunexpected);
2610 yyfmt = yystpcpy (yyfmt, yyprefix);
1057 # define yystpcpy macro
1063 yystpcpy (char *yydest, const char *yysrc) function
  /src/external/gpl2/xcvs/dist/lib/
getdate.c 1134 # ifndef yystpcpy
1136 # define yystpcpy stpcpy
1143 yystpcpy (char *yydest, const char *yysrc)
1146 yystpcpy (yydest, yysrc)
1206 return yystpcpy (yyres, yystr) - yyres;
1265 yyfmt = yystpcpy (yyformat, yyunexpected);
1281 yyfmt = yystpcpy (yyfmt, yyprefix);
1135 # define yystpcpy macro
1142 yystpcpy (char *yydest, const char *yysrc) function

Completed in 22 milliseconds