Searched refs:fatal (Results 76 - 100 of 330) sorted by relevance

1234567891011>>

/freebsd-10.0-release/usr.bin/patch/
H A Dpatch.c161 fatal("out of memory\n");
170 fatal("cannot allocate memory");
176 fatal("cannot allocate memory");
182 fatal("cannot allocate memory");
188 fatal("cannot allocate memory");
275 fatal("lost hunk on alloc error!\n");
280 fatal("lost hunk on alloc error!\n");
303 fatal("lost hunk on alloc error!\n");
361 fatal("Internal error: hunk should not be 0\n");
403 fatal("filenam
[all...]
H A Dpch.c156 fatal("Internal memory allocation error\n");
180 fatal("out of memory\n");
457 fatal("Internal error: seek %ld>%ld\n", p_base, file_pos);
464 fatal("Unexpected end of file\n");
477 fatal("malformed patch at line %ld: %s", p_input_line, buf);
569 fatal("unexpected end of file in patch\n");
574 fatal("Internal error: hunk larger than hunk "
585 fatal("unexpected end of hunk "
594 fatal("unexpected *** at line %ld: %s",
652 fatal("duplicat
[all...]
/freebsd-10.0-release/crypto/openssh/
H A Dkex.c261 fatal("kex_send_kexinit: kex proposal too short");
286 fatal("kex_input_kexinit: no kex, cannot rekey");
342 fatal("Unsupported key exchange %d", kex->kex_type);
351 fatal("no matching cipher found: client %s server %s",
354 fatal("matching cipher is not supported: %s", name);
369 fatal("no matching mac found: client %s server %s",
372 fatal("unsupported mac %s", name);
386 fatal("no matching comp found: client %s server %s", client, server);
394 fatal("unsupported comp %s", name);
406 fatal("Unabl
[all...]
H A Dauth-rsa.c77 fatal("auth_rsa_generate_challenge: BN_new() failed");
80 fatal("auth_rsa_generate_challenge: BN_rand failed");
82 fatal("auth_rsa_generate_challenge: BN_CTX_new failed");
84 fatal("auth_rsa_generate_challenge: BN_mod failed");
107 fatal("auth_rsa_verify_response: bad challenge length %d", len);
138 fatal("auth_rsa_challenge_dialog: BN_new() failed");
H A Dmonitor.c392 fatal("AuthenticationMethods is not supported"
406 fatal("%s: unexpected authentication from %d",
442 fatal("%s: authenticated invalid user", __func__);
444 fatal("%s: authentication method name unknown", __func__);
532 fatal("%s: log fd read: %s", __func__, strerror(errno));
536 fatal("%s: invalid log message length %u", __func__, len);
543 fatal("%s: log fd read: %s", __func__, strerror(errno));
549 fatal("%s: invalid log level %u (corrupted message?)",
577 fatal("%s: poll: %s", __func__, strerror(errno));
606 fatal("
[all...]
H A Dssh-keyscan.c281 fatal("host_hash failed");
300 fatal("getaddrinfo %s: %s", host, ssh_gai_strerror(gaierr));
308 fatal("%s: set_nonblock(%d)", __func__, s);
338 fatal("conalloc: fdno %d too high", s);
340 fatal("conalloc: attempt to reuse fdno %d", s);
364 fatal("confree: attempt to free bad fdno %d", s);
510 fatal("conread: invalid status %d", c->c_status);
587 fatal(const char *fmt,...) function
659 fatal("Too high debugging level.");
685 fatal("unknow
[all...]
H A Dmonitor_wrap.c98 fatal("%s: no log channel", __func__);
113 fatal("%s: write: %s", __func__, strerror(errno));
138 fatal("%s: write: %s", __func__, strerror(errno));
140 fatal("%s: write: %s", __func__, strerror(errno));
154 fatal("%s: read: %s", __func__, strerror(errno));
158 fatal("%s: read: bad msg_len %d", __func__, msg_len);
162 fatal("%s: read: %s", __func__, strerror(errno));
175 fatal("%s: read: rtype %d != type %d", __func__,
198 fatal("%s: MONITOR_ANS_MODULI failed", __func__);
201 fatal("
[all...]
H A Dauth2-chall.c292 fatal("input_userauth_info_response: no authctxt");
295 fatal("input_userauth_info_response: no kbdintctxt");
297 fatal("input_userauth_info_response: no device");
302 fatal("input_userauth_info_response: wrong number of replies");
304 fatal("input_userauth_info_response: too many replies");
/freebsd-10.0-release/contrib/gcc/
H A Dgcc.h60 extern void fatal (const char *, ...) ATTRIBUTE_PRINTF_1 ATTRIBUTE_NORETURN;
H A Dcppspec.c106 fatal ("\"%s\" is not a valid option to the preprocessor",
128 fatal ("too many input files");
/freebsd-10.0-release/contrib/gdb/gdb/gdbserver/
H A Dregcache.c53 fatal ("no register cache");
109 fatal ("Could not allocate register cache.");
175 fatal ("Unknown register %s requested", name);
187 fatal ("Unknown register %s requested", name);
/freebsd-10.0-release/contrib/groff/src/include/
H A Derror.h40 extern void fatal(const char *,
/freebsd-10.0-release/contrib/groff/src/utils/indxbib/
H A Dindxbib.cpp192 fatal("no files and no -f option");
226 fatal("`%1.%2' is too long for a filename", filename, INDEX_SUFFIX);
239 fatal("can't create temporary index file: %1", strerror(errno));
242 fatal("fdopen failed");
244 fatal("can't seek past index header: %1", strerror(errno));
252 fatal("can't open `%1': %2", foption, strerror(errno));
283 fatal("error closing temporary index file: %1", strerror(errno));
306 fatal("can't rename temporary index file: %1", strerror(errno));
312 fatal("can't unlink `%1': %2", index_file, strerror(errno));
315 fatal("ca
[all...]
/freebsd-10.0-release/contrib/ntp/sntp/
H A Dheader.h41 extern void fatal (int syserr, const char *message, const char *insert);
/freebsd-10.0-release/crypto/heimdal/appl/rsh/
H A Drshd.c94 fatal (int, const char*, const char *, ...)
98 fatal (int sock, const char *what, const char *m, ...) function
123 fatal(s, NULL, "%s too long", expl);
131 fatal(s, NULL, "%s too long", expl);
149 fatal(s, NULL, "Login incorrect.");
152 fatal(s, NULL, "Login incorrect.");
366 fatal (s, NULL, "Permission denied.");
373 fatal (s, NULL, "Encryption is required.");
492 * If it fails creating the `pipe', it aborts by calling fatal.
499 fatal (STDOUT_FILEN
[all...]
/freebsd-10.0-release/sbin/fsck/
H A Dfsutil.c72 vmsg(int fatal, const char *fmt, va_list ap) argument
74 if (!fatal && preen)
79 if (fatal && preen)
82 if (fatal && preen) {
/freebsd-10.0-release/tools/regression/atm/
H A DRunTest.sh11 fatal "Usage: $0 [-q] [-b <localbase>]"
/freebsd-10.0-release/libexec/rlogind/
H A Drlogind.c125 void fatal(int, char *, int);
169 fatal(STDERR_FILENO, "Can't get peer name of remote host", 1);
235 fatal(f, "Permission denied", 0);
279 fatal(f, "Out of ptys", 0);
281 fatal(f, "Forkpty", 1);
290 fatal(STDERR_FILENO, "invalid user", 0);
298 fatal(STDERR_FILENO, _PATH_LOGIN, 1);
359 fatal(f, "internal error (select mask too small)", 0);
384 fatal(f, "select", 1);
488 fatal(in function
[all...]
/freebsd-10.0-release/contrib/groff/src/utils/lkbib/
H A Dlkbib.cpp110 fatal("no databases");
130 fatal("write error on stdout: %1", strerror(errno));
/freebsd-10.0-release/contrib/groff/src/utils/lookbib/
H A Dlookbib.cpp106 fatal("no databases");
127 fatal("write error on stdout: %1", strerror(errno));
/freebsd-10.0-release/crypto/openssh/regress/
H A Dssh-com-sftp.sh19 fatal '$TEST_COMBASE is not set'
/freebsd-10.0-release/contrib/groff/src/libs/libdriver/
H A Dinput.cpp95 - Error handling was clearly separated into warnings and fatal.
99 skip_line_x(). No fatal was chosen because both string and
106 number of trailing integer arguments, so fatal on error was
278 fatal("index out of range");
420 void skip_line_fatal(void); // skip line, fatal if args are left
446 fatal("could not allocate environment data");
479 fatal("could not allocate data");
509 fatal("number of integers to be allocated must be > 0");
620 fatal("`%1' command invalid before first `p' command", command);
671 fatal("requeste
[all...]
/freebsd-10.0-release/contrib/groff/src/preproc/eqn/
H A Dmain.cpp93 fatal("end of file before .EN");
102 fatal("nested .EQ");
168 fatal("unterminated `%1' at line %2, looking for `%3'",
386 fatal("can't open `%1': %2", argv[i], strerror(errno));
393 fatal("output error");
/freebsd-10.0-release/contrib/groff/src/utils/addftinfo/
H A Daddftinfo.cpp86 fatal("resolution must be > 0");
91 fatal("unitwidth must be > 0");
114 fatal("parameter `%1' not recognized", argv[i] + 1);
119 fatal("invalid argument `%1'", argv[i+1]);
127 fatal("can't open `%1': %2", font, strerror(errno));
/freebsd-10.0-release/contrib/sendmail/praliases/
H A Dpraliases.c294 goto fatal;
312 goto fatal;
326 goto fatal;
357 goto fatal;
390 fatal:

Completed in 144 milliseconds

1234567891011>>