Searched refs:unexpected (Results 1 - 10 of 10) sorted by relevance

/haiku-fatelf/src/libs/pdflib/libs/tiff/
H A Dtif_fax3.h334 unexpected("WhiteTable", a0); \
356 unexpected("BlackTable", a0); \
492 unexpected("EOL", a0); \
498 unexpected("MainTable", a0); \
501 unexpected("BlackTable", a0); \
504 unexpected("WhiteTable", a0); \
H A Dtif_fax3.c187 #define unexpected(table, a0) Fax3Unexpected(module, tif, a0) macro
/haiku-fatelf/src/libs/tiff/
H A Dtif_fax3.h334 unexpected("WhiteTable", a0); \
356 unexpected("BlackTable", a0); \
492 unexpected("EOL", a0); \
498 unexpected("MainTable", a0); \
501 unexpected("BlackTable", a0); \
504 unexpected("WhiteTable", a0); \
H A Dtif_fax3.c191 #define unexpected(table, a0) Fax3Unexpected(module, tif, sp->line, a0) macro
/haiku-fatelf/src/tests/system/libroot/posix/
H A DTestUnitUtils.h39 _assert_equals_not(const char* test, const Type& unexpected, const Type& actual, argument
42 if (actual != unexpected)
88 fprintf(stderr, "%s FAILED in line %d: call set unexpected error "
/haiku-fatelf/src/libs/print/libgutenprint/src/gutenprintui2/
H A Dprintrcy.c1094 /* Copy into YYRESULT an error message about the unexpected token
1122 YY_("syntax error, unexpected %s");
1123 YY_("syntax error, unexpected %s, expecting %s");
1124 YY_("syntax error, unexpected %s, expecting %s or %s");
1125 YY_("syntax error, unexpected %s, expecting %s or %s or %s");
1126 YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s");
1130 static char const yyunexpected[] = "syntax error, unexpected %s";
/haiku-fatelf/src/libs/print/libgutenprint/src/testpattern/
H A Dtestpatterny.c1232 /* Copy into YYRESULT an error message about the unexpected token
1260 YY_("syntax error, unexpected %s");
1261 YY_("syntax error, unexpected %s, expecting %s");
1262 YY_("syntax error, unexpected %s, expecting %s or %s");
1263 YY_("syntax error, unexpected %s, expecting %s or %s or %s");
1264 YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s");
1268 static char const yyunexpected[] = "syntax error, unexpected %s";
/haiku-fatelf/src/bin/coreutils/lib/
H A Dgetdate.c1269 about the unexpected token YYTOKEN while in state YYSTATE.
1303 /* Number of reported tokens (one for the "unexpected", one per
1338 YYCASE_(1, YY_("syntax error, unexpected %s"));
1339 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s"));
1340 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s"));
1341 YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s"));
1342 YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s"));
/haiku-fatelf/src/bin/network/wget/
H A Dmaint.mk351 { echo '$(ME): found unexpected prefix in a ChangeLog' 1>&2; \
/haiku-fatelf/src/bin/bash/
H A Dparse.y2991 parser_error (start_lineno, _("unexpected EOF while looking for matching `%c'"), close);
3226 parser_error (start_lineno, _("unexpected EOF while looking for matching `%c'"), close);
3769 parser_error (cond_lineno, _("unexpected EOF while looking for `]]'"));
3774 parser_error (cond_lineno, _("syntax error in conditional expression: unexpected token `%s'"), etext);
3856 parser_error (lineno, _("unexpected token `%s', expected `)'"), etext);
3888 parser_error (line_number, _("unexpected argument `%s' to conditional unary operator"), etext);
3892 parser_error (line_number, _("unexpected argument to conditional unary operator"));
3932 parser_error (line_number, _("unexpected token `%s', conditional binary operator expected"), etext);
3953 parser_error (line_number, _("unexpected argument `%s' to conditional binary operator"), etext);
3957 parser_error (line_number, _("unexpected argumen
[all...]

Completed in 121 milliseconds