| /netbsd-src/external/gpl3/binutils/dist/gold/ |
| H A D | yyscript.c | 2041 yysyntax_error (YYPTRDIFF_T *yymsg_alloc, char **yymsg, in yysyntax_error() argument 2103 char *yyp = *yymsg; in yysyntax_error() 2126 yydestruct (const char *yymsg, in yydestruct() argument 2131 if (!yymsg) in yydestruct() 2132 yymsg = "Deleting"; in yydestruct() 2133 YY_SYMBOL_PRINT (yymsg, yykind, yyvaluep, yylocationp); in yydestruct() 2196 char *yymsg = yymsgbuf; in yyparse() local 3815 yysyntax_error_status = yysyntax_error (&yymsg_alloc, &yymsg, &yyctx); in yyparse() 3817 yymsgp = yymsg; in yyparse() 3820 if (yymsg != yymsgbuf) in yyparse() [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/gold/ |
| H A D | yyscript.c | 2038 yysyntax_error (YYPTRDIFF_T *yymsg_alloc, char **yymsg, in yysyntax_error() argument 2100 char *yyp = *yymsg; in yysyntax_error() 2123 yydestruct (const char *yymsg, in yydestruct() argument 2128 if (!yymsg) in yydestruct() 2129 yymsg = "Deleting"; in yydestruct() 2130 YY_SYMBOL_PRINT (yymsg, yykind, yyvaluep, yylocationp); in yydestruct() 2193 char *yymsg = yymsgbuf; in yyparse() local 3812 yysyntax_error_status = yysyntax_error (&yymsg_alloc, &yymsg, &yyctx); in yyparse() 3814 yymsgp = yymsg; in yyparse() 3817 if (yymsg != yymsgbuf) in yyparse() [all …]
|
| /netbsd-src/external/bsd/elftosb/dist/elftosb2/ |
| H A D | elftosb_parser.tab.cpp | 1181 yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep, YYLTYPE *yylocationp) in yydestruct() argument 1184 yydestruct (yymsg, yytype, yyvaluep, yylocationp) in yydestruct() 1185 const char *yymsg; in yydestruct() 1195 if (!yymsg) 1196 yymsg = "Deleting"; 1197 YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp); 2555 char *yymsg = 0; local 2616 yymsg = (char *) YYSTACK_ALLOC (yysize); 2617 if (yymsg) 2622 char *yyp = yymsg; [all …]
|
| /netbsd-src/external/gpl2/xcvs/dist/lib/ |
| H A D | getdate.c | 1327 yydestruct (const char *yymsg, int yytype, YYSTYPE *yyvaluep, parser_control *pc) in yydestruct() argument 1330 yydestruct (yymsg, yytype, yyvaluep, pc) in yydestruct() 1331 const char *yymsg; in yydestruct() 1340 if (!yymsg) 1341 yymsg = "Deleting"; 1342 YY_SYMBOL_PRINT (yymsg, yytype, yyvaluep, yylocationp); 1440 char *yymsg = yymsgbuf; local 2340 if (yymsg != yymsgbuf) 2341 YYSTACK_FREE (yymsg); 2342 yymsg = (char *) YYSTACK_ALLOC (yyalloc); [all …]
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-runtime/intl/ |
| H A D | plural.c | 1139 char *yymsg; in yyparse() local 1151 yymsg = (char *) YYSTACK_ALLOC (yysize); in yyparse() 1152 if (yymsg != 0) in yyparse() 1154 char *yyp = yystpcpy (yymsg, "parse error, unexpected "); in yyparse() 1171 yyerror (yymsg); in yyparse() 1172 YYSTACK_FREE (yymsg); in yyparse()
|
| /netbsd-src/external/gpl2/texinfo/dist/intl/ |
| H A D | plural.c | 1139 char *yymsg; in yyparse() local 1151 yymsg = (char *) YYSTACK_ALLOC (yysize); in yyparse() 1152 if (yymsg != 0) in yyparse() 1154 char *yyp = yystpcpy (yymsg, "parse error, unexpected "); in yyparse() 1171 yyerror (yymsg); in yyparse() 1172 YYSTACK_FREE (yymsg); in yyparse()
|
| /netbsd-src/external/gpl3/gcc/dist/intl/ |
| H A D | plural.c | 1168 char *yymsg; in yyparse() local 1180 yymsg = (char *) YYSTACK_ALLOC (yysize); in yyparse() 1181 if (yymsg != 0) in yyparse() 1183 char *yyp = yystpcpy (yymsg, "parse error, unexpected "); in yyparse() 1200 yyerror (yymsg); in yyparse() 1201 YYSTACK_FREE (yymsg); in yyparse()
|
| /netbsd-src/external/gpl3/gcc.old/dist/intl/ |
| H A D | plural.c | 1168 char *yymsg; in yyparse() local 1180 yymsg = (char *) YYSTACK_ALLOC (yysize); in yyparse() 1181 if (yymsg != 0) in yyparse() 1183 char *yyp = yystpcpy (yymsg, "parse error, unexpected "); in yyparse() 1200 yyerror (yymsg); in yyparse() 1201 YYSTACK_FREE (yymsg); in yyparse()
|
| /netbsd-src/external/gpl3/binutils.old/dist/intl/ |
| H A D | plural.c | 1168 char *yymsg; in yyparse() local 1180 yymsg = (char *) YYSTACK_ALLOC (yysize); in yyparse() 1181 if (yymsg != 0) in yyparse() 1183 char *yyp = yystpcpy (yymsg, "parse error, unexpected "); in yyparse() 1200 yyerror (yymsg); in yyparse() 1201 YYSTACK_FREE (yymsg); in yyparse()
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/ |
| H A D | po-gram-gen.c | 1340 char *yymsg; in yyparse() local 1352 yymsg = (char *) YYSTACK_ALLOC (yysize); in yyparse() 1353 if (yymsg != 0) in yyparse() 1355 char *yyp = yystpcpy (yymsg, "parse error, unexpected "); in yyparse() 1372 yyerror (yymsg); in yyparse() 1373 YYSTACK_FREE (yymsg); in yyparse()
|
| /netbsd-src/external/gpl3/binutils/dist/binutils/ |
| H A D | arparse.c | 987 yydestruct (const char *yymsg, in yydestruct() argument 991 if (!yymsg) in yydestruct() 992 yymsg = "Deleting"; in yydestruct() 993 YY_SYMBOL_PRINT (yymsg, yykind, yyvaluep, yylocationp); in yydestruct()
|
| H A D | sysinfo.c | 916 yydestruct (const char *yymsg, in yydestruct() argument 920 if (!yymsg) in yydestruct() 921 yymsg = "Deleting"; in yydestruct() 922 YY_SYMBOL_PRINT (yymsg, yykind, yyvaluep, yylocationp); in yydestruct()
|
| H A D | defparse.c | 1080 yydestruct (const char *yymsg, in yydestruct() argument 1084 if (!yymsg) in yydestruct() 1085 yymsg = "Deleting"; in yydestruct() 1086 YY_SYMBOL_PRINT (yymsg, yykind, yyvaluep, yylocationp); in yydestruct()
|
| H A D | mcparse.c | 1054 yydestruct (const char *yymsg, in yydestruct() argument 1058 if (!yymsg) in yydestruct() 1059 yymsg = "Deleting"; in yydestruct() 1060 YY_SYMBOL_PRINT (yymsg, yykind, yyvaluep, yylocationp); in yydestruct()
|
| /netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
| H A D | arparse.c | 987 yydestruct (const char *yymsg, in yydestruct() argument 991 if (!yymsg) in yydestruct() 992 yymsg = "Deleting"; in yydestruct() 993 YY_SYMBOL_PRINT (yymsg, yykind, yyvaluep, yylocationp); in yydestruct()
|
| H A D | sysinfo.c | 916 yydestruct (const char *yymsg, in yydestruct() argument 920 if (!yymsg) in yydestruct() 921 yymsg = "Deleting"; in yydestruct() 922 YY_SYMBOL_PRINT (yymsg, yykind, yyvaluep, yylocationp); in yydestruct()
|
| H A D | mcparse.c | 1054 yydestruct (const char *yymsg, in yydestruct() argument 1058 if (!yymsg) in yydestruct() 1059 yymsg = "Deleting"; in yydestruct() 1060 YY_SYMBOL_PRINT (yymsg, yykind, yyvaluep, yylocationp); in yydestruct()
|
| H A D | defparse.c | 1080 yydestruct (const char *yymsg, in yydestruct() argument 1084 if (!yymsg) in yydestruct() 1085 yymsg = "Deleting"; in yydestruct() 1086 YY_SYMBOL_PRINT (yymsg, yykind, yyvaluep, yylocationp); in yydestruct()
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/com_err/ |
| H A D | parse.c | 927 yydestruct (const char *yymsg, in yydestruct() argument 931 if (!yymsg) in yydestruct() 932 yymsg = "Deleting"; in yydestruct() 933 YY_SYMBOL_PRINT (yymsg, yykind, yyvaluep, yylocationp); in yydestruct()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/ |
| H A D | itbl-parse.c | 1175 yydestruct (const char *yymsg, in yydestruct() argument 1179 if (!yymsg) in yydestruct() 1180 yymsg = "Deleting"; in yydestruct() 1181 YY_SYMBOL_PRINT (yymsg, yykind, yyvaluep, yylocationp); in yydestruct()
|
| /netbsd-src/external/gpl3/binutils/dist/gas/ |
| H A D | itbl-parse.c | 1175 yydestruct (const char *yymsg, in yydestruct() argument 1179 if (!yymsg) in yydestruct() 1180 yymsg = "Deleting"; in yydestruct() 1181 YY_SYMBOL_PRINT (yymsg, yykind, yyvaluep, yylocationp); in yydestruct()
|
| /netbsd-src/external/gpl3/binutils/dist/gas/config/ |
| H A D | loongarch-parse.c | 1258 yydestruct (const char *yymsg, in yydestruct() argument 1262 if (!yymsg) in yydestruct() 1263 yymsg = "Deleting"; in yydestruct() 1264 YY_SYMBOL_PRINT (yymsg, yykind, yyvaluep, yylocationp); in yydestruct()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
| H A D | loongarch-parse.c | 1269 yydestruct (const char *yymsg, in yydestruct() argument 1273 if (!yymsg) in yydestruct() 1274 yymsg = "Deleting"; in yydestruct() 1275 YY_SYMBOL_PRINT (yymsg, yykind, yyvaluep, yylocationp); in yydestruct()
|
| /netbsd-src/external/lgpl3/gmp/dist/demos/calc/ |
| H A D | calc.c | 1230 yydestruct (const char *yymsg, in yydestruct() argument 1234 if (!yymsg) in yydestruct() 1235 yymsg = "Deleting"; in yydestruct() 1236 YY_SYMBOL_PRINT (yymsg, yykind, yyvaluep, yylocationp); in yydestruct()
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/sl/ |
| H A D | slc-gram.c | 899 yydestruct (const char *yymsg, in yydestruct() argument 903 if (!yymsg) in yydestruct() 904 yymsg = "Deleting"; in yydestruct() 905 YY_SYMBOL_PRINT (yymsg, yykind, yyvaluep, yylocationp); in yydestruct()
|