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

1234567891011>>

/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",
/external/chromium_org/skia/ext/
H A Dgoogle_logging.cc13 void SkDebugf_FileLine(const char* file, int line, bool fatal, argument
23 fatal ? logging::LOG_FATAL : logging::LOG_INFO).stream()
/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/chromium_org/third_party/WebKit/Source/modules/encoding/
H A DTextDecoder.cpp51 bool fatal = false; local
52 options.get("fatal", fatal);
54 return adoptRef(new TextDecoder(encoding.name(), fatal));
58 TextDecoder::TextDecoder(const String& encoding, bool fatal) argument
61 , m_fatal(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/chromium_org/content/browser/ssl/
H A Dssl_cert_error_handler.cc22 bool fatal)
27 fatal_(fatal) {
14 SSLCertErrorHandler( const base::WeakPtr<Delegate>& delegate, const GlobalRequestID& id, ResourceType::Type resource_type, const GURL& url, int render_process_id, int render_view_id, const net::SSLInfo& ssl_info, bool fatal) argument
/external/clang/test/Sema/
H A Dattr-noreturn.c5 void fatal();
8 fatal();
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dlit.site.cfg.in13 lit.fatal("unable to find %r parameter, use '--param=%s=VALUE'" % (key, key))

Completed in 494 milliseconds

1234567891011>>