Searched refs:fatal (Results 176 - 200 of 500) sorted by relevance

1234567891011>>

/macosx-10.9.5/OpenSSH-186/openssh/
H A Dauth2-gss.c179 fatal("No authentication or GSSAPI context");
233 fatal("No authentication or GSSAPI context");
270 fatal("No authentication or GSSAPI context");
303 fatal("No authentication or GSSAPI context");
H A Ddispatch.c49 fatal("protocol error");
H A Dlog.h60 void fatal(const char *, ...) __attribute__((noreturn))
H A Dmac.c104 fatal("mac %s len %d", mac->name, evp_len);
137 fatal("mac_init: no key");
163 fatal("mac_compute: mac too long %u %lu",
186 fatal("mac_compute: unknown MAC type");
H A Dmisc.c369 fatal("put_host_port: asprintf: %s", strerror(errno));
462 fatal("addargs: argument too long");
488 fatal("replacearg: argument too long");
491 fatal("replacearg: tried to replace invalid arg %d >= %d",
531 fatal("tilde_expand_filename: ~username too long");
535 fatal("tilde_expand_filename: No such user %s", user);
537 fatal("tilde_expand_filename: No such uid %ld", (long)uid);
540 fatal("tilde_expand_filename: Path too long");
546 fatal("tilde_expand_filename: Path too long");
552 fatal("tilde_expand_filenam
[all...]
H A Dplatform.c180 fatal("Failed to set process credentials");
H A Dsshpty.c77 fatal("openpty returns device for which ttyname fails.");
226 fatal("stat(%.100s) failed: %.100s", tty,
241 fatal("chown(%.100s, %u, %u) failed: %.100s",
254 fatal("chmod(%.100s, 0%o) failed: %.100s",
H A Dauth2.c193 fatal("input_service_request: no authctxt");
226 fatal("input_userauth_request: no authctxt");
306 fatal("INTERNAL ERROR: authenticated invalid user %s",
309 fatal("INTERNAL ERROR: authenticated and postponed");
342 fatal("Access denied for user %s by PAM account "
351 fatal("Access denied for user %s.", authctxt->user);
592 fatal("%s: method not in AuthenticationMethods", __func__);
H A Dssh-agent.c177 fatal("internal error, bad protocol version %d", version);
268 fatal("process_authentication_challenge1: BN_new failed");
406 fatal("process_remove_identity: "
521 fatal("Certificate parse failed");
532 fatal("%s: curve names mismatch", __func__);
536 fatal("%s: EC_KEY_new_by_curve_name failed",
540 fatal("%s: BN_new failed", __func__);
542 fatal("%s: BN_new failed", __func__);
547 fatal("%s: EC_KEY_set_public_key failed",
550 fatal("
[all...]
H A Dsshconnect2.c104 fatal("Host key verification failed.");
140 fatal("%s: unknown alg %s", __func__, alg);
447 fatal("Server denied authentication request: %d", type);
475 fatal("ssh_userauth2: internal error: cannot send userauth none request");
512 fatal("Permission denied (%s).", authlist);
534 fatal("input_userauth_error: bad message during authentication: "
567 fatal("input_userauth_success: no authentication context");
587 fatal("%s: no authentication context", __func__);
589 fatal("Unexpected authentication success during %s.",
602 fatal("input_userauth_failur
[all...]
H A Dauthfd.c160 fatal("Authentication response too long: %u", len);
297 fatal("Bad authentication reply message type: %d", type);
303 fatal("Too many identities in authentication reply: %d",
332 * Get the next entry from the packet. These will abort with a fatal
405 fatal("Bad authentication response: %d", type);
410 * fatal error if the packet is corrupt.
454 fatal("Bad authentication response: %d", type);
495 fatal("%s: no cert/certblob", __func__);
513 fatal("%s: no cert/certblob", __func__);
527 fatal("
[all...]
/macosx-10.9.5/OpenSSH-186/openssh/openbsd-compat/
H A Dbsd-arc4random.c76 fatal("Couldn't obtain random bytes (error %ld)",
H A Dport-linux.c84 fatal("%s: ssh_selinux_getctxbyname: "
92 fatal("%s: Failed to get default SELinux security "
123 fatal("%s: security_getenforce() failed", __func__);
129 fatal("%s: Failed to set SELinux execution context "
154 /* XXX: should these calls fatal() upon failure in enforcing mode? */
/macosx-10.9.5/bind9-45.100/bind9/bin/dnssec/
H A Ddnssectool.h31 fatal(const char *format, ...)
/macosx-10.9.5/cctools-845/libstuff/
H A Dfatals.c35 * Print the fatal error message and exit.
39 fatal( function
54 * Print the fatal error message along with the system error message and exit.
73 * Print the fatal error message along with the mach error string and exit.
/macosx-10.9.5/groff-38/groff/src/preproc/grn/
H A Dhdb.cpp243 fatal("unknown element type");
254 fatal("unknown element type");
265 fatal("unknown element type");
268 fatal("unknown element type");
/macosx-10.9.5/man-16/man/src/
H A Dgripes.c120 fatal (int n, ...) { function
/macosx-10.9.5/ruby-104/ruby/test/syslog/
H A Dtest_syslog_logger.rb103 assert_match(/hi mom!/, log_raw(:fatal, 'fatal level message'))
110 msg = log_add Logger::FATAL, 'fatal level message'
132 msg = log_add Logger::FATAL, 'fatal level message'
154 msg = log_add Logger::FATAL, 'fatal level message'
176 msg = log_add Logger::FATAL, 'fatal level message'
198 msg = log_add Logger::FATAL, 'fatal level message'
220 msg = log_add Logger::FATAL, 'fatal level message'
242 msg = log_add Logger::FATAL, 'fatal level message'
288 msg = log :fatal, 'fata
[all...]
/macosx-10.9.5/gpatch-3/patch/
H A Dinp.c122 fatal ("This file doesn't appear to be the %s version -- aborting.",
129 fatal ("aborted");
137 fatal ("File %s has too many lines", quotearg (filename));
171 fatal ("File %s seems to be locked by somebody else under %s",
211 fatal ("File %s is not a regular file -- can't patch",
H A Dpch.c114 fatal ("cannot read binary data from tty on this platform");
158 fatal ("patch file is too long");
215 fatal ("Only garbage was found in the patch input.");
656 "/../", then issue a fatal error. */
662 fatal ("rejecting file name with \"..\" component: %s",
792 fatal ("malformed patch at line %s: %s",
815 fatal ("missing line number at line %s: %s",
819 fatal ("line number %.*s is too large at line %s: %s",
897 fatal ("unexpected end of file in patch");
902 fatal ("unterminate
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Dar.c489 fatal (_("two different operation options specified"));
607 fatal (_("no operation specified"));
610 fatal (_("`u' is only meaningful with the `r' option."));
618 fatal (_("`N' is only meaningful with the `x' and `d' options."));
621 fatal (_("Value for `N' must be positive."));
671 fatal (_("internal error -- this option not implemented"));
789 fatal (_("internal stat error on %s"), bfd_get_filename (abfd));
809 fatal (_("%s is not a valid archive"),
816 fatal ("stdout: %s", strerror (errno));
844 fatal (
[all...]
H A Dresres.c92 fatal ("can't open `%s' for output: %s", filename, strerror (errno));
122 fatal ("can't open `%s' for output: %s", filename, strerror (errno));
412 fatal ("%s: could not write to file", filename);
423 fatal ("%s: unexpected end of file", filename);
479 fatal ("%s: %s: could not seek in file", program_name, filename);
521 fatal ("%s: %s: unable to align file", program_name, filename);
/macosx-10.9.5/groff-38/groff/src/utils/hpftodit/
H A Dhpftodit.cpp348 fatal("cannot open `%1': %2", argv[optind + 2], strerror(errno));
360 fatal("no characters");
407 fatal("cannot open `%1': %2", s, strerror(errno));
411 fatal("cannot stat: %1", strerror(errno));
413 fatal("not a regular file");
417 fatal("read error: %1", strerror(errno));
419 fatal("read unexpected number of bytes");
428 fatal("unexpected end of file");
436 fatal("unexpected end of file");
444 fatal("unexpecte
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/t/
H A D034DBI.t92 #$logger->fatal('fatal message',1234,'foo','bar');
93 $logger->fatal('fatal message',1234,'foo',{aaa => 'aaa'});
121 FATAL,"fatal message",main:,1234,groceries.beer,main,foo,HASH(0x84cfd64)
145 is($row->[1], 'fatal message');
228 $logger->fatal('warning message');
247 $logger->fatal('warning message');
/macosx-10.9.5/emacs-92/emacs/lib-src/
H A Dfakemail.c181 fatal (s1)
188 /* Like malloc but get fatal error if memory is exhausted. */
196 fatal ("virtual memory exhausted");
207 fatal ("virtual memory exhausted");
386 fatal ("current time is out of range");
708 fatal ("input message has no header");
764 fatal ("cannot open pipe to real mailer");
178 fatal (s1) function

Completed in 315 milliseconds

1234567891011>>