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

123456789

/external/clang/test/Frontend/
H A Dverify-fatal.c3 #error first fatal
4 // expected-error@-1 {{first fatal}}
6 #error second fatal
7 // expected-error@-1 {{second fatal}}
11 // CHECK-NEXT: Line 6 (directive at {{.*}}verify-fatal.c:7): second fatal
/external/clang/test/Index/
H A Dwerror.c6 void fatal(int);
7 void fatal(float);
/external/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.c92 fatal("getgroups: %.100s", strerror(errno));
97 fatal("getgroups: %.100s", strerror(errno));
106 fatal("initgroups: %s: %.100s", pw->pw_name,
111 fatal("getgroups: %.100s", strerror(errno));
116 fatal("getgroups: %.100s", strerror(errno));
124 fatal("setgroups: %.100s", strerror(errno));
134 fatal("setegid %u: %.100s", (u_int)pw->pw_gid,
137 fatal("seteuid %u: %.100s", (u_int)pw->pw_uid,
149 fatal("setresuid %u: %.100s", (u_int)uid, strerror(errno));
152 fatal("setreui
[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.c67 fatal("%s: Unexpected KEX type %d", __func__, kex->kex_type);
89 fatal("cannot decode server_host_key_blob");
91 fatal("type mismatch for decoded server_host_key_blob");
93 fatal("cannot verify server_host_key");
95 fatal("server_host_key verification failed");
99 fatal("dh_server_pub == NULL");
119 fatal("DH_compute_key: failed");
124 fatal("kexdh_client: BN_new failed");
126 fatal("kexdh_client: BN_bin2bn failed");
147 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 Djpake.c152 fatal("%s: vasprintf failed", __func__);
202 fatal("%s: BN_CTX_new", __func__);
217 fatal("%s: bn_rand_range_gt_one", __func__);
225 fatal("%s: BN_new", __func__);
227 fatal("%s: BN_mod_exp", __func__);
229 fatal("%s: BN_mod_exp", __func__);
235 fatal("%s: schnorr_sign", __func__);
239 fatal("%s: schnorr_sign", __func__);
260 fatal("%s: theirpub1 <= 1", __func__);
262 fatal("
[all...]
H A Dkexgexc.c93 fatal("BN_new");
96 fatal("BN_new");
101 fatal("DH_GEX group out of range: %d !< %d !< %d",
127 fatal("cannot decode server_host_key_blob");
129 fatal("type mismatch for decoded server_host_key_blob");
131 fatal("cannot verify server_host_key");
133 fatal("server_host_key verification failed");
137 fatal("dh_server_pub == NULL");
157 fatal("DH_compute_key: failed");
162 fatal("kexgex_clien
[all...]
H A Dsshconnect.h64 fatal("PRIV_START: seteuid: %s", \
72 fatal("PRIV_END: seteuid: %s", \
H A Dsandbox-systrace.c86 fatal("%s: socketpair: %s", __func__, strerror(errno));
104 fatal("%s: write: %s", __func__, strerror(errno));
107 fatal("%s: read: %s", __func__, strerror(errno));
125 fatal("%s: read: %s", __func__, strerror(errno));
130 fatal("%s: open(\"/dev/systrace\"): %s", __func__,
133 fatal("%s: ioctl(STRIOCCLONE, %d): %s", __func__,
138 fatal("%s: ioctl(%d, STRIOCATTACH, %d): %s", __func__,
146 fatal("%s: ioctl(%d, STRIOCPOLICY (new)): %s", __func__,
152 fatal("%s: ioctl(%d, STRIOCPOLICY (assign)): %s",
171 fatal("
[all...]
H A Dauth-sia.c92 fatal("sia_ses_init failed");
96 fatal("sia_make_entity_pwd failed");
101 fatal("Couldn't establish session for %s from %s",
105 fatal("Couldn't launch session for %s from %s",
H A Dsandbox-darwin.c67 fatal("%s: sandbox_init: %s", __func__, errmsg);
75 fatal("%s: setrlimit(RLIMIT_FSIZE, { 0, 0 }): %s",
78 fatal("%s: setrlimit(RLIMIT_NOFILE, { 0, 0 }): %s",
81 fatal("%s: setrlimit(RLIMIT_NPROC, { 0, 0 }): %s",
H A Dkexgexs.c66 fatal("Cannot load hostkey");
69 fatal("Unsupported hostkey type %d", kex->hostkey_type);
72 fatal("Missing private key for hostkey type %d",
96 fatal("protocol error during kex, no DH_GEX_REQUEST: %d", type);
101 fatal("DH_GEX_REQUEST, bad parameters: %d !< %d !< %d",
126 fatal("dh_client_pub == NULL");
149 fatal("DH_compute_key: failed");
154 fatal("kexgex_server: BN_new failed");
156 fatal("kexgex_server: BN_bin2bn failed");
192 fatal("kexgex_serve
[all...]
H A Dkexdhs.c69 fatal("%s: Unexpected KEX type %d", __func__, kex->kex_type);
78 fatal("Cannot load hostkey");
81 fatal("Unsupported hostkey type %d", kex->hostkey_type);
84 fatal("Missing private key for hostkey type %d",
89 fatal("dh_client_pub == NULL");
112 fatal("DH_compute_key: failed");
117 fatal("kexdh_server: BN_new failed");
119 fatal("kexdh_server: BN_bin2bn failed");
149 fatal("kexdh_server: key_sign failed");
H A Ddh.c99 fatal("parse_prime: BN_new failed");
101 fatal("parse_prime: BN_new failed");
184 fatal("WARNING: line %d disappeared in %s, giving up",
240 fatal("dh_gen_key: dh->p == NULL");
242 fatal("dh_gen_key: group too small: %d (2*need %d)",
248 fatal("dh_gen_key: BN_new failed");
251 fatal("dh_gen_key: BN_rand failed");
253 fatal("DH_generate_key");
260 fatal("dh_gen_key: too many bad keys: giving up");
270 fatal("dh_new_group_as
[all...]
/external/clang/test/Preprocessor/
H A Dpragma_diagnostic_output.c8 // CHECK: #pragma GCC diagnostic fatal "-Wall"
9 #pragma GCC diagnostic fatal "-Wall"
21 // CHECK: #pragma clang diagnostic fatal "-Wall"
22 #pragma clang diagnostic fatal "-Wall"
/external/oprofile/libpp/
H A Dimage_errors.h32 report_image_error(std::string const & image, image_error error, bool fatal,
36 void report_image_error(inverted_profile const & profile, bool fatal,
H A Dimage_errors.cpp28 void report_image_error(string const & image, image_error error, bool fatal, argument
44 cerr << (fatal ? "error: " : "warning: ");
72 void report_image_error(inverted_profile const & profile, bool fatal, argument
75 report_image_error(profile.image, profile.error, fatal, extra);
/external/e2fsprogs/e2fsck/
H A Dbadblocks.c46 goto fatal;
58 goto fatal;
72 goto fatal;
83 goto fatal;
94 goto fatal;
105 goto fatal;
111 fatal:
/external/openssh/openbsd-compat/
H A Dport-irix.c61 fatal("Failed to create job container: %.100s",
67 fatal("Failed to set up new array session: %.100s",
77 fatal("Failed to initialize project %d for %s: %.100s",
/external/clang/test/Sema/
H A Dattr-noreturn.c5 void fatal();
8 fatal();
/external/ppp/pppd/plugins/pppoatm/
H A Dpppoatm.c105 fatal("No vpi.vci specified");
119 fatal("ioctl(ATM_SETBACKEND): %m");
143 fatal("failed to create socket: %m");
149 fatal("Can't parse QoS: \"%s\"");
154 fatal("setsockopt(SO_ATMQOS): %m");
158 fatal("connect(%s): %m", devnam);
183 fatal("Couldn't create IP socket: %m");
187 fatal("ioctl(SIOCSIFMTU): %m");
205 fatal("Kernel doesn't support ppp_generic - "
208 fatal("N
[all...]

Completed in 454 milliseconds

123456789