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

/freebsd-11-stable/crypto/openssh/regress/
H A Dsftp-glob.sh12 unexpected=$4
32 if test "x$unexpected" != "x" && \
33 fgrep "$unexpected" ${RESULTS} >/dev/null 2>&1 ; then
34 fail "$unexpected present in $errtag results"
57 # target message expected unexpected
/freebsd-11-stable/contrib/libstdc++/libsupc++/
H A Deh_terminate.cc1 // -*- C++ -*- std::terminate, std::unexpected and friends.
64 std::unexpected () function in class:std
H A Deh_call.cc99 calling unexpected(). */
114 std::unexpected();
124 // Get the exception thrown from unexpected.
H A Deh_personality.cc630 // So in that case, call terminate or unexpected directly.
639 { std::unexpected (); }
731 // Get the exception thrown from unexpected.
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_format.inc229 return nullptr; // unexpected end of string
327 Report("%s: WARNING: unexpected format specifier in scanf interceptor: ",
465 Report("WARNING: unexpected floating-point arg size" \
480 Report("WARNING: unexpected arg size" \
525 "%s: WARNING: unexpected format specifier in printf "
/freebsd-11-stable/contrib/amd/fsinfo/
H A Dnull_gram.c783 about the unexpected token YYTOKEN for the state stack whose top is
801 /* Number of reported tokens (one for the "unexpected", one per
813 that there is no unexpected or expected token to report. In that
872 YYCASE_(1, YY_("syntax error, unexpected %s"));
873 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s"));
874 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s"));
875 YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s"));
876 YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s"));
/freebsd-11-stable/usr.sbin/jail/
H A Djaillex.l166 warnx("%s: unexpected EOF", cfname);
/freebsd-11-stable/crypto/heimdal/lib/com_err/
H A Dparse.c944 /* Copy into YYRESULT an error message about the unexpected token
972 YY_("syntax error, unexpected %s");
973 YY_("syntax error, unexpected %s, expecting %s");
974 YY_("syntax error, unexpected %s, expecting %s or %s");
975 YY_("syntax error, unexpected %s, expecting %s or %s or %s");
976 YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s");
980 static char const yyunexpected[] = "syntax error, unexpected %s";
/freebsd-11-stable/crypto/heimdal/lib/asn1/
H A Dasn1parse.c1336 /* Copy into YYRESULT an error message about the unexpected token
1364 YY_("syntax error, unexpected %s");
1365 YY_("syntax error, unexpected %s, expecting %s");
1366 YY_("syntax error, unexpected %s, expecting %s or %s");
1367 YY_("syntax error, unexpected %s, expecting %s or %s or %s");
1368 YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s");
1372 static char const yyunexpected[] = "syntax error, unexpected %s";
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationReplayServer.cpp35 static bool unexpected(llvm::StringRef expected, llvm::StringRef actual) { function
140 if (unexpected(entry.packet.data, packet.GetStringRef())) {
152 llvm::report_fatal_error("Encountered unexpected packet during replay");
/freebsd-11-stable/crypto/heimdal/lib/sl/
H A Dslc-gram.c918 /* Copy into YYRESULT an error message about the unexpected token
946 YY_("syntax error, unexpected %s");
947 YY_("syntax error, unexpected %s, expecting %s");
948 YY_("syntax error, unexpected %s, expecting %s or %s");
949 YY_("syntax error, unexpected %s, expecting %s or %s or %s");
950 YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s");
954 static char const yyunexpected[] = "syntax error, unexpected %s";
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.c1329 /* Copy into YYRESULT an error message about the unexpected token
1357 YY_("syntax error, unexpected %s");
1358 YY_("syntax error, unexpected %s, expecting %s");
1359 YY_("syntax error, unexpected %s, expecting %s or %s");
1360 YY_("syntax error, unexpected %s, expecting %s or %s or %s");
1361 YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s");
1365 static char const yyunexpected[] = "syntax error, unexpected %s";
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_parser.c1776 about the unexpected token YYTOKEN for the state stack whose top is
1794 /* Number of reported tokens (one for the "unexpected", one per
1806 that there is no unexpected or expected token to report. In that
1865 YYCASE_(1, YY_("syntax error, unexpected %s"));
1866 YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s"));
1867 YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s"));
1868 YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s"));
1869 YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s"));
/freebsd-11-stable/contrib/gcc/
H A Dgengtype-lex.l373 error_at_line (&lexer_line, "unexpected character `%s'", yytext);
402 "unterminated %%{; unexpected EOF");
410 "unterminated comment or string; unexpected EOF");
/freebsd-11-stable/contrib/ntp/lib/isc/unix/
H A Difiter_ioctl.c161 goto unexpected;
189 goto unexpected;
197 unexpected:
/freebsd-11-stable/contrib/libcxxrt/
H A Dexception.cc162 /** The unexpected exception handler for this thread. */
225 void unexpected();
293 /** The global unexpected exception handler. */
1047 // unexpected exception function. Treat this as a catch
1392 // Wrap the call to the unexpected handler in calls to `__cxa_begin_catch`
1394 // the unexpected handler throws an exception.
1408 std::unexpected();
1422 * As an extension, we provide the ability for the unexpected and terminate
1432 * Sets whether unexpected and terminate handlers should be thread-local.
1439 * Sets a thread-local unexpected handle
[all...]
/freebsd-11-stable/contrib/ldns/packaging/fedora/
H A Dldns.spec141 unexpected output for automated tools using ldns-read-zone
/freebsd-11-stable/bin/sh/
H A Dparser.c1898 * Called when an unexpected token is read during the parse. The argument
1909 fmtstr(msg, 64, "%s unexpected (expecting %s)",
1912 fmtstr(msg, 64, "%s unexpected", tokname[lasttoken]);
/freebsd-11-stable/sys/conf/
H A Dkmod.mk134 # somewhere unexpected, allocate storage for them in the module itself.
/freebsd-11-stable/contrib/binutils/gas/
H A Dmacro.c124 Return 1 on success, 0 on unexpected EOF. */
233 /* Return 1 on success, 0 on unexpected EOF. */
635 error = _("unexpected end of file in macro `%s' definition");
1299 return _("unexpected end of file in irp or irpc");
/freebsd-11-stable/contrib/binutils/binutils/
H A Dresrc.c587 /* Die if we get an unexpected end of file. */
592 fatal (_("%s: unexpected EOF"), msg);
1255 fatal (_("unexpected group icon type %d"), type);
1308 fatal (_("unexpected group cursor type %d"), type);
1978 wr_printcomment (e, "Resource at unexpected level %d", level);

Completed in 430 milliseconds