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

1234567891011>>

/freebsd-10.0-release/crypto/heimdal/appl/telnet/telnetd/
H A Dext.h142 void fatal (int f, char *msg);
/freebsd-10.0-release/crypto/openssh/
H A Dcipher-ctr.c119 fatal("ssh_aes_ctr_iv: no context");
H A Ddeattack.c114 fatal("detect_attack: bad length %d", len);
H A Ddns.c118 fatal("dns_read_key: null from key_fingerprint_raw()");
215 fatal("No key to look up!");
H A Droaming_common.c79 fatal("%s: bad buffer size %lu", __func__, (u_long)size);
211 fatal("Needed to resend more data than in the cache");
H A Dpacket.c230 fatal("packet_set_connection: cannot load cipher 'none'");
541 fatal("Compression already enabled.");
560 fatal("packet_set_encryption_key: unknown cipher number %d", number);
562 fatal("packet_set_encryption_key: keylen too small: %d", keylen);
564 fatal("packet_set_encryption_key: keylen too big: %d", keylen);
782 fatal("newkeys: no keys for mode %d", mode);
975 fatal("XXX too many packets with same key");
1130 fatal("Read from socket failed: %.100s", strerror(errno));
1145 * that given, and gives a fatal error and exits if there is a mismatch.
1380 fatal("interna
[all...]
H A Dcompat.c248 fatal("No available ciphers found.");
/freebsd-10.0-release/contrib/texinfo/util/
H A Dinstall-info.c169 fatal (const char *s1, const char *s2, const char *s3)
206 /* Print fatal error message based on errno, with file name NAME. */
212 fatal (s, name, 0);
543 non-NULL. If still no luck, fatal error.
618 fatal (_("%s: empty file"), *opened_filename, 0);
681 a fatal error. */
935 fatal (_("START-INFO-DIR-ENTRY without matching END-INFO-DIR-ENTRY"), 0, 0);
970 fatal (_("END-INFO-DIR-ENTRY without matching START-INFO-DIR-ENTRY"), 0, 0);
975 fatal (_("START-INFO-DIR-ENTRY without matching END-INFO-DIR-ENTRY"),
1326 fatal (
166 fatal (const char *s1, const char *s2, const char *s3) function
[all...]
/freebsd-10.0-release/contrib/diff/src/
H A Dsdiff.c62 static void fatal (char const *) __attribute__((noreturn));
177 fatal ("write failed");
252 fatal (char const *msgid) function
333 fatal ("cannot interactively merge standard input");
596 fatal ("both files to be compared are directories");
1155 fatal (diff_help);
1158 fatal (diff_help);
1183 fatal (diff_help);
H A Ddiff.c422 fatal ("too many file label options");
509 fatal ("conflicting width options");
584 fatal ("conflicting tabsize options");
739 fatal ("--from-file and --to-file both specified");
856 fatal ("write failed");
1187 fatal ("cannot compare `-' to a directory");
1219 fatal ("-D option not supported with directories");
H A Ddiff.h368 void fatal (char const *) __attribute__((noreturn));
/freebsd-10.0-release/contrib/subversion/subversion/include/
H A Dsvn_error.h265 * clear @a error iff the @a fatal flag is set. Allocations are performed
277 svn_boolean_t fatal,
288 svn_boolean_t fatal);
420 * non-fatal error that can be thrown when attempting to lock an item.
/freebsd-10.0-release/crypto/openssh/regress/
H A Dssh-com.sh8 fatal '$TEST_COMBASE is not set'
H A Dcfgmatch.sh27 fatal "timeout waiting for background ssh"
/freebsd-10.0-release/usr.sbin/lpr/common_source/
H A Dnet.c99 fatal(pp, "no remote host to connect to");
107 fatal(pp, "%s\n", gai_strerror(error));
H A Ddisplayq.c123 fatal(pp, "cannot chdir to spooling directory: %s",
127 fatal(pp, "cannot examine spooling area\n");
258 fatal(pp, "Lost connection");
/freebsd-10.0-release/contrib/binutils/binutils/
H A Dresbin.c119 fatal (_("%s: not enough binary data"), msg);
263 fatal (_("unsupported menu version %d"), (int) version);
450 fatal (_("unexpected DIALOGEX version %d"), version);
800 fatal (_("unexpected group cursor type %d"), type);
855 fatal (_("unexpected group icon type %d"), type);
934 fatal (_("unexpected version string"));
965 fatal (_("version length %d does not match resource length %lu"),
969 fatal (_("unexpected version type %d"), (int) type);
981 fatal (_("unexpected fixed version information length %ld"), (long) vallen);
988 fatal (
[all...]
H A Ddlltool.c797 fatal (_("Internal error: Unknown machine type: %d"), machine);
823 fatal (_("Internal error: Unknown machine type: %d"), machine);
854 fatal (_("Internal error: Unknown machine type: %d"), machine);
890 fatal (_("Can't open def file: %s"), name);
1211 fatal (errmsg_fmt, errmsg_arg);
1219 fatal (_("wait: %s"), strerror (errno));
1224 fatal (_("subprocess got fatal signal %d"), WTERMSIG (wait_status));
1522 fatal (_("Unable to open object file: %s"), filename);
1818 fatal (
[all...]
H A Dresres.c90 fatal ("can't open '%s' for input.", filename);
160 fatal ("res write failed with different sizes (%lu/%lu).", (long) sec_length,
447 fatal ("%s: unexpected end of file %ld/%ld", filename,(long) off[0], (long) omax);
461 fatal ("%s: unexpected end of file %ld/%ld %ld", filename,(long) off[0],
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/plockstat/
H A Dplockstat.c392 fatal(const char *fmt, ...) function
795 fatal("dtrace_proc privilege required\n");
854 fatal("failed to initialize dtrace: %s\n",
/freebsd-10.0-release/contrib/byacc/
H A Derror.c8 fatal(const char *msg) function
/freebsd-10.0-release/contrib/groff/src/preproc/soelim/
H A Dsoelim.cpp98 fatal("output error");
/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_read_private.h116 char fatal; member in struct:archive_read_filter
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_subr/
H A Derror.c537 svn_handle_error(svn_error_t *err, FILE *stream, svn_boolean_t fatal)
539 svn_handle_error2(err, stream, fatal, "svn: ");
545 svn_boolean_t fatal,
602 if (fatal)
534 svn_handle_error(svn_error_t *err, FILE *stream, svn_boolean_t fatal) argument
540 svn_handle_error2(svn_error_t *err, FILE *stream, svn_boolean_t fatal, const char *prefix) argument
/freebsd-10.0-release/secure/lib/libssh/
H A DMakefile11 compat.c compress.c crc32.c deattack.c fatal.c hostfile.c \

Completed in 148 milliseconds

1234567891011>>