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

1234567891011>>

/macosx-10.10/man-16/man/src/
H A Dgripes.h4 void fatal (int n, ...);
/macosx-10.10/emacs-93/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.10/dcerpc-61/dcerpc/demos/access/
H A Dmisc.h6 unsigned int fatal
H A Dmisc.c17 unsigned int fatal
34 if (fatal) exit(1);
/macosx-10.10/dcerpc-61/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.10/OpenSSH-189/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 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 Dfatal.c1 /* $OpenBSD: fatal.c,v 1.7 2006/08/03 03:34:42 deraadt Exp $ */
37 fatal(const char *fmt,...) function
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...]
/macosx-10.10/bootstrap_cmds-91/migcom.tproj/
H A Derror.h54 extern void fatal(char *format, ...);
H A Dmig.c179 fatal("missing name for -server option");
185 fatal ("missing name for -sheader option");
212 fatal("missing name for -iheader option");
218 fatal("missing prefix for -i option");
227 fatal("missing name for -user option");
231 fatal("unknown flag: '%s'", argv[0]);
238 fatal("missing name for -header option");
242 fatal("unknown flag: '%s'", argv[0]);
249 fatal("missing name for -dheader option");
253 fatal("unknow
[all...]
/macosx-10.10/pdisk-9/
H A Derrors.h59 void fatal(int value, const char *fmt, ...);
/macosx-10.10/dcerpc-61/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.10/dcerpc-61/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.10/bind9-45.101/bind9/bin/confgen/
H A Dutil.h36 fatal("%s: %s", name, isc_result_totext(result)); \
47 fatal(const char *format, ...)
/macosx-10.10/bind9-45.101/bind9/bin/rndc/
H A Dutil.h37 fatal("%s: %s", name, isc_result_totext(result)); \
48 fatal(const char *format, ...)
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/utils/
H A Dtestsuite.c141 void fatal(char *str) function
166 if(id != SASL_CB_GETREALM) fatal("test_getrealm not looking for realm");
176 if(id != SASL_CB_PASS) fatal("test_getsecret not looking for pass");
197 fatal("unknown callback in test_getsimple");
419 fatal("Trying to lock a mutex already locked [single-threaded app]");
430 fatal("Unlocking mutex that isn't locked");
567 if (result == -1) fatal("gethostname");
593 if(mem_stat() != SASL_OK) fatal("memory error after sasl_done test");
599 if(mem_stat() != SASL_OK) fatal("memory error after long appname test");
603 if(mem_stat() != SASL_OK) fatal("memor
[all...]
/macosx-10.10/bind9-45.101/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 193 milliseconds

1234567891011>>