Searched refs:fatal (Results 1 - 25 of 500) sorted by relevance

1234567891011>>

/macosx-10.9.5/man-16/man/src/
H A Dgripes.h4 void fatal (int n, ...);
/macosx-10.9.5/emacs-92/emacs/src/s/
H A Dptx4-2.h8 fatal ("ioctl I_PUSH ptem", errno); \
10 fatal ("ioctl I_PUSH ldterm", errno);
H A Dptx4.h54 fatal ("ioctl I_PUSH ptem", errno); \
56 fatal ("ioctl I_PUSH ldterm", errno); \
58 fatal ("ioctl I_PUSH ttcompat", errno);
H A Dusg5-4-2.h62 fatal("could not grant slave pty"); \
65 fatal("could not unlock slave pty"); \
67 fatal ("could not enable slave pty"); \
/macosx-10.9.5/dcerpc-58/dcerpc/demos/access/
H A Dmisc.h6 unsigned int fatal
H A Dmisc.c17 unsigned int fatal
34 if (fatal) exit(1);
/macosx-10.9.5/dcerpc-58/dcerpc/demos/echo_server/
H A Dmisc.h6 unsigned int fatal
H A Dmisc.c18 unsigned int fatal)
34 if (fatal) exit(1);
14 chk_dce_err( error_status_t ecode, const char * where, const char * why, unsigned int fatal) argument
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dxmalloc.c7 * failure (they call fatal if they encounter an error).
33 fatal("xmalloc: zero size");
36 fatal("xmalloc: out of memory (allocating %lu bytes)", (u_long) size);
46 fatal("xcalloc: zero size");
48 fatal("xcalloc: nmemb * size > SIZE_T_MAX");
51 fatal("xcalloc: out of memory (allocating %lu bytes)",
63 fatal("xrealloc: zero size");
65 fatal("xrealloc: nmemb * size > SIZE_T_MAX");
71 fatal("xrealloc: out of memory (new_size %lu bytes)",
80 fatal("xfre
[all...]
H A Dfatal.c1 /* $OpenBSD: fatal.c,v 1.7 2006/08/03 03:34:42 deraadt Exp $ */
37 fatal(const char *fmt,...) function
H A Duidswap.c86 fatal("getgroups: %.100s", strerror(errno));
91 fatal("getgroups: %.100s", strerror(errno));
98 fatal("initgroups: %s: %.100s", pw->pw_name,
104 fatal("initgroups: %s: %.100s", pw->pw_name,
109 fatal("getgroups: %.100s", strerror(errno));
114 fatal("getgroups: %.100s", strerror(errno));
122 fatal("setgroups: %.100s", strerror(errno));
133 fatal("setegid %u: %.100s", (u_int)pw->pw_gid,
136 fatal("seteuid %u: %.100s", (u_int)pw->pw_uid,
147 fatal("setresui
[all...]
H A Dkexdhc.c71 fatal("%s: Unexpected KEX type %d", __func__, kex->kex_type);
93 fatal("cannot decode server_host_key_blob");
95 fatal("type mismatch for decoded server_host_key_blob");
97 fatal("cannot verify server_host_key");
99 fatal("server_host_key verification failed");
103 fatal("dh_server_pub == NULL");
123 fatal("DH_compute_key: failed");
128 fatal("kexdh_client: BN_new failed");
130 fatal("kexdh_client: BN_bin2bn failed");
151 fatal("key_verif
[all...]
H A Dkexecdhc.c63 fatal("%s: unsupported ECDH curve \"%s\"", __func__, kex->name);
65 fatal("%s: EC_KEY_new_by_curve_name failed", __func__);
67 fatal("%s: EC_KEY_generate_key failed", __func__);
87 fatal("cannot decode server_host_key_blob");
89 fatal("type mismatch for decoded server_host_key_blob");
91 fatal("cannot verify server_host_key");
93 fatal("server_host_key verification failed");
97 fatal("%s: EC_POINT_new failed", __func__);
101 fatal("%s: invalid server public key", __func__);
116 fatal("
[all...]
H A Drsa.c81 fatal("rsa_public_encrypt() exponent too small or not odd");
92 fatal("rsa_public_encrypt() failed");
95 fatal("rsa_public_encrypt: BN_bin2bn failed");
121 fatal("rsa_private_decrypt: BN_bin2bn failed");
138 fatal("rsa_generate_additional_parameters: BN_new failed");
140 fatal("rsa_generate_additional_parameters: BN_CTX_new failed");
146 fatal("rsa_generate_additional_parameters: BN_sub/mod failed");
H A Dkexecdhs.c65 fatal("%s: unsupported ECDH curve \"%s\"", __func__, kex->name);
67 fatal("%s: EC_KEY_new_by_curve_name failed", __func__);
69 fatal("%s: EC_KEY_generate_key failed", __func__);
79 fatal("Cannot load hostkey");
82 fatal("Unsupported hostkey type %d", kex->hostkey_type);
85 fatal("Missing private key for hostkey type %d",
91 fatal("%s: EC_POINT_new failed", __func__);
96 fatal("%s: invalid client public key", __func__);
108 fatal("%s: ECDH_compute_key failed", __func__);
114 fatal("
[all...]
H A Dkexgssc.c78 fatal("Couldn't identify host exchange");
81 fatal("Couldn't import hostname");
85 fatal("Couldn't acquire client credentials");
107 fatal("BN_new() failed");
110 fatal("BN_new() failed");
115 fatal("GSSGRP_GEX group out of range: %d !< %d !< %d",
121 fatal("%s: Unexpected KEX type %d", __func__, kex->kex_type);
130 fatal("dh_server_pub == NULL");
147 fatal("gss_init_context failed");
157 fatal("Mutua
[all...]
H A Djpake.c158 fatal("%s: vasprintf failed", __func__);
208 fatal("%s: BN_CTX_new", __func__);
223 fatal("%s: bn_rand_range_gt_one", __func__);
231 fatal("%s: BN_new", __func__);
233 fatal("%s: BN_mod_exp", __func__);
235 fatal("%s: BN_mod_exp", __func__);
241 fatal("%s: schnorr_sign", __func__);
245 fatal("%s: schnorr_sign", __func__);
266 fatal("%s: theirpub1 <= 1", __func__);
268 fatal("
[all...]
/macosx-10.9.5/pdisk-9/
H A Derrors.h59 void fatal(int value, const char *fmt, ...);
/macosx-10.9.5/dcerpc-58/dcerpc/demos/echo_number/
H A Dmisc.c12 chk_dce_err(ecode, where, why, fatal)
16 unsigned int fatal;
33 if (fatal) exit(1);
/macosx-10.9.5/dcerpc-58/dcerpc/demos/samr_test/
H A Dmisc.c12 chk_dce_err(ecode, where, why, fatal)
16 unsigned int fatal;
33 if (fatal) exit(1);
/macosx-10.9.5/bind9-45.100/bind9/bin/confgen/
H A Dutil.h36 fatal("%s: %s", name, isc_result_totext(result)); \
47 fatal(const char *format, ...)
/macosx-10.9.5/bind9-45.100/bind9/bin/rndc/
H A Dutil.h37 fatal("%s: %s", name, isc_result_totext(result)); \
48 fatal(const char *format, ...)
/macosx-10.9.5/cctools-845/ld/
H A Dld.c184 enum bool arch_errors_fatal = FALSE; /* cause wrong arch errors to be fatal*/
451 /* the cleanup routine for fatal errors to remove the output file */
526 fatal("Usage: %s [options] file [...]", progname);
566 fatal("-l: argument missing");
574 fatal("-L: directory name missing");
595 fatal("more than one output filetype specified");
609 fatal("more than one output filetype specified");
615 fatal("-pagezero_size: argument missing");
617 fatal("-pagezero_size: multiply specified");
620 fatal("siz
3612 fatal( function
[all...]
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/utils/
H A Dtestsuite.c142 void fatal(char *str) function
167 if(id != SASL_CB_GETREALM) fatal("test_getrealm not looking for realm");
179 if(id != SASL_CB_PASS) fatal("test_getsecret not looking for pass");
202 fatal("unknown callback in test_getsimple");
424 fatal("Trying to lock a mutex already locked [single-threaded app]");
435 fatal("Unlocking mutex that isn't locked");
572 if (result == -1) fatal("gethostname");
598 if(mem_stat() != SASL_OK) fatal("memory error after sasl_done test");
604 if(mem_stat() != SASL_OK) fatal("memory error after long appname test");
608 if(mem_stat() != SASL_OK) fatal("memor
[all...]
/macosx-10.9.5/bind9-45.100/bind9/bin/dnssec/
H A Ddnssec-keygen.c293 fatal("-b requires a non-negative number");
304 fatal("-d requires a non-negative number");
319 fatal("unknown flag '%s'",
326 fatal("-g requires a positive number");
332 fatal("cannot open directory %s: %s",
336 fatal("The -k option has been deprecated.\n"
348 fatal("-p must be followed by a number "
361 fatal("-s must be followed by a number "
372 fatal("unknown type '%s'",
382 fatal("
[all...]

Completed in 273 milliseconds

1234567891011>>