Searched refs:fatal (Results 126 - 150 of 330) sorted by relevance

1234567891011>>

/freebsd-10.0-release/crypto/openssh/openbsd-compat/
H A Dbsd-arc4random.c70 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 "
121 fatal("%s: security_getenforce() failed", __func__);
127 fatal("%s: Failed to set SELinux execution context "
152 /* XXX: should these calls fatal() upon failure in enforcing mode? */
/freebsd-10.0-release/crypto/openssh/
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.c196 fatal("input_service_request: no authctxt");
236 fatal("input_userauth_request: no authctxt");
337 fatal("INTERNAL ERROR: authenticated invalid user %s",
340 fatal("INTERNAL ERROR: authenticated and postponed");
373 fatal("Access denied for user %s by PAM account "
382 fatal("Access denied for user %s.", authctxt->user);
653 fatal("%s: method not in AuthenticationMethods", __func__);
H A Dssh-agent.c187 fatal("internal error, bad protocol version %d", version);
277 fatal("process_authentication_challenge1: BN_new failed");
414 fatal("process_remove_identity: "
530 fatal("Certificate parse failed");
541 fatal("%s: curve names mismatch", __func__);
545 fatal("%s: EC_KEY_new_by_curve_name failed",
549 fatal("%s: BN_new failed", __func__);
551 fatal("%s: BN_new failed", __func__);
556 fatal("%s: EC_KEY_set_public_key failed",
559 fatal("
[all...]
H A Dsshconnect2.c112 fatal("Host key verification failed.");
148 fatal("%s: unknown alg %s", __func__, alg);
394 fatal("Server denied authentication request: %d", type);
422 fatal("ssh_userauth2: internal error: cannot send userauth none request");
479 fatal("Permission denied (%s).", authlist);
501 fatal("input_userauth_error: bad message during authentication: "
534 fatal("input_userauth_success: no authentication context");
550 fatal("%s: no authentication context", __func__);
552 fatal("Unexpected authentication success during %s.",
565 fatal("input_userauth_failur
[all...]
H A Dauthfd.c155 fatal("Authentication response too long: %u", len);
292 fatal("Bad authentication reply message type: %d", type);
298 fatal("Too many identities in authentication reply: %d",
327 * Get the next entry from the packet. These will abort with a fatal
400 fatal("Bad authentication response: %d", type);
405 * fatal error if the packet is corrupt.
449 fatal("Bad authentication response: %d", type);
490 fatal("%s: no cert/certblob", __func__);
508 fatal("%s: no cert/certblob", __func__);
522 fatal("
[all...]
H A Dmisc.c372 fatal("put_host_port: asprintf: %s", strerror(errno));
465 fatal("addargs: argument too long");
491 fatal("replacearg: argument too long");
494 fatal("replacearg: tried to replace invalid arg %d >= %d",
534 fatal("tilde_expand_filename: ~username too long");
538 fatal("tilde_expand_filename: No such user %s", user);
540 fatal("tilde_expand_filename: No such uid %ld", (long)uid);
554 fatal("tilde_expand_filename: Path too long");
585 fatal("%s: NULL replacement", __func__);
588 fatal("
[all...]
H A Dsession.c464 fatal("do_exec_no_pty: no session");
490 fatal("do_exec_no_pty: no session");
657 fatal("do_exec_pty: no session");
991 fatal("child_set_env: too many env vars");
1026 fatal("Too many lines in environment file %s", filename);
1448 fatal("chroot path does not begin at root");
1450 fatal("chroot path too long");
1468 fatal("%s: stat(\"%s\"): %s", __func__,
1471 fatal("bad ownership or modes for chroot "
1475 fatal("chroo
[all...]
H A Dcipher-3des1.c150 fatal("%s: bad 3des iv length: %d", __func__, len);
152 fatal("%s: no 3des context", __func__);
/freebsd-10.0-release/crypto/openssh/regress/
H A Drekey.sh101 fatal "rekeylimit size: expected $bytes got $b"
104 fatal "rekeylimit time: expected $time got $s"
H A Dtest-exec.sh246 fatal "sshd didn't exit port $PORT pid $pid"
299 fatal () function
311 trap fatal 3 2
446 ${SSHD} -t -f $OBJ/sshd_proxy || fatal "sshd_proxy broken"
451 $SUDO ${SSHD} -f $OBJ/sshd_config "$@" -t || fatal "sshd_config broken"
461 test -f $PIDFILE || fatal "no sshd running on port $PORT"
/freebsd-10.0-release/gnu/usr.bin/groff/src/libs/libgroff/
H A DMakefile6 device.cpp errarg.cpp error.cpp fatal.cpp filename.cpp\
/freebsd-10.0-release/usr.bin/chat/
H A Dchat.c8 * 2 - error on an I/O operation or fatal error condition.
36 * fatal string. As soon as we got called back (probably get "CONNECT"),
150 void fatal(int code, const char *fmt, ...);
179 fatal(2, "memory error!");
229 fatal(2, "cannot open \"%s\" for appending", report_file);
328 fatal(1, "%s -- open failed: %m", chatfile);
357 fatal(1, "unterminated quote (line %d)", linect);
421 fatal(int code, const char *fmt, ...) function
447 fatal(2, "Can't get file mode flags on stdin: %m");
450 fatal(
[all...]
/freebsd-10.0-release/contrib/amd/hlfsd/
H A Dhlfsd.c130 fatal(tmp);
330 fatal("cannot chdir to /: %m");
333 fatal("must be root to mount filesystems");
427 fatal("cannot create NFS service");
599 fatal("nfsmount: %m");
606 fatal("nfsmount: %m");
665 fatal("fork: %m");
749 fatal("setitimer: %m");
769 fatal("kill: %m");
905 fatal(cha function
[all...]
/freebsd-10.0-release/usr.sbin/route6d/
H A Droute6d.c262 void fatal(const char *, ...)
310 fatal("Exceeds MAXFILTER");
320 fatal("invalid route tag");
331 fatal("invalid P flag");
347 fatal("invalid Q flag");
361 fatal("Can not write to routelog");
377 fatal("Invalid option specified, terminating");
384 fatal("bogus extra arguments");
395 fatal("daemon");
404 fatal("mallo
3480 fatal(const char *fmt, ...) function
[all...]
/freebsd-10.0-release/contrib/binutils/binutils/
H A Dar.c490 fatal (_("two different operation options specified"));
608 fatal (_("no operation specified"));
611 fatal (_("`u' is only meaningful with the `r' option."));
619 fatal (_("`N' is only meaningful with the `x' and `d' options."));
622 fatal (_("Value for `N' must be positive."));
672 fatal (_("internal error -- this option not implemented"));
790 fatal (_("internal stat error on %s"), bfd_get_filename (abfd));
810 fatal (_("%s is not a valid archive"),
817 fatal ("stdout: %s", strerror (errno));
845 fatal (
[all...]
H A Dwindmc.c194 fatal (_("can't create %s file ,%s' for output.\n"), (ext ? ext : "text"), hsz);
245 fatal ("Can't detect target endianess and architecture.");
269 fatal ("Can't detect architecture.");
302 fatal ("Code page 0x%x is unknown.", (unsigned int) *cp);
333 fatal (_("try to add a ill language."));
352 fatal ("double defined message id %ld.\n", (long) vid);
375 fatal ("unicode string not mappable to ASCII codepage 0x%lx.\n", (long) mcset_codepage_out);
575 fatal ("can't open `%s' for output", filename);
640 fatal ("Failed to convert message to language codepage.\n");
1047 fatal ("optio
[all...]
H A Dobjcopy.c556 /* Parse section flags into a flagword, with a fatal error if the
601 fatal (_("supported flags: %s"),
681 fatal (_("cannot open '%s': %s"), filename, strerror (errno));
684 fatal (_("%s: fread failed"), filename);
1117 fatal (_("%s: Multiple redefinition of symbol \"%s\""),
1121 fatal (_("%s: Symbol \"%s\" is target of more than one redefinition"),
1149 fatal (_("couldn't open symbol redefinition file %s (error: %s)"),
1227 fatal (_("%s:%d: garbage found at end of line"), filename, lineno);
1230 fatal (_("%s:%d: missing new symbol name"), filename, lineno);
1240 fatal (
[all...]
/freebsd-10.0-release/contrib/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...]
/freebsd-10.0-release/contrib/groff/src/preproc/pic/
H A Dmain.cpp311 fatal("can't open `%1': %2", filename, strerror(errno));
464 fatal("can't open `%1': %2", filename, strerror(errno));
553 fatal("fig support not included");
567 fatal("TeX support not included");
574 fatal("TeX support not included");
639 fatal("output error");
/freebsd-10.0-release/sys/dev/sfxge/
H A Dsfxge_intr.c56 boolean_t fatal; local
71 (void)efx_intr_status_line(enp, &fatal, &qmask);
73 if (fatal) {
122 boolean_t fatal; local
137 (void)efx_intr_status_message(enp, index, &fatal);
139 if (fatal) {
/freebsd-10.0-release/contrib/groff/src/libs/libdriver/
H A Dprinter.cpp100 fatal("output error");
141 fatal("sorry, I can't continue");
/freebsd-10.0-release/crypto/heimdal/appl/ftp/ftp/
H A Dextern.h76 void fatal (char *);

Completed in 153 milliseconds

1234567891011>>