bin/cat/cat.c
118
err(EXIT_FAILURE, "unable to create network service");
bin/cat/cat.c
123
err(EXIT_FAILURE, "unable to create limits");
bin/cat/cat.c
129
err(EXIT_FAILURE, "unable to apply limits");
bin/cat/cat.c
141
err(EXIT_FAILURE, "unable to create Casper");
bin/cat/cat.c
147
err(EXIT_FAILURE, "unable to create fileargs");
bin/cat/cat.c
202
err(EXIT_FAILURE, "stdout");
bin/cat/cat.c
210
err(EXIT_FAILURE, "capsicum");
bin/cpuset/cpuset.c
105
err(EXIT_FAILURE, "getaffinity");
bin/cpuset/cpuset.c
113
err(EXIT_FAILURE, "getdomain");
bin/cpuset/cpuset.c
179
errx(EXIT_FAILURE, "%s", jail_errmsg);
bin/cpuset/cpuset.c
250
err(EXIT_FAILURE, "setaffinity");
bin/cpuset/cpuset.c
255
err(EXIT_FAILURE, "setdomain");
bin/cpuset/cpuset.c
282
err(EXIT_FAILURE, "newid");
bin/cpuset/cpuset.c
287
err(EXIT_FAILURE, "setid");
bin/cpuset/cpuset.c
298
err(EXIT_FAILURE, "setaffinity");
bin/cpuset/cpuset.c
303
err(EXIT_FAILURE, "setdomain");
bin/df/df.c
215
rv = EXIT_FAILURE;
bin/df/df.c
222
rv = EXIT_FAILURE;
bin/df/df.c
235
rv = EXIT_FAILURE;
bin/df/df.c
246
rv = EXIT_FAILURE;
bin/df/df.c
276
rv = EXIT_FAILURE;
bin/timeout/timeout.c
223
err(EXIT_FAILURE, "setitimer()");
bin/timeout/timeout.c
338
err(EXIT_FAILURE, "procctl(PROC_REAP_ACQUIRE)");
bin/timeout/timeout.c
344
err(EXIT_FAILURE, "sigprocmask()");
bin/timeout/timeout.c
347
err(EXIT_FAILURE, "pipe2");
bin/timeout/timeout.c
351
err(EXIT_FAILURE, "fork()");
bin/timeout/timeout.c
362
err(EXIT_FAILURE, "sigprocmask(oldmask)");
bin/timeout/timeout.c
367
err(EXIT_FAILURE, "read from control pipe");
bin/timeout/timeout.c
369
errx(EXIT_FAILURE, "eof from control pipe");
bin/timeout/timeout.c
389
err(EXIT_FAILURE, "signal(%d)", sig);
bin/timeout/timeout.c
398
err(EXIT_FAILURE, "sigaction(%d)", sig);
bin/timeout/timeout.c
408
err(EXIT_FAILURE, "write to control pipe");
bin/timeout/timeout.c
410
errx(EXIT_FAILURE, "short write to control pipe");
bin/timeout/timeout.c
495
pstat = EXIT_FAILURE;
bin/timeout/timeout.c
67
exit(EXIT_FAILURE);
crypto/krb5/src/lib/crypto/builtin/aes/aescrypt.c
108
return EXIT_FAILURE;
crypto/krb5/src/lib/crypto/builtin/aes/aescrypt.c
240
return EXIT_FAILURE;
crypto/krb5/src/lib/crypto/builtin/aes/aeskey.c
557
default: return EXIT_FAILURE;
crypto/krb5/src/lib/crypto/builtin/aes/aeskey.c
568
default: return EXIT_FAILURE;
crypto/krb5/src/lib/krb5/ccache/cc_mslsa.c
118
ExitProcess(EXIT_FAILURE);
crypto/openssl/apps/cmp.c
4012
return ret == 0 ? EXIT_FAILURE : EXIT_SUCCESS; /* ret == -1 for -help */
crypto/openssl/apps/dgst.c
129
int i, ret = EXIT_FAILURE, out_bin = -1, want_pub = 0, do_verify = 0;
crypto/openssl/apps/dgst.c
486
ret = EXIT_FAILURE;
crypto/openssl/apps/dgst.c
493
ret = EXIT_FAILURE;
crypto/openssl/apps/dgst.c
497
ret = EXIT_FAILURE;
crypto/openssl/apps/dgst.c
644
int i, ret = EXIT_FAILURE;
crypto/openssl/apps/dgst.c
722
int res, ret = EXIT_FAILURE;
crypto/openssl/apps/lib/apps.c
636
exit(EXIT_FAILURE);
crypto/openssl/apps/openssl.c
318
ret = EXIT_FAILURE;
crypto/openssl/apps/pkeyparam.c
56
int text = 0, noout = 0, ret = EXIT_FAILURE, check = 0, r;
crypto/openssl/demos/bio/client-arg.c
25
int ret = EXIT_FAILURE;
crypto/openssl/demos/bio/client-conf.c
28
int ret = EXIT_FAILURE;
crypto/openssl/demos/bio/saccept.c
60
int ret = EXIT_FAILURE, i;
crypto/openssl/demos/bio/sconnect.c
43
int i, len, off, ret = EXIT_FAILURE;
crypto/openssl/demos/bio/server-arg.c
32
int ret = EXIT_FAILURE, i;
crypto/openssl/demos/bio/server-cmod.c
30
int ret = EXIT_FAILURE, i;
crypto/openssl/demos/bio/server-conf.c
37
int ret = EXIT_FAILURE, i;
crypto/openssl/demos/cipher/aesccm.c
231
return EXIT_FAILURE;
crypto/openssl/demos/cipher/aesccm.c
234
return EXIT_FAILURE;
crypto/openssl/demos/cipher/aesgcm.c
222
return EXIT_FAILURE;
crypto/openssl/demos/cipher/aesgcm.c
225
return EXIT_FAILURE;
crypto/openssl/demos/cipher/aeskeywrap.c
176
return EXIT_FAILURE;
crypto/openssl/demos/cipher/aeskeywrap.c
179
return EXIT_FAILURE;
crypto/openssl/demos/cipher/ariacbc.c
169
return EXIT_FAILURE;
crypto/openssl/demos/cipher/ariacbc.c
172
return EXIT_FAILURE;
crypto/openssl/demos/cms/cms_comp.c
19
int ret = EXIT_FAILURE;
crypto/openssl/demos/cms/cms_ddec.c
24
int ret = EXIT_FAILURE;
crypto/openssl/demos/cms/cms_dec.c
21
int ret = EXIT_FAILURE;
crypto/openssl/demos/cms/cms_denc.c
24
int ret = EXIT_FAILURE;
crypto/openssl/demos/cms/cms_enc.c
21
int ret = EXIT_FAILURE;
crypto/openssl/demos/cms/cms_sign.c
21
int ret = EXIT_FAILURE;
crypto/openssl/demos/cms/cms_sign2.c
21
int ret = EXIT_FAILURE;
crypto/openssl/demos/cms/cms_uncomp.c
19
int ret = EXIT_FAILURE;
crypto/openssl/demos/cms/cms_ver.c
64
int ret = EXIT_FAILURE;
crypto/openssl/demos/digest/BIO_f_md.c
39
int ret = EXIT_FAILURE;
crypto/openssl/demos/digest/EVP_MD_demo.c
176
return demonstrate_digest() ? EXIT_SUCCESS : EXIT_FAILURE;
crypto/openssl/demos/digest/EVP_MD_stdin.c
126
int ret = EXIT_FAILURE;
crypto/openssl/demos/digest/EVP_MD_stdin.c
130
ret = (demonstrate_digest(input) ? EXIT_SUCCESS : EXIT_FAILURE);
crypto/openssl/demos/digest/EVP_MD_xof.c
46
int ret = EXIT_FAILURE;
crypto/openssl/demos/encode/ec_encode.c
178
int ret = EXIT_FAILURE;
crypto/openssl/demos/encode/rsa_encode.c
175
int ret = EXIT_FAILURE;
crypto/openssl/demos/encrypt/rsa_encrypt.c
214
int ret = EXIT_FAILURE;
crypto/openssl/demos/guide/quic-client-block.c
122
int res = EXIT_FAILURE;
crypto/openssl/demos/guide/quic-client-block.c
330
if (res == EXIT_FAILURE)
crypto/openssl/demos/guide/quic-client-non-block.c
229
int res = EXIT_FAILURE;
crypto/openssl/demos/guide/quic-client-non-block.c
420
if (res == EXIT_FAILURE)
crypto/openssl/demos/guide/quic-multi-stream.c
140
int res = EXIT_FAILURE;
crypto/openssl/demos/guide/quic-multi-stream.c
427
if (res == EXIT_FAILURE)
crypto/openssl/demos/guide/quic-server-block.c
283
int res = EXIT_FAILURE;
crypto/openssl/demos/guide/quic-server-non-block.c
469
int res = EXIT_FAILURE;
crypto/openssl/demos/guide/tls-client-block.c
105
int res = EXIT_FAILURE;
crypto/openssl/demos/guide/tls-client-block.c
285
if (res == EXIT_FAILURE)
crypto/openssl/demos/guide/tls-client-non-block.c
182
int res = EXIT_FAILURE;
crypto/openssl/demos/guide/tls-client-non-block.c
365
if (res == EXIT_FAILURE)
crypto/openssl/demos/guide/tls-server-block.c
65
int res = EXIT_FAILURE;
crypto/openssl/demos/kdf/argon2.c
77
int rv = EXIT_FAILURE;
crypto/openssl/demos/kdf/hkdf.c
46
int ret = EXIT_FAILURE;
crypto/openssl/demos/kdf/pbkdf2.c
60
int ret = EXIT_FAILURE;
crypto/openssl/demos/kdf/scrypt.c
62
int ret = EXIT_FAILURE;
crypto/openssl/demos/keyexch/ecdh.c
179
int ret = EXIT_FAILURE;
crypto/openssl/demos/keyexch/x25519.c
271
return EXIT_FAILURE;
crypto/openssl/demos/keyexch/x25519.c
276
return EXIT_FAILURE;
crypto/openssl/demos/mac/cmac-aes256.c
66
int ret = EXIT_FAILURE;
crypto/openssl/demos/mac/gmac.c
60
int ret = EXIT_FAILURE;
crypto/openssl/demos/mac/hmac-sha512.c
74
int ret = EXIT_FAILURE;
crypto/openssl/demos/mac/poly1305.c
86
int ret = EXIT_FAILURE;
crypto/openssl/demos/mac/siphash.c
47
int ret = EXIT_FAILURE;
crypto/openssl/demos/pkcs12/pkread.c
56
int i, ret = EXIT_FAILURE;
crypto/openssl/demos/pkcs12/pkread.c
60
exit(EXIT_FAILURE);
crypto/openssl/demos/pkcs12/pkread.c
65
exit(EXIT_FAILURE);
crypto/openssl/demos/pkcs12/pkwrite.c
26
exit(EXIT_FAILURE);
crypto/openssl/demos/pkcs12/pkwrite.c
32
exit(EXIT_FAILURE);
crypto/openssl/demos/pkcs12/pkwrite.c
42
exit(EXIT_FAILURE);
crypto/openssl/demos/pkcs12/pkwrite.c
47
exit(EXIT_FAILURE);
crypto/openssl/demos/pkey/EVP_PKEY_DSA_keygen.c
48
int ret = EXIT_FAILURE;
crypto/openssl/demos/pkey/EVP_PKEY_DSA_paramfromdata.c
22
int ret = EXIT_FAILURE;
crypto/openssl/demos/pkey/EVP_PKEY_DSA_paramgen.c
20
int ret = EXIT_FAILURE;
crypto/openssl/demos/pkey/EVP_PKEY_DSA_paramvalidate.c
104
int ret = EXIT_FAILURE;
crypto/openssl/demos/pkey/EVP_PKEY_EC_keygen.c
134
int ret = EXIT_FAILURE;
crypto/openssl/demos/pkey/EVP_PKEY_RSA_keygen.c
242
int ret = EXIT_FAILURE;
crypto/openssl/demos/pkey/EVP_PKEY_RSA_keygen.c
259
return EXIT_FAILURE;
crypto/openssl/demos/signature/EVP_DSA_Signature_demo.c
267
int ret = EXIT_FAILURE;
crypto/openssl/demos/signature/EVP_EC_Signature_demo.c
207
int ret = EXIT_FAILURE;
crypto/openssl/demos/signature/EVP_ED_Signature_demo.c
174
int ret = EXIT_FAILURE;
crypto/openssl/demos/signature/rsa_pss_direct.c
191
int ret = EXIT_FAILURE;
crypto/openssl/demos/signature/rsa_pss_hash.c
174
int ret = EXIT_FAILURE;
crypto/openssl/demos/smime/smdec.c
21
int ret = EXIT_FAILURE;
crypto/openssl/demos/smime/smenc.c
21
int ret = EXIT_FAILURE;
crypto/openssl/demos/smime/smsign.c
21
int ret = EXIT_FAILURE;
crypto/openssl/demos/smime/smsign2.c
21
int ret = EXIT_FAILURE;
crypto/openssl/demos/smime/smver.c
21
int ret = EXIT_FAILURE;
crypto/openssl/demos/sslecho/main.c
104
exit(EXIT_FAILURE);
crypto/openssl/demos/sslecho/main.c
122
exit(EXIT_FAILURE);
crypto/openssl/demos/sslecho/main.c
132
exit(EXIT_FAILURE);
crypto/openssl/demos/sslecho/main.c
213
exit(EXIT_FAILURE);
crypto/openssl/demos/sslecho/main.c
222
exit(EXIT_FAILURE);
crypto/openssl/demos/sslecho/main.c
45
exit(EXIT_FAILURE);
crypto/openssl/demos/sslecho/main.c
57
exit(EXIT_FAILURE);
crypto/openssl/demos/sslecho/main.c
62
exit(EXIT_FAILURE);
crypto/openssl/demos/sslecho/main.c
67
exit(EXIT_FAILURE);
crypto/openssl/demos/sslecho/main.c
88
exit(EXIT_FAILURE);
crypto/openssl/demos/sslecho/main.c
99
exit(EXIT_FAILURE);
crypto/openssl/test/bio_prefix_text.c
265
rv = (setup() && run_pipe()) ? EXIT_SUCCESS : EXIT_FAILURE;
crypto/openssl/test/memleaktest.c
45
int exitcode = EXIT_FAILURE;
crypto/openssl/test/memleaktest.c
51
return EXIT_FAILURE;
crypto/openssl/test/quic-openssl-docker/hq-interop/quic-hq-interop-server.c
754
int res = EXIT_FAILURE;
crypto/openssl/test/quic-openssl-docker/hq-interop/quic-hq-interop.c
1026
if (res == EXIT_FAILURE)
crypto/openssl/test/quic-openssl-docker/hq-interop/quic-hq-interop.c
861
int res = EXIT_FAILURE;
crypto/openssl/test/ssl_old_test.c
1820
ret = EXIT_FAILURE;
crypto/openssl/test/ssl_old_test.c
1832
ret = EXIT_FAILURE;
crypto/openssl/test/ssl_old_test.c
1839
ret = EXIT_FAILURE;
crypto/openssl/test/ssl_old_test.c
1850
ret = EXIT_FAILURE;
crypto/openssl/test/ssl_old_test.c
1857
ret = EXIT_FAILURE;
crypto/openssl/test/ssl_old_test.c
1863
ret = EXIT_FAILURE;
crypto/openssl/test/ssl_old_test.c
1923
int ret = EXIT_FAILURE;
crypto/openssl/test/ssl_old_test.c
2204
ret = (err_in_client != 0) ? EXIT_SUCCESS : EXIT_FAILURE;
crypto/openssl/test/ssl_old_test.c
2206
ret = (err_in_server != 0) ? EXIT_SUCCESS : EXIT_FAILURE;
crypto/openssl/test/ssl_old_test.c
2218
int ret = EXIT_FAILURE;
crypto/openssl/test/ssl_old_test.c
2573
ret = (err_in_client != 0) ? EXIT_SUCCESS : EXIT_FAILURE;
crypto/openssl/test/ssl_old_test.c
2575
ret = (err_in_server != 0) ? EXIT_SUCCESS : EXIT_FAILURE;
crypto/openssl/test/ssl_old_test.c
2591
int ret = EXIT_FAILURE;
crypto/openssl/test/ssl_old_test.c
2860
ret = (err_in_client != 0) ? EXIT_SUCCESS : EXIT_FAILURE;
crypto/openssl/test/ssl_old_test.c
2862
ret = (err_in_server != 0) ? EXIT_SUCCESS : EXIT_FAILURE;
crypto/openssl/test/ssl_old_test.c
901
int ret = EXIT_FAILURE;
crypto/openssl/test/testutil/driver.c
294
return EXIT_FAILURE;
crypto/openssl/test/testutil/driver.c
404
return EXIT_FAILURE;
crypto/openssl/test/testutil/main.c
16
int ret = EXIT_FAILURE;
crypto/openssl/test/timing_load_creds.c
154
exit(EXIT_FAILURE);
crypto/openssl/test/timing_load_creds.c
159
exit(EXIT_FAILURE);
crypto/openssl/test/timing_load_creds.c
164
exit(EXIT_FAILURE);
crypto/openssl/test/timing_load_creds.c
185
exit(EXIT_FAILURE);
crypto/openssl/test/timing_load_creds.c
196
exit(EXIT_FAILURE);
crypto/openssl/test/timing_load_creds.c
218
exit(EXIT_FAILURE);
crypto/openssl/test/timing_load_creds.c
223
exit(EXIT_FAILURE);
crypto/openssl/test/timing_load_creds.c
249
exit(EXIT_FAILURE);
crypto/openssl/test/timing_load_creds.c
48
exit(EXIT_FAILURE);
crypto/openssl/test/timing_load_creds.c
53
exit(EXIT_FAILURE);
crypto/openssl/test/timing_load_creds.c
66
exit(EXIT_FAILURE);
crypto/openssl/test/timing_load_creds.c
71
exit(EXIT_FAILURE);
crypto/openssl/test/timing_load_creds.c
92
exit(EXIT_FAILURE);
lib/geom/mirror/geom_mirror.c
445
errx(EXIT_FAILURE, "Invalid number of arguments.");
lib/geom/mirror/geom_mirror.c
454
errc(EXIT_FAILURE, error, "Cannot get GEOM tree");
lib/geom/mirror/geom_mirror.c
457
errx(EXIT_FAILURE, "Class %s not found.", name);
lib/geom/mirror/geom_mirror.c
460
errx(EXIT_FAILURE, "No such geom: %s.", g);
lib/geom/mirror/geom_mirror.c
463
errx(EXIT_FAILURE, "Provider of geom %s not found.", g);
lib/geom/mirror/geom_mirror.c
467
errx(EXIT_FAILURE, "The size is not specified.");
lib/geom/mirror/geom_mirror.c
482
errx(EXIT_FAILURE,
lib/geom/mirror/geom_mirror.c
488
errc(EXIT_FAILURE, error, "Invalid size param");
lib/geom/part/geom_part.c
1007
errx(EXIT_FAILURE, "Incorrect backup format.");
lib/geom/part/geom_part.c
1035
errc(EXIT_FAILURE, error, "autofill");
lib/geom/part/geom_part.c
1109
exit(EXIT_FAILURE);
lib/geom/part/geom_part.c
1120
err(EXIT_FAILURE, "%s", bootfile);
lib/geom/part/geom_part.c
1122
errx(EXIT_FAILURE, "%s: not a regular file", bootfile);
lib/geom/part/geom_part.c
1124
errx(EXIT_FAILURE, "%s: empty file", bootfile);
lib/geom/part/geom_part.c
1126
errx(EXIT_FAILURE, "%s: file too big (%zd limit)", bootfile,
lib/geom/part/geom_part.c
1133
err(EXIT_FAILURE, "%s", bootfile);
lib/geom/part/geom_part.c
1136
err(EXIT_FAILURE, NULL);
lib/geom/part/geom_part.c
1138
err(EXIT_FAILURE, "%s", bootfile);
lib/geom/part/geom_part.c
1165
errc(EXIT_FAILURE, error, "Cannot get GEOM tree");
lib/geom/part/geom_part.c
1169
errx(EXIT_FAILURE, "Class %s not found.", s);
lib/geom/part/geom_part.c
1173
errx(EXIT_FAILURE, "No such geom: %s.", g);
lib/geom/part/geom_part.c
1176
errx(EXIT_FAILURE, "Scheme not found for geom %s", gp->lg_name);
lib/geom/part/geom_part.c
1189
errx(EXIT_FAILURE, "%s: not enough space", dsf);
lib/geom/part/geom_part.c
1192
err(EXIT_FAILURE, "%s", dsf);
lib/geom/part/geom_part.c
1202
err(EXIT_FAILURE, "%s", dsf);
lib/geom/part/geom_part.c
1205
err(EXIT_FAILURE, "%s", dsf);
lib/geom/part/geom_part.c
1210
errx(EXIT_FAILURE, "invalid partition index");
lib/geom/part/geom_part.c
1224
errx(EXIT_FAILURE, "Invalid number of arguments.");
lib/geom/part/geom_part.c
1233
errc(EXIT_FAILURE, error, "internal error");
lib/geom/part/geom_part.c
1239
errx(EXIT_FAILURE, "neither -b nor -p specified");
lib/geom/part/geom_part.c
1241
errx(EXIT_FAILURE, "-i is only valid with -p");
lib/geom/part/geom_part.c
1248
errx(EXIT_FAILURE, "invalid partition index");
lib/geom/part/geom_part.c
1251
errc(EXIT_FAILURE, error, "internal error");
lib/geom/part/geom_part.c
1261
errc(EXIT_FAILURE, error, "internal error");
lib/geom/part/geom_part.c
1263
errx(EXIT_FAILURE, "missing -i option");
lib/geom/part/geom_part.c
1299
errx(EXIT_FAILURE, "Invalid number of arguments.");
lib/geom/part/geom_part.c
1306
status = EXIT_FAILURE;
lib/geom/part/geom_part.c
1322
status = EXIT_FAILURE;
lib/geom/part/geom_part.c
324
errx(EXIT_FAILURE, "invalid partition index");
lib/geom/part/geom_part.c
337
errx(EXIT_FAILURE, "Class %s not found.", s);
lib/geom/part/geom_part.c
340
errx(EXIT_FAILURE, "No such geom: %s.", g);
lib/geom/part/geom_part.c
343
errx(EXIT_FAILURE, "Provider for geom %s not found.", g);
lib/geom/part/geom_part.c
351
errc(EXIT_FAILURE, error, "Invalid alignment param");
lib/geom/part/geom_part.c
353
errx(EXIT_FAILURE, "Invalid alignment param");
lib/geom/part/geom_part.c
361
errc(EXIT_FAILURE, error, "internal error");
lib/geom/part/geom_part.c
369
errc(EXIT_FAILURE, error, "Invalid size param");
lib/geom/part/geom_part.c
378
errx(EXIT_FAILURE, "Final block not found for geom %s",
lib/geom/part/geom_part.c
389
errx(EXIT_FAILURE, "invalid partition index");
lib/geom/part/geom_part.c
464
errx(EXIT_FAILURE, "Class %s not found.", s);
lib/geom/part/geom_part.c
468
errx(EXIT_FAILURE, "No such geom %s.", g);
lib/geom/part/geom_part.c
474
errx(EXIT_FAILURE,
lib/geom/part/geom_part.c
481
errx(EXIT_FAILURE, "Provider for geom %s not found.", g);
lib/geom/part/geom_part.c
489
errc(EXIT_FAILURE, error, "Invalid alignment param");
lib/geom/part/geom_part.c
491
errx(EXIT_FAILURE, "Invalid alignment param");
lib/geom/part/geom_part.c
495
errc(EXIT_FAILURE, error, "internal error");
lib/geom/part/geom_part.c
503
errc(EXIT_FAILURE, error, "Invalid size param");
lib/geom/part/geom_part.c
512
errc(EXIT_FAILURE, error, "Invalid start param");
lib/geom/part/geom_part.c
531
errx(EXIT_FAILURE, "Starting block not found for geom %s",
lib/geom/part/geom_part.c
536
errx(EXIT_FAILURE, "Final block not found for geom %s",
lib/geom/part/geom_part.c
626
errx(EXIT_FAILURE, "Scheme not found for geom %s", gp->lg_name);
lib/geom/part/geom_part.c
629
errx(EXIT_FAILURE, "Starting block not found for geom %s",
lib/geom/part/geom_part.c
634
errx(EXIT_FAILURE, "Final block not found for geom %s",
lib/geom/part/geom_part.c
640
errx(EXIT_FAILURE, "State not found for geom %s", gp->lg_name);
lib/geom/part/geom_part.c
753
errx(EXIT_FAILURE, "-l and -r are mutually exclusive");
lib/geom/part/geom_part.c
785
errc(EXIT_FAILURE, error, "Cannot get GEOM tree");
lib/geom/part/geom_part.c
789
errx(EXIT_FAILURE, "Class %s not found.", name);
lib/geom/part/geom_part.c
800
errx(EXIT_FAILURE, "No such geom: %s.", name);
lib/geom/part/geom_part.c
824
errx(EXIT_FAILURE, "Invalid number of arguments.");
lib/geom/part/geom_part.c
833
errc(EXIT_FAILURE, error, "Cannot get GEOM tree");
lib/geom/part/geom_part.c
837
errx(EXIT_FAILURE, "Class %s not found.", s);
lib/geom/part/geom_part.c
841
errx(EXIT_FAILURE, "No such geom: %s.", g);
lib/geom/part/geom_part.c
915
errx(EXIT_FAILURE, "Invalid number of arguments.");
lib/geom/part/geom_part.c
925
errc(EXIT_FAILURE, error, "Cannot get GEOM tree");
lib/geom/part/geom_part.c
929
errx(EXIT_FAILURE, "Class %s not found.", s);
lib/geom/part/geom_part.c
936
err(EXIT_FAILURE, "sigaction SIGINT");
lib/geom/part/geom_part.c
981
errx(EXIT_FAILURE, "Incorrect backup format.");
lib/libc/softfloat/timesoftfloat.c
54
exit( EXIT_FAILURE );
lib/libnv/tests/nvlist_send_recv_test.c
418
err(EXIT_FAILURE, "sysctl");
lib/libnv/tests/nvlist_send_recv_test.c
429
err(EXIT_FAILURE, "sysctl");
lib/libnv/tests/nvlist_send_recv_test.c
431
errx(EXIT_FAILURE, "fd count mismatch");
lib/libnv/tests/nvlist_send_recv_test.c
574
err(EXIT_FAILURE, "nvlist_send");
lib/libnv/tests/nvlist_send_recv_test.c
82
err(EXIT_FAILURE, "pipe");
lib/libnv/tests/nvlist_send_recv_test.c
84
err(EXIT_FAILURE, "write");
lib/libproc/tests/target_prog.c
77
return (saw == 1 ? EXIT_SUCCESS : EXIT_FAILURE);
lib/libproc/tests/target_prog.c
79
return (EXIT_FAILURE);
lib/libutil/login_class.c
269
errx(EXIT_FAILURE,
libexec/atrun/atrun.c
316
exit(EXIT_FAILURE); /* setusercontext() logged the error */
libexec/atrun/atrun.c
362
exit(EXIT_FAILURE); /* setusercontext() logged the error */
libexec/atrun/atrun.c
416
exit(EXIT_FAILURE);
libexec/atrun/atrun.c
431
exit(EXIT_FAILURE);
libexec/atrun/atrun.c
587
exit(EXIT_FAILURE);
libexec/pkg-serve/pkg-serve.c
174
errx(EXIT_FAILURE, "%s: file truncated during transfer",
libexec/pkg-serve/pkg-serve.c
35
exit(EXIT_FAILURE);
libexec/pkg-serve/pkg-serve.c
60
err(EXIT_FAILURE, "open(%s)", basedir);
libexec/pkg-serve/pkg-serve.c
65
err(EXIT_FAILURE, "cap_rights_limit");
libexec/pkg-serve/pkg-serve.c
68
err(EXIT_FAILURE, "cap_enter");
sbin/geom/core/geom.c
1006
xo_errc(EXIT_FAILURE, error, "Cannot get GEOM tree");
sbin/geom/core/geom.c
1010
xo_errx(EXIT_FAILURE, "Cannot find provider '%s'.", provider_name);
sbin/geom/core/geom.c
1034
xo_errc(EXIT_FAILURE, error, "Cannot get GEOM tree");
sbin/geom/core/geom.c
1058
xo_errc(EXIT_FAILURE, error, "Cannot get GEOM tree");
sbin/geom/core/geom.c
1062
xo_errx(EXIT_FAILURE, "Class '%s' not found.", gclass_name);
sbin/geom/core/geom.c
1070
xo_errx(EXIT_FAILURE, "Class '%s' does not have "
sbin/geom/core/geom.c
1343
xo_errc(EXIT_FAILURE, error, "Cannot get GEOM tree");
sbin/geom/core/geom.c
1346
xo_errx(EXIT_FAILURE, "Class %s not found.", gclass_name);
sbin/geom/core/geom.c
1359
xo_errx(EXIT_FAILURE, "No such geom: %s.",
sbin/geom/core/geom.c
1442
xo_err(EXIT_FAILURE, "sysctl(kern.module_path)");
sbin/geom/core/geom.c
159
exit(EXIT_FAILURE);
sbin/geom/core/geom.c
189
exit(EXIT_FAILURE);
sbin/geom/core/geom.c
204
xo_err(EXIT_FAILURE, "cannot load %s", name2);
sbin/geom/core/geom.c
262
xo_errx(EXIT_FAILURE, "Too many -%c options.",
sbin/geom/core/geom.c
272
xo_errx(EXIT_FAILURE, "No memory.");
sbin/geom/core/geom.c
282
xo_err(EXIT_FAILURE, "Invalid value for '%c' argument",
sbin/geom/core/geom.c
287
xo_errx(EXIT_FAILURE, "No memory.");
sbin/geom/core/geom.c
296
xo_errx(EXIT_FAILURE, "No memory.");
sbin/geom/core/geom.c
478
xo_errx(EXIT_FAILURE, "Command '%s' not available; "
sbin/geom/core/geom.c
510
exit(EXIT_FAILURE);
sbin/geom/core/geom.c
545
xo_err(EXIT_FAILURE, "Not enough memory for library path");
sbin/geom/core/geom.c
565
xo_err(EXIT_FAILURE, "Cannot access library");
sbin/geom/core/geom.c
575
xo_errx(EXIT_FAILURE, "Cannot open library: %s.", dlerror());
sbin/geom/core/geom.c
581
exit(EXIT_FAILURE);
sbin/geom/core/geom.c
585
xo_errx(EXIT_FAILURE, "%s and %s are not synchronized.",
sbin/geom/core/geom.c
592
exit(EXIT_FAILURE);
sbin/geom/core/geom.c
599
exit(EXIT_FAILURE);
sbin/geom/core/geom.c
617
xo_errx(EXIT_FAILURE, "No memory");
sbin/geom/core/geom.c
648
xo_errx(EXIT_FAILURE, "Invalid utility name.");
sbin/geom/core/geom.c
667
xo_errx(EXIT_FAILURE, "Invalid class name '%s'.", class_name);
sbin/geom/core/geom.c
789
xo_errc(EXIT_FAILURE, error, "Cannot get GEOM tree");
sbin/geom/core/geom.c
845
xo_errx(EXIT_FAILURE,
sbin/geom/core/geom.c
864
exit(EXIT_FAILURE);
sbin/ggate/ggatec/ggatec.c
414
err(EXIT_FAILURE, "Cannot daemonize");
sbin/ggate/ggatec/ggatec.c
593
errx(EXIT_FAILURE,
sbin/ggate/ggatec/ggatec.c
603
errx(EXIT_FAILURE, "Invalid port.");
sbin/ggate/ggatec/ggatec.c
611
errx(EXIT_FAILURE, "Invalid queue_size.");
sbin/ggate/ggatec/ggatec.c
619
errx(EXIT_FAILURE, "Invalid rcvbuf.");
sbin/ggate/ggatec/ggatec.c
627
errx(EXIT_FAILURE, "Invalid sndbuf.");
sbin/ggate/ggatec/ggatec.c
635
errx(EXIT_FAILURE, "Invalid sectorsize.");
sbin/ggate/ggatec/ggatec.c
643
errx(EXIT_FAILURE, "Invalid timeout.");
sbin/ggate/ggatec/ggatec.c
649
errx(EXIT_FAILURE, "Invalid unit number.");
sbin/ggate/ggatec/ggatec.c
90
exit(EXIT_FAILURE);
sbin/ggate/ggated/ggated.c
1051
errx(EXIT_FAILURE,
sbin/ggate/ggated/ggated.c
1065
errx(EXIT_FAILURE, "Invalid port.");
sbin/ggate/ggated/ggated.c
1071
errx(EXIT_FAILURE, "Invalid rcvbuf.");
sbin/ggate/ggated/ggated.c
1077
errx(EXIT_FAILURE, "Invalid sndbuf.");
sbin/ggate/ggated/ggated.c
1097
errx(EXIT_FAILURE, "Daemon already running, pid: %jd.",
sbin/ggate/ggated/ggated.c
1100
err(EXIT_FAILURE, "Cannot open/create pidfile");
sbin/ggate/ggated/ggated.c
125
exit(EXIT_FAILURE);
sbin/ggate/ggatel/ggatel.c
181
err(EXIT_FAILURE, "Cannot open %s", path);
sbin/ggate/ggatel/ggatel.c
208
err(EXIT_FAILURE, "Cannot open %s", path);
sbin/ggate/ggatel/ggatel.c
260
errx(EXIT_FAILURE,
sbin/ggate/ggatel/ggatel.c
270
errx(EXIT_FAILURE, "Invalid sectorsize.");
sbin/ggate/ggatel/ggatel.c
278
errx(EXIT_FAILURE, "Invalid timeout.");
sbin/ggate/ggatel/ggatel.c
284
errx(EXIT_FAILURE, "Invalid unit number.");
sbin/ggate/ggatel/ggatel.c
70
exit(EXIT_FAILURE);
sbin/ggate/ggatel/ggatel.c
98
err(EXIT_FAILURE, "Cannot daemonize");
sbin/ggate/shared/ggate.c
116
exit(EXIT_FAILURE);
sbin/ggate/shared/ggate.c
128
exit(EXIT_FAILURE);
sbin/ggate/shared/ggate.c
179
err(EXIT_FAILURE, "open(/dev/%s)", G_GATE_CTL_NAME);
sbin/ggate/shared/ggate.c
218
errx(EXIT_FAILURE,
sbin/ggate/shared/ggate.c
373
exit(EXIT_FAILURE);
sbin/ifconfig/af_inet6.c
185
errx(EXIT_FAILURE, "%s not allowed for the AF", cmd);
sbin/ifconfig/af_inet6.c
192
errx(EXIT_FAILURE, "interface index is already filled");
sbin/ifconfig/af_inet6.c
194
err(EXIT_FAILURE, "getifaddrs");
sbin/ifconfig/af_inet6.c
206
errx(EXIT_FAILURE, "could not determine link local address");
sbin/ifconfig/ifconfig.c
637
err(EXIT_FAILURE, "ifconfig_open");
sbin/ifconfig/ifconfig.c
789
err(EXIT_FAILURE, "getifaddrs");
sbin/ifconfig/ifconfig.c
794
err(EXIT_FAILURE, "calcorders");
sbin/ifconfig/ifmedia.c
295
errx(EXIT_FAILURE, "unknown media type 0x%x", media);
sbin/ifconfig/ifmedia.c
297
errx(EXIT_FAILURE, "unknown media subtype: %s", val);
sbin/ifconfig/ifmedia.c
299
err(EXIT_FAILURE, "ifconfig_media_lookup_subtype");
sbin/ifconfig/ifmedia.c
314
errx(EXIT_FAILURE, "unknown media type 0x%x", media);
sbin/ifconfig/ifmedia.c
318
err(EXIT_FAILURE, "ifconfig_media_lookup_subtype");
sbin/ifconfig/ifmedia.c
337
err(EXIT_FAILURE, "strdup");
sbin/ifconfig/ifmedia.c
351
err(EXIT_FAILURE, "calloc");
sbin/ifconfig/ifmedia.c
363
err(EXIT_FAILURE, "ifconfig_media_lookup_options");
sbin/ifconfig/ifmedia.c
367
errx(EXIT_FAILURE, "unknown option: %s", optnames[i]);
sbin/kldunload/kldunload.c
102
err(EXIT_FAILURE, "can't stat file");
sbin/kldunload/kldunload.c
112
err(EXIT_FAILURE, "can't unload file");
sbin/kldunload/kldunload.c
93
errx(EXIT_FAILURE, "Invalid ID %s", optarg);
sbin/kldunload/kldunload.c
96
errx(EXIT_FAILURE, "can't find file %s",
sbin/mount/mount.c
146
EXIT(EXIT_FAILURE);
sbin/mount/mount.c
156
EXIT(EXIT_FAILURE);
sbin/mount/mount.c
221
exit(EXIT_FAILURE);
sbin/mount/mount.c
324
rval = EXIT_FAILURE;
sbin/mount/mount.c
60
xo_err(EXIT_FAILURE, "stdout"); \
sbin/mount/mount.c
888
EXIT(EXIT_FAILURE);
sbin/newfs_msdos/newfs_msdos.c
64
errx(EXIT_FAILURE, "Can't parse timestamp '%s'", b);
sbin/savecore/savecore.c
1283
xo_err(EXIT_FAILURE, "stdout");
sbin/savecore/savecore.c
1308
exit(EXIT_FAILURE);
sbin/savecore/savecore.c
1319
exit(EXIT_FAILURE);
sbin/savecore/savecore.c
1325
exit(EXIT_FAILURE);
sbin/savecore/savecore.c
1328
exit(EXIT_FAILURE);
sbin/savecore/savecore.c
1353
exit(EXIT_FAILURE);
sbin/savecore/savecore.c
1367
exit(EXIT_FAILURE);
sbin/savecore/savecore.c
1373
exit(EXIT_FAILURE);
sbin/savecore/savecore.c
1390
exit(EXIT_FAILURE);
sbin/savecore/savecore.c
1401
exit(EXIT_FAILURE);
sbin/savecore/savecore.c
1407
exit(EXIT_FAILURE);
sbin/savecore/savecore.c
1412
exit(EXIT_FAILURE);
sbin/savecore/savecore.c
1426
exit(EXIT_FAILURE);
sbin/savecore/savecore.c
1448
exit(EXIT_FAILURE);
sbin/savecore/savecore.c
1471
exit(EXIT_FAILURE);
sbin/savecore/savecore.c
1511
exit(EXIT_FAILURE);
sbin/savecore/savecore.c
1533
exit(EXIT_FAILURE);
sbin/savecore/savecore.c
1543
exit(EXIT_FAILURE);
sbin/savecore/savecore.c
1556
exit(EXIT_FAILURE);
sbin/savecore/savecore.c
1565
exit(EXIT_FAILURE);
sbin/savecore/savecore.c
342
xo_err(EXIT_FAILURE, "stdout");
sbin/savecore/savecore.c
440
exit(EXIT_FAILURE);
share/examples/tests/tests/plain/printf_test.c
56
errx(EXIT_FAILURE, "snprintf with two formatters failed");
share/examples/tests/tests/plain/printf_test.c
59
errx(EXIT_FAILURE, "Bad formatting: got %s", buffer);
share/examples/tests/tests/plain/printf_test.c
68
errx(EXIT_FAILURE, "snprintf did not return the expected "
share/examples/tests/tests/plain/printf_test.c
72
errx(EXIT_FAILURE, "Bad formatting: got %s", buffer);
share/examples/tests/tests/plain/printf_test.c
85
err(EXIT_FAILURE, "fprintf failed to write to file");
share/examples/tests/tests/plain/printf_test.c
89
err(EXIT_FAILURE, "fread failed");
share/examples/tests/tests/plain/printf_test.c
94
errx(EXIT_FAILURE, "Written and read data differ");
tests/sys/cddl/zfs/bin/mkfile.c
173
return EXIT_FAILURE;
tests/sys/cddl/zfs/bin/mkfile.c
187
return EXIT_FAILURE;
tests/sys/cddl/zfs/bin/mkfile.c
196
return EXIT_FAILURE;
tests/sys/cddl/zfs/bin/mkfile.c
204
return EXIT_FAILURE;
tests/sys/fs/tarfs/mktar.c
162
exit(EXIT_FAILURE);
tests/sys/kern/fdgrowtable_test.c
188
exit(EXIT_FAILURE); \
tests/sys/netinet/tcp_user_cookie.c
71
err(EXIT_FAILURE, "socket");
tests/sys/netinet/udp_dontroute.c
113
err(EXIT_FAILURE, "inet_pton returned %d", ret);
tests/sys/netinet/udp_dontroute.c
118
err(EXIT_FAILURE, "sendto");
tests/sys/netinet/udp_dontroute.c
124
errx(EXIT_FAILURE, "read returned EOF");
tests/sys/netinet/udp_dontroute.c
126
errx(EXIT_FAILURE, "Did not receive any packets");
tests/sys/netinet/udp_dontroute.c
128
err(EXIT_FAILURE, "read");
tests/sys/netinet/udp_dontroute.c
83
err(EXIT_FAILURE, "open");
tests/sys/netinet/udp_dontroute.c
90
err(EXIT_FAILURE, "socket");
tests/sys/netinet/udp_dontroute.c
95
err(EXIT_FAILURE, "setsockopt(SO_DONTROUTE)");
tests/sys/netmap/ctrl-api-test.c
116
exit(EXIT_FAILURE);
tests/sys/netmap/ctrl-api-test.c
121
exit(EXIT_FAILURE);
tests/sys/netmap/ctrl-api-test.c
126
exit(EXIT_FAILURE);
tests/sys/netmap/ctrl-api-test.c
1278
exit(EXIT_FAILURE);
tests/sys/netpfil/common/divapp.c
143
errx(EXIT_FAILURE, "%d: npkt=%d.", c.divert_port, npkt);
tools/regression/environ/envctl.c
133
exit(EXIT_FAILURE);
tools/regression/environ/envctl.c
206
exit(EXIT_FAILURE);
tools/regression/environ/timings.c
109
err(EXIT_FAILURE, "getenv(name)");
tools/regression/environ/timings.c
125
err(EXIT_FAILURE, "getenv(name2)");
tools/regression/environ/timings.c
140
err(EXIT_FAILURE, "setenv(name, value2, 1)");
tools/regression/environ/timings.c
157
err(EXIT_FAILURE, "getenv(name)");
tools/regression/environ/timings.c
173
err(EXIT_FAILURE, "getenv(name2)");
tools/regression/environ/timings.c
188
err(EXIT_FAILURE, "putenv(nameValuePair)");
tools/regression/environ/timings.c
77
err(EXIT_FAILURE, "getenv(name)");
tools/regression/environ/timings.c
92
err(EXIT_FAILURE, "setenv(name, value1, 1)");
tools/regression/ethernet/ethermulti/ethermulti.c
215
exit(EXIT_FAILURE);
tools/regression/netinet/ipbroadcast/ipbroadcast.c
205
exit(EXIT_FAILURE);
tools/regression/netinet/ipbroadcast/ipbroadcast.c
216
exit(EXIT_FAILURE);
tools/regression/netinet/ipbroadcast/ipbroadcast.c
228
exit(EXIT_FAILURE);
tools/regression/netinet/ipbroadcast/ipbroadcast.c
238
exit(EXIT_FAILURE);
tools/regression/netinet/ipbroadcast/ipbroadcast.c
249
exit(EXIT_FAILURE);
tools/regression/netinet/ipbroadcast/ipbroadcast.c
266
exit(EXIT_FAILURE);
tools/regression/netinet/ipbroadcast/ipbroadcast.c
280
exit(EXIT_FAILURE);
tools/regression/netinet/ipbroadcast/ipbroadcast.c
346
exit(EXIT_FAILURE);
tools/regression/netinet/ipbroadcast/ipbroadcast.c
97
exit(EXIT_FAILURE);
tools/regression/netinet/ipsockopt/ipsockopt.c
886
exit(EXIT_FAILURE);
tools/regression/priv/main.c
502
exit(something_failed ? EXIT_FAILURE : EXIT_SUCCESS);
tools/regression/priv/main.c
554
return (something_failed ? EXIT_FAILURE : EXIT_SUCCESS);
tools/regression/security/access/testaccess.c
173
exit (EXIT_FAILURE);
tools/regression/security/access/testaccess.c
179
exit (EXIT_FAILURE);
tools/regression/security/access/testaccess.c
212
exit (EXIT_FAILURE);
tools/regression/security/access/testaccess.c
235
exit (EXIT_FAILURE);
tools/regression/security/access/testaccess.c
242
exit (EXIT_FAILURE);
tools/regression/security/access/testaccess.c
281
exit (EXIT_FAILURE);
tools/regression/security/access/testaccess.c
288
exit (EXIT_FAILURE);
tools/regression/security/access/testaccess.c
296
exit (EXIT_FAILURE);
tools/regression/security/access/testaccess.c
354
exit (EXIT_FAILURE);
tools/regression/sockets/unix_cmsg/uc_common.c
67
err(EXIT_FAILURE, "output: vsnprintf failed");
tools/regression/sockets/unix_cmsg/uc_common.c
82
err(EXIT_FAILURE, "logmsg: vsnprintf failed");
tools/regression/sockets/unix_cmsg/uc_common.c
98
err(EXIT_FAILURE, "uc_logmsgx: vsnprintf failed");
tools/regression/sockets/unix_cmsg/unix_cmsg.c
372
errx(EXIT_FAILURE, "option -n: number is %s",
tools/regression/sockets/unix_cmsg/unix_cmsg.c
379
errx(EXIT_FAILURE, "option -s: number is %s",
tools/regression/sockets/unix_cmsg/unix_cmsg.c
388
errx(EXIT_FAILURE, "option -t: "
tools/regression/sockets/unix_cmsg/unix_cmsg.c
394
errx(EXIT_FAILURE, "option -z: number is %s",
tools/regression/sockets/unix_cmsg/unix_cmsg.c
403
return (EXIT_FAILURE);
tools/regression/sockets/unix_cmsg/unix_cmsg.c
408
errx(EXIT_FAILURE, "too many arguments");
tools/regression/sockets/unix_cmsg/unix_cmsg.c
411
errx(EXIT_FAILURE, "test number is %s", errstr);
tools/regression/sockets/unix_cmsg/unix_cmsg.c
413
errx(EXIT_FAILURE, "given test %u for stream "
tools/regression/sockets/unix_cmsg/unix_cmsg.c
416
errx(EXIT_FAILURE, "given test %u for datagram "
tools/regression/sockets/unix_cmsg/unix_cmsg.c
423
errx(EXIT_FAILURE, "particular test number "
tools/regression/sockets/unix_cmsg/unix_cmsg.c
429
err(EXIT_FAILURE, "mkdtemp(%s)", work_dir);
tools/regression/sockets/unix_cmsg/unix_cmsg.c
431
rv = EXIT_FAILURE;
tools/regression/sockets/unix_cmsg/unix_cmsg.c
446
rv = EXIT_FAILURE;
tools/regression/sockets/unix_cmsg/unix_cmsg.c
448
return (failed_flag ? EXIT_FAILURE : rv);
tools/regression/tmpfs/h_tools.c
101
return EXIT_FAILURE;
tools/regression/tmpfs/h_tools.c
108
errx(EXIT_FAILURE, "not enough memory");
tools/regression/tmpfs/h_tools.c
115
err(EXIT_FAILURE, "cannot open %s", argv[i]);
tools/regression/tmpfs/h_tools.c
126
err(EXIT_FAILURE, "kqueue");
tools/regression/tmpfs/h_tools.c
147
err(EXIT_FAILURE, "kevent");
tools/regression/tmpfs/h_tools.c
185
return EXIT_FAILURE;
tools/regression/tmpfs/h_tools.c
189
return EXIT_FAILURE;
tools/regression/tmpfs/h_tools.c
204
return EXIT_FAILURE;
tools/regression/tmpfs/h_tools.c
209
return EXIT_FAILURE;
tools/regression/tmpfs/h_tools.c
218
return EXIT_FAILURE;
tools/regression/tmpfs/h_tools.c
235
return EXIT_FAILURE;
tools/regression/tmpfs/h_tools.c
242
return EXIT_FAILURE;
tools/regression/tmpfs/h_tools.c
261
return EXIT_FAILURE;
tools/regression/tmpfs/h_tools.c
277
error = EXIT_FAILURE;
tools/regression/tmpfs/h_tools.c
75
return EXIT_FAILURE;
tools/regression/tmpfs/h_tools.c
79
err(EXIT_FAILURE, "can not getfh");
tools/regression/tmpfs/h_tools.c
84
return EXIT_FAILURE;
tools/test/arc4random/biastest.c
42
exit(EXIT_FAILURE);
tools/test/arc4random/biastest.c
71
exit(EXIT_FAILURE);
tools/test/arc4random/biastest.c
77
return (EXIT_FAILURE);
tools/test/gpioevents/gpioevents.c
233
err(EXIT_FAILURE, "Cannot read from %s", file);
tools/test/gpioevents/gpioevents.c
271
err(EXIT_FAILURE, "Cannot poll() %s", file);
tools/test/gpioevents/gpioevents.c
281
err(EXIT_FAILURE, "Recieved POLLHUP or POLLERR "
tools/test/gpioevents/gpioevents.c
315
err(EXIT_FAILURE, "Cannot select() %s", file);
tools/test/gpioevents/gpioevents.c
347
err(EXIT_FAILURE, "kqueue() %s", file);
tools/test/gpioevents/gpioevents.c
352
err(EXIT_FAILURE, "kevent() %s", file);
tools/test/gpioevents/gpioevents.c
362
err(EXIT_FAILURE, "kevent() %s", file);
tools/test/gpioevents/gpioevents.c
370
err(EXIT_FAILURE, "Recieved EV_EOF on %s",
tools/test/gpioevents/gpioevents.c
413
err(EXIT_FAILURE, "Cannot aio_read from %s", file);
tools/test/gpioevents/gpioevents.c
418
err(EXIT_FAILURE, "aio_error on %s", file);
tools/test/gpioevents/gpioevents.c
421
err(EXIT_FAILURE, "aio_return on %s", file);
tools/test/gpioevents/gpioevents.c
445
err(EXIT_FAILURE, "cannot set SIGIO handler on %s", file);
tools/test/gpioevents/gpioevents.c
450
err(EXIT_FAILURE, "fcntl(F_SETFL) on %s", file);
tools/test/gpioevents/gpioevents.c
454
err(EXIT_FAILURE, "fnctl(F_SETOWN) on %s", file);
tools/test/gpioevents/gpioevents.c
489
return EXIT_FAILURE;
tools/test/gpioevents/gpioevents.c
513
return EXIT_FAILURE;
tools/test/gpioevents/gpioevents.c
524
return EXIT_FAILURE;
tools/test/gpioevents/gpioevents.c
534
return EXIT_FAILURE;
tools/test/gpioevents/gpioevents.c
541
return EXIT_FAILURE;
tools/test/gpioevents/gpioevents.c
548
return EXIT_FAILURE;
tools/test/gpioevents/gpioevents.c
555
return EXIT_FAILURE;
tools/test/gpioevents/gpioevents.c
560
err(EXIT_FAILURE, "Cannot open %s", file);
tools/test/gpioevents/gpioevents.c
568
err(EXIT_FAILURE, "GPIOCONFIGEVENTS failed on %s", file);
tools/test/gpioevents/gpioevents.c
576
err(EXIT_FAILURE, "cannot set O_NONBLOCK on %s", file);
tools/test/gpioevents/gpioevents.c
586
return EXIT_FAILURE;
tools/test/gpioevents/gpioevents.c
593
return EXIT_FAILURE;
tools/test/gpioevents/gpioevents.c
613
return EXIT_FAILURE;
tools/test/gpioevents/gpioevents.c
620
return EXIT_FAILURE;
tools/test/gpioevents/gpioevents.c
637
return EXIT_FAILURE;
tools/test/gpioevents/gpioevents.c
644
err(EXIT_FAILURE, "configuration of pin %d on %s "
tools/test/gpioevents/gpioevents.c
671
return EXIT_FAILURE;
tools/test/iconv/tablegen/tablegen.c
92
exit(EXIT_FAILURE);
tools/test/stress2/testcases/rw/rw.c
169
exit(EXIT_FAILURE);
tools/tools/net80211/wlanwds/wlanwds.c
158
errx(EXIT_FAILURE, "Daemon already running; pid: %jd.",
tools/tools/pciroms/pciroms.c
148
exit ((err == 0) ? EXIT_SUCCESS : EXIT_FAILURE);
tools/tools/pciroms/pciroms.c
156
exit(EXIT_FAILURE);
tools/tools/pirtool/pirtool.c
116
exit ((err == 0) ? EXIT_SUCCESS : EXIT_FAILURE);
tools/tools/pirtool/pirtool.c
125
exit(EXIT_FAILURE);
usr.bin/ar/acpyacc.y
650
arscp_end(EXIT_FAILURE);
usr.bin/ar/ar.c
154
exitcode = EXIT_FAILURE;
usr.bin/ar/ar.c
342
exitcode = EXIT_FAILURE;
usr.bin/ar/ar.c
383
exit(EXIT_FAILURE);
usr.bin/ar/ar.c
392
exit(EXIT_FAILURE);
usr.bin/ar/read.c
192
exitcode = EXIT_FAILURE;
usr.bin/ar/read.c
198
exitcode = EXIT_FAILURE;
usr.bin/ar/util.c
85
exit(EXIT_FAILURE);
usr.bin/ar/write.c
361
return (EXIT_FAILURE);
usr.bin/ar/write.c
368
return (EXIT_FAILURE);
usr.bin/ar/write.c
452
exitcode = EXIT_FAILURE;
usr.bin/ar/write.c
489
exitcode = EXIT_FAILURE;
usr.bin/at/at.c
134
_exit(EXIT_FAILURE);
usr.bin/at/at.c
160
errx(EXIT_FAILURE, "virtual memory exhausted");
usr.bin/at/at.c
176
errx(EXIT_FAILURE, "virtual memory exhausted");
usr.bin/at/at.c
584
errx(EXIT_FAILURE, "%s: not owner", argv[i]);
usr.bin/at/at.c
619
errx(EXIT_FAILURE, "internal error, process_jobs = %d",
usr.bin/at/at.c
850
errx(EXIT_FAILURE, "you do not have permission to use this program");
usr.bin/at/panic.c
59
errx(EXIT_FAILURE, "%s", a);
usr.bin/at/panic.c
76
err(EXIT_FAILURE, "%s", a);
usr.bin/at/panic.c
92
exit(EXIT_FAILURE);
usr.bin/at/parsetime.c
189
errx(EXIT_FAILURE, "virtual memory exhausted");
usr.bin/at/perm.c
68
errx(EXIT_FAILURE, "virtual memory exhausted");
usr.bin/at/perm.c
94
err(EXIT_FAILURE, "cannot access user database");
usr.bin/bintrans/bintrans.c
115
exit(failure ? EXIT_FAILURE : EXIT_SUCCESS);
usr.bin/bintrans/qp.c
190
exit(EXIT_FAILURE);
usr.bin/bintrans/qp.c
203
exit(EXIT_FAILURE);
usr.bin/bintrans/qp.c
212
exit(EXIT_FAILURE);
usr.bin/cmp/regular.c
190
_exit(EXIT_FAILURE);
usr.bin/colrm/colrm.c
126
err(EXIT_FAILURE, "%s", stream == stdin ? "stdin" : "stdout");
usr.bin/colrm/colrm.c
133
exit(EXIT_FAILURE);
usr.bin/colrm/colrm.c
61
err(EXIT_FAILURE, "capsicum");
usr.bin/colrm/colrm.c
77
errx(EXIT_FAILURE, "illegal column -- %s", argv[1]);
usr.bin/colrm/colrm.c
82
errx(EXIT_FAILURE, "illegal column -- %s", argv[0]);
usr.bin/colrm/colrm.c
91
errx(EXIT_FAILURE, "illegal start and stop columns");
usr.bin/dtc/dtc.cc
150
return EXIT_FAILURE;
usr.bin/dtc/dtc.cc
176
return EXIT_FAILURE;
usr.bin/dtc/dtc.cc
189
return EXIT_FAILURE;
usr.bin/dtc/dtc.cc
201
return EXIT_FAILURE;
usr.bin/dtc/dtc.cc
220
return EXIT_FAILURE;
usr.bin/dtc/dtc.cc
243
return EXIT_FAILURE;
usr.bin/dtc/dtc.cc
309
return EXIT_FAILURE;
usr.bin/dtc/dtc.cc
349
return EXIT_FAILURE;
usr.bin/dtc/dtc.cc
354
return EXIT_FAILURE;
usr.bin/dtc/input_buffer.cc
119
exit(EXIT_FAILURE);
usr.bin/elfctl/elfctl.c
107
errx(EXIT_FAILURE, "elf_version error");
usr.bin/env/env.c
114
err(EXIT_FAILURE, "unsetenv %s", optarg);
usr.bin/env/env.c
146
errx(EXIT_FAILURE, "no such user: %s", login_name);
usr.bin/env/env.c
156
errx(EXIT_FAILURE, "no such login class: %s",
usr.bin/env/env.c
161
errx(EXIT_FAILURE, "login_getpwclass failed");
usr.bin/env/env.c
188
err(EXIT_FAILURE, "setenv %s", *argv);
usr.bin/from/from.c
104
errx(EXIT_FAILURE, "can't read %s", file);
usr.bin/from/from.c
107
err(EXIT_FAILURE, "capsicum");
usr.bin/from/from.c
134
exit(EXIT_FAILURE);
usr.bin/genl/genl.c
320
return (EXIT_FAILURE);
usr.bin/genl/genl.c
324
err(EXIT_FAILURE, "snl_init()");
usr.bin/genl/genl.c
329
err(EXIT_FAILURE, "snl_finalize_msg");
usr.bin/genl/genl.c
331
err(EXIT_FAILURE, "snl_send_message");
usr.bin/genl/genl.c
334
err(EXIT_FAILURE, "snl_read_reply");
usr.bin/genl/genl.c
336
err(EXIT_FAILURE, "netlink(4) returned error");
usr.bin/genl/genl.c
339
err(EXIT_FAILURE, "snl_parse_nlmsg CTRL_CMD_GETFAMILY");
usr.bin/genl/genl.c
352
err(EXIT_FAILURE, "Cannot subscribe to command "
usr.bin/genl/genl.c
359
errx(EXIT_FAILURE, "No such multicast group '%s'"
usr.bin/genl/genl.c
376
err(EXIT_FAILURE, "poll()");
usr.bin/genl/genl.c
398
return (EXIT_FAILURE);
usr.bin/genl/genl.c
401
err(EXIT_FAILURE, "snl_init()");
usr.bin/genl/genl.c
407
err(EXIT_FAILURE, "snl_finalize_msg");
usr.bin/genl/genl.c
410
err(EXIT_FAILURE, "snl_send_message");
usr.bin/genl/genl.c
414
err(EXIT_FAILURE, "Error reading generic netlink");
usr.bin/genl/genl.c
428
err(EXIT_FAILURE, "require netlink module to be loaded");
usr.bin/genl/genl.c
439
return (EXIT_FAILURE);
usr.bin/genl/parser_rpc.c
72
errx(EXIT_FAILURE, "failed to parse RPC message");
usr.bin/iconv/iconv.c
105
err(EXIT_FAILURE, "iconv()");
usr.bin/iconv/iconv.c
114
errx(EXIT_FAILURE,
usr.bin/iconv/iconv.c
119
err(EXIT_FAILURE, "fread()");
usr.bin/iconv/iconv.c
131
err(EXIT_FAILURE, "iconv()");
usr.bin/iconv/iconv.c
208
err(EXIT_FAILURE, "capsicum");
usr.bin/iconv/iconv.c
221
err(EXIT_FAILURE, "iconv_open(%s, %s)", opt_t, opt_f);
usr.bin/iconv/iconv.c
225
err(EXIT_FAILURE, "unable to enter capability mode");
usr.bin/iconv/iconv.c
233
err(EXIT_FAILURE, "Cannot open `%s'",
usr.bin/iconv/iconv.c
237
err(EXIT_FAILURE,
usr.bin/iconv/iconv.c
247
return (res == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
usr.bin/iconv/iconv.c
86
err(EXIT_FAILURE, "iconvctl(DISCARD_ILSEQ, %d)", arg);
usr.bin/ident/ident.c
199
err(EXIT_FAILURE, "stdout");
usr.bin/ident/ident.c
217
return (EXIT_FAILURE);
usr.bin/ident/ident.c
222
err(EXIT_FAILURE, "buffer");
usr.bin/ident/ident.c
229
exit(EXIT_FAILURE);
usr.bin/ident/ident.c
268
err(EXIT_FAILURE, "Unable to initialize casper");
usr.bin/ident/ident.c
271
err(EXIT_FAILURE, "Unable to limit stdio");
usr.bin/ident/ident.c
273
err(EXIT_FAILURE, "Unable to enter capability mode");
usr.bin/ident/ident.c
281
err(EXIT_FAILURE, "%s", argv[i]);
usr.bin/ident/ident.c
283
ret = EXIT_FAILURE;
usr.bin/ident/ident.c
76
err(EXIT_FAILURE, "stdout");
usr.bin/indent/indent.c
263
err(EXIT_FAILURE, "unable to limit rights for %s", out_name);
usr.bin/indent/indent.c
266
err(EXIT_FAILURE, "unable to limit rights for %s", in_name);
usr.bin/indent/indent.c
268
err(EXIT_FAILURE, "unable to enter capability mode");
usr.bin/last/last.c
108
exit(EXIT_FAILURE);
usr.bin/last/last.c
122
exit(EXIT_FAILURE);
usr.bin/last/last.c
141
xo_err(EXIT_FAILURE, "stdout");
usr.bin/last/last.c
210
xo_err(EXIT_FAILURE, "stdout");
usr.bin/last/last.c
286
xo_err(EXIT_FAILURE, "stdout");
usr.bin/last/last.c
351
xo_err(EXIT_FAILURE, "stdout");
usr.bin/leave/leave.c
186
exit(EXIT_FAILURE);
usr.bin/leave/leave.c
69
err(EXIT_FAILURE, "capsicum");
usr.bin/lex/initscan.c
1930
FLEX_EXIT(EXIT_FAILURE); \
usr.bin/lex/initscan.c
2406
FLEX_EXIT(EXIT_FAILURE);
usr.bin/lex/initscan.c
2644
FLEX_EXIT(EXIT_FAILURE);
usr.bin/lex/initscan.c
3086
FLEX_EXIT(EXIT_FAILURE);
usr.bin/lex/initscan.c
3357
FLEX_EXIT(EXIT_FAILURE);
usr.bin/lex/initscan.c
3426
FLEX_EXIT(EXIT_FAILURE);
usr.bin/limits/limits.c
481
err(EXIT_FAILURE, "setenv %s", *argv);
usr.bin/limits/limits.c
561
exit(EXIT_FAILURE);
usr.bin/limits/limits.c
769
err(EXIT_FAILURE, "sysctl: kern.proc.rlimit: %d", pid);
usr.bin/limits/limits.c
771
errx(EXIT_FAILURE, "sysctl() returns wrong size");
usr.bin/limits/limits.c
787
err(EXIT_FAILURE, "sysctl: kern.proc.rlimit: %d", pid);
usr.bin/locale/locale.c
416
exit(EXIT_FAILURE);
usr.bin/lsvfs/lsvfs.c
50
err(EXIT_FAILURE, "sysctl(vfs.conflist)");
usr.bin/lsvfs/lsvfs.c
52
errx(EXIT_FAILURE, "malloc failed");
usr.bin/lsvfs/lsvfs.c
54
err(EXIT_FAILURE, "sysctl(vfs.conflist)");
usr.bin/lsvfs/lsvfs.c
59
err(EXIT_FAILURE, "failed to enter capability mode");
usr.bin/mdo/mdo.c
132
errx(EXIT_FAILURE,
usr.bin/mdo/mdo.c
309
errc(EXIT_FAILURE, error,
usr.bin/mdo/mdo.c
314
errx(EXIT_FAILURE, "invalid UID '%s': %s", s, errp);
usr.bin/mdo/mdo.c
349
errc(EXIT_FAILURE, error, "cannot access the group database");
usr.bin/mdo/mdo.c
353
errx(EXIT_FAILURE, "invalid GID '%s': %s", s, errp);
usr.bin/mdo/mdo.c
385
err(EXIT_FAILURE, "realloc of groups failed");
usr.bin/mdo/mdo.c
581
errx(EXIT_FAILURE, "-k incompatible with -u");
usr.bin/mdo/mdo.c
599
errx(EXIT_FAILURE,
usr.bin/mdo/mdo.c
650
errx(EXIT_FAILURE,
usr.bin/mdo/mdo.c
697
errx(EXIT_FAILURE, "'-G' and '-s' with '@' are incompatible");
usr.bin/mdo/mdo.c
720
errx(EXIT_FAILURE,
usr.bin/mdo/mdo.c
731
errx(EXIT_FAILURE,
usr.bin/mdo/mdo.c
739
err(EXIT_FAILURE,
usr.bin/mdo/mdo.c
771
err(EXIT_FAILURE, "getgroups() failed");
usr.bin/mdo/mdo.c
820
errx(EXIT_FAILURE, "'@' must be "
usr.bin/mdo/mdo.c
839
errx(EXIT_FAILURE,
usr.bin/mdo/mdo.c
868
err(EXIT_FAILURE, "setcred()");
usr.bin/mdo/mdo.c
884
err(EXIT_FAILURE, "exec failed");
usr.bin/mkcsmapper/yacc.y
306
err(EXIT_FAILURE, "malloc");
usr.bin/mkcsmapper/yacc.y
342
err(EXIT_FAILURE, "malloc");
usr.bin/mkcsmapper/yacc.y
354
errx(EXIT_FAILURE, "%s: %s", #func, strerror(ret)); \
usr.bin/mkcsmapper/yacc.y
408
err(EXIT_FAILURE, "fwrite");
usr.bin/mkcsmapper/yacc.y
642
err(EXIT_FAILURE, "fopen");
usr.bin/mkcsmapper/yacc.y
660
err(EXIT_FAILURE, "fopen");
usr.bin/mkcsmapper/yacc.y
667
errx(EXIT_FAILURE, "%s\n", strerror(ret));
usr.bin/mkcsmapper/yacc.y
675
exit(EXIT_FAILURE);
usr.bin/mkcsmapper/yacc.y
712
err(EXIT_FAILURE, "%s", argv[0]);
usr.bin/mkesdb/yacc.y
126
errx(EXIT_FAILURE, "%s: %s", #func, strerror(ret)); \
usr.bin/mkesdb/yacc.y
205
err(EXIT_FAILURE, "fwrite");
usr.bin/mkesdb/yacc.y
266
err(EXIT_FAILURE, "fopen");
usr.bin/mkesdb/yacc.y
273
errx(EXIT_FAILURE, "%s\n", strerror(ret));
usr.bin/mkesdb/yacc.y
279
errx(EXIT_FAILURE,
usr.bin/mkesdb/yacc.y
317
err(EXIT_FAILURE, "%s", argv[0]);
usr.bin/netstat/main.c
256
exit(EXIT_FAILURE);
usr.bin/nl/nl.c
149
errc(EXIT_FAILURE, EILSEQ, NULL);
usr.bin/nl/nl.c
156
errc(EXIT_FAILURE, EILSEQ, NULL);
usr.bin/nl/nl.c
161
errx(EXIT_FAILURE,
usr.bin/nl/nl.c
178
errx(EXIT_FAILURE,
usr.bin/nl/nl.c
187
errx(EXIT_FAILURE,
usr.bin/nl/nl.c
199
errx(EXIT_FAILURE,
usr.bin/nl/nl.c
210
errx(EXIT_FAILURE,
usr.bin/nl/nl.c
219
errx(EXIT_FAILURE,
usr.bin/nl/nl.c
223
errx(EXIT_FAILURE,
usr.bin/nl/nl.c
242
err(EXIT_FAILURE, "%s", argv[0]);
usr.bin/nl/nl.c
252
err(EXIT_FAILURE, "capsicum");
usr.bin/nl/nl.c
262
err(EXIT_FAILURE, "cannot allocate preformatting buffer");
usr.bin/nl/nl.c
345
err(EXIT_FAILURE, "output error");
usr.bin/nl/nl.c
351
err(EXIT_FAILURE, "input error");
usr.bin/nl/nl.c
389
errx(EXIT_FAILURE,
usr.bin/nl/nl.c
396
errx(EXIT_FAILURE,
usr.bin/nl/nl.c
409
exit(EXIT_FAILURE);
usr.bin/patch/patch.c
699
my_exit(EXIT_FAILURE);
usr.bin/perror/perror.c
54
err(EXIT_FAILURE, "capsicum");
usr.bin/perror/perror.c
64
err(EXIT_FAILURE, NULL);
usr.bin/perror/perror.c
67
err(EXIT_FAILURE, NULL);
usr.bin/perror/perror.c
78
exit(EXIT_FAILURE);
usr.bin/printenv/printenv.c
47
exit(EXIT_FAILURE);
usr.bin/printenv/printenv.c
93
exit(EXIT_FAILURE);
usr.bin/printenv/printenv.c
97
err(EXIT_FAILURE, "stdout");
usr.bin/soelim/soelim.c
141
err(EXIT_FAILURE, "sl_init()");
usr.bin/soelim/soelim.c
48
exit(EXIT_FAILURE);
usr.bin/tee/tee.c
108
err(EXIT_FAILURE, "unable to enter capability mode");
usr.bin/tee/tee.c
142
err(EXIT_FAILURE, "unable to limit stdout");
usr.bin/tee/tee.c
146
err(EXIT_FAILURE, "unable to limit rights");
usr.bin/tee/tee.c
88
err(EXIT_FAILURE, "unable to limit stdio");
usr.bin/time/time.c
205
exit (WIFEXITED(status) ? WEXITSTATUS(status) : EXIT_FAILURE);
usr.bin/truncate/truncate.c
106
errx(EXIT_FAILURE,
usr.bin/truncate/truncate.c
114
errx(EXIT_FAILURE,
usr.bin/truncate/truncate.c
139
err(EXIT_FAILURE, "%s", rname);
usr.bin/truncate/truncate.c
216
return (error ? EXIT_FAILURE : EXIT_SUCCESS);
usr.bin/truncate/truncate.c
226
exit(EXIT_FAILURE);
usr.bin/truncate/truncate.c
96
errx(EXIT_FAILURE,
usr.bin/tty/tty.c
59
exit(t ? EXIT_SUCCESS : EXIT_FAILURE);
usr.bin/vmstat/vmstat.c
1317
xo_err(EXIT_FAILURE, "stdout");
usr.bin/vmstat/vmstat.c
1626
xo_err(EXIT_FAILURE, "stdout");
usr.bin/vmstat/vmstat.c
1627
exit(EXIT_FAILURE);
usr.bin/vmstat/vmstat.c
341
xo_err(EXIT_FAILURE, "stdout");
usr.bin/vmstat/vmstat.c
342
exit(EXIT_FAILURE);
usr.bin/vmstat/vmstat.c
390
xo_err(EXIT_FAILURE, "stdout");
usr.bin/vmstat/vmstat.c
801
xo_err(EXIT_FAILURE, "stdout");
usr.bin/wc/wc.c
125
xo_err(EXIT_FAILURE, "Unable to initialize casper");
usr.bin/wc/wc.c
128
xo_err(EXIT_FAILURE, "Unable to limit stdio");
usr.bin/wc/wc.c
130
xo_err(EXIT_FAILURE, "Unable to enter capability mode");
usr.bin/wc/wc.c
171
xo_err(EXIT_FAILURE, "stdout");
usr.bin/wc/wc.c
172
exit(errors == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
usr.bin/wc/wc.c
357
exit(EXIT_FAILURE);
usr.bin/wc/wc.c
94
exit(EXIT_FAILURE);
usr.bin/which/which.c
74
exit(EXIT_FAILURE);
usr.bin/which/which.c
78
err(EXIT_FAILURE, NULL);
usr.bin/which/which.c
85
status = EXIT_FAILURE;
usr.bin/which/which.c
99
exit(EXIT_FAILURE);
usr.sbin/bluetooth/btpand/btpand.c
106
errx(EXIT_FAILURE, "%s: %s",
usr.sbin/bluetooth/btpand/btpand.c
125
errx(EXIT_FAILURE, "%s: invalid session limit",
usr.sbin/bluetooth/btpand/btpand.c
139
errx(EXIT_FAILURE, "%s: invalid PSM", optarg);
usr.sbin/bluetooth/btpand/btpand.c
152
errx(EXIT_FAILURE, "%s: unknown service", optarg);
usr.sbin/bluetooth/btpand/btpand.c
203
err(EXIT_FAILURE, "fork() failed");
usr.sbin/bluetooth/btpand/btpand.c
231
err(EXIT_FAILURE, "exiting");
usr.sbin/bluetooth/btpand/btpand.c
293
exit(EXIT_FAILURE);
usr.sbin/bluetooth/btpand/btpand.c
88
errx(EXIT_FAILURE, "%s: %s",
usr.sbin/bluetooth/btpand/channel.c
334
exit(EXIT_FAILURE);
usr.sbin/bluetooth/btpand/client.c
102
exit(EXIT_FAILURE);
usr.sbin/bluetooth/btpand/client.c
108
exit(EXIT_FAILURE);
usr.sbin/bluetooth/btpand/client.c
119
exit(EXIT_FAILURE);
usr.sbin/bluetooth/btpand/client.c
123
exit(EXIT_FAILURE);
usr.sbin/bluetooth/btpand/client.c
149
exit(EXIT_FAILURE);
usr.sbin/bluetooth/btpand/client.c
160
exit(EXIT_FAILURE);
usr.sbin/bluetooth/btpand/client.c
187
exit(EXIT_FAILURE);
usr.sbin/bluetooth/btpand/client.c
196
exit(EXIT_FAILURE);
usr.sbin/bluetooth/btpand/client.c
204
exit(EXIT_FAILURE);
usr.sbin/bluetooth/btpand/client.c
228
exit(EXIT_FAILURE);
usr.sbin/bluetooth/btpand/client.c
64
exit(EXIT_FAILURE);
usr.sbin/bluetooth/btpand/client.c
76
exit(EXIT_FAILURE);
usr.sbin/bluetooth/btpand/client.c
82
exit(EXIT_FAILURE);
usr.sbin/bluetooth/btpand/client.c
92
exit(EXIT_FAILURE);
usr.sbin/bluetooth/btpand/client.c
98
exit(EXIT_FAILURE);
usr.sbin/bluetooth/btpand/server.c
101
exit(EXIT_FAILURE);
usr.sbin/bluetooth/btpand/server.c
114
exit(EXIT_FAILURE);
usr.sbin/bluetooth/btpand/server.c
121
exit(EXIT_FAILURE);
usr.sbin/bluetooth/btpand/server.c
126
exit(EXIT_FAILURE);
usr.sbin/bluetooth/btpand/server.c
132
exit(EXIT_FAILURE);
usr.sbin/bluetooth/btpand/server.c
292
exit(EXIT_FAILURE);
usr.sbin/bluetooth/btpand/tap.c
109
exit(EXIT_FAILURE);
usr.sbin/bluetooth/btpand/tap.c
118
exit(EXIT_FAILURE);
usr.sbin/bluetooth/btpand/tap.c
64
exit(EXIT_FAILURE);
usr.sbin/bluetooth/btpand/tap.c
70
exit(EXIT_FAILURE);
usr.sbin/bluetooth/btpand/tap.c
76
exit(EXIT_FAILURE);
usr.sbin/bluetooth/btpand/tap.c
85
exit(EXIT_FAILURE);
usr.sbin/bluetooth/btpand/tap.c
90
exit(EXIT_FAILURE);
usr.sbin/bluetooth/btpand/tap.c
98
exit(EXIT_FAILURE);
usr.sbin/boottrace/boottrace.c
70
return (WIFEXITED(status) ? WEXITSTATUS(status) : EXIT_FAILURE);
usr.sbin/bsdinstall/distextract/distextract.c
112
return (EXIT_FAILURE);
usr.sbin/bsdinstall/distextract/distextract.c
133
return (EXIT_FAILURE);
usr.sbin/bsdinstall/distextract/distextract.c
74
errx(EXIT_FAILURE, "DISTRIBUTIONS variable is not set");
usr.sbin/bsdinstall/distextract/distextract.c
78
errx(EXIT_FAILURE, "memory error");
usr.sbin/bsdinstall/distextract/distextract.c
81
errx(EXIT_FAILURE, "Error libbsdialog: %s",
usr.sbin/bsdinstall/distextract/distextract.c
98
_errx(EXIT_FAILURE, "Out of memory!");
usr.sbin/bsdinstall/distfetch/distfetch.c
105
return ((nfetched == ndists) ? EXIT_SUCCESS : EXIT_FAILURE);
usr.sbin/bsdinstall/distfetch/distfetch.c
136
errx(EXIT_FAILURE, "Error: distfetch minibars out of memory!");
usr.sbin/bsdinstall/distfetch/distfetch.c
58
errx(EXIT_FAILURE, "DISTRIBUTIONS variable is not set");
usr.sbin/bsdinstall/distfetch/distfetch.c
69
errx(EXIT_FAILURE, "Error: distfetch URLs out of memory!");
usr.sbin/bsdinstall/distfetch/distfetch.c
74
errx(EXIT_FAILURE, "Error libbsddialog: %s\n",
usr.sbin/bsdinstall/distfetch/distfetch.c
93
return (EXIT_FAILURE);
usr.sbin/bsdinstall/runconsoles/child.c
143
exit(EXIT_FAILURE);
usr.sbin/bsdinstall/runconsoles/child.c
385
exit(EXIT_FAILURE);
usr.sbin/bsdinstall/runconsoles/runconsoles.c
197
exit(EXIT_FAILURE);
usr.sbin/bsdinstall/runconsoles/runconsoles.c
646
return (EXIT_FAILURE);
usr.sbin/bsnmpd/modules/snmp_hostres/hostres_diskstorage_tbl.c
136
errx(EXIT_FAILURE,
usr.sbin/config/config.y
175
err(EXIT_FAILURE, "calloc");
usr.sbin/config/config.y
203
err(EXIT_FAILURE, "calloc");
usr.sbin/config/config.y
340
err(EXIT_FAILURE, "calloc");
usr.sbin/config/config.y
355
err(EXIT_FAILURE, "calloc");
usr.sbin/config/config.y
367
err(EXIT_FAILURE, "calloc");
usr.sbin/config/config.y
406
err(EXIT_FAILURE, "calloc");
usr.sbin/config/config.y
470
err(EXIT_FAILURE, "calloc");
usr.sbin/config/main.cc
144
errx(EXIT_FAILURE, "directory already set");
usr.sbin/config/main.cc
154
err(EXIT_FAILURE, "calloc");
usr.sbin/config/main.cc
165
errx(EXIT_FAILURE, "src directory already set");
usr.sbin/config/main.cc
251
errx(EXIT_FAILURE, "%s isn't a directory", p);
usr.sbin/config/main.cc
278
err(EXIT_FAILURE, "Unable to find root of source tree");
usr.sbin/config/main.cc
319
errx(EXIT_FAILURE, "failed to generate line buffer, "
usr.sbin/config/main.cc
452
err(EXIT_FAILURE, "malloc");
usr.sbin/config/main.cc
566
errx(EXIT_FAILURE, "Something went terribly wrong!");
usr.sbin/config/main.cc
713
err(EXIT_FAILURE, "calloc");
usr.sbin/config/main.cc
735
err(EXIT_FAILURE, "Couldn't open file '%s'", file);
usr.sbin/config/main.cc
738
err(EXIT_FAILURE, "fstat() failed");
usr.sbin/config/main.cc
740
errx(EXIT_FAILURE, "'%s' is a directory", file);
usr.sbin/config/main.cc
743
err(EXIT_FAILURE, "fdopen() failed");
usr.sbin/config/main.cc
747
err(EXIT_FAILURE, "Couldn't allocate memory");
usr.sbin/config/main.cc
752
errx(EXIT_FAILURE, "asprintf() failed");
usr.sbin/config/main.cc
755
errx(EXIT_FAILURE, "popen() failed");
usr.sbin/config/main.cc
762
errx(EXIT_FAILURE, "%s: incoherent ELF headers", file);
usr.sbin/config/main.cc
764
errx(EXIT_FAILURE, "File %s doesn't contain configuration "
usr.sbin/config/main.cc
769
err(EXIT_FAILURE, "fseek() failed");
usr.sbin/config/mkmakefile.cc
104
err(EXIT_FAILURE, "calloc");
usr.sbin/config/mkoptions.cc
104
err(EXIT_FAILURE, "calloc");
usr.sbin/config/mkoptions.cc
231
err(EXIT_FAILURE, "calloc");
usr.sbin/config/mkoptions.cc
259
err(EXIT_FAILURE, "calloc");
usr.sbin/config/mkoptions.cc
333
err(EXIT_FAILURE, "calloc");
usr.sbin/config/mkoptions.cc
69
err(EXIT_FAILURE, "calloc");
usr.sbin/config/mkoptions.cc
89
err(EXIT_FAILURE, "calloc");
usr.sbin/daemon/daemon.c
433
err(EXIT_FAILURE, "failed to register kevent");
usr.sbin/daemon/daemon.c
467
err(EXIT_FAILURE, "kevent wait");
usr.sbin/daemon/daemon.c
473
errx(EXIT_FAILURE, "Event error: %s",
usr.sbin/daemon/daemon.c
913
err(EXIT_FAILURE, "kqueue");
usr.sbin/daemon/daemon.c
918
err(EXIT_FAILURE, "failed to register kevent");
usr.sbin/daemon/daemon.c
923
err(EXIT_FAILURE, "failed to register kevent");
usr.sbin/daemon/daemon.c
928
err(EXIT_FAILURE, "failed to register kevent");
usr.sbin/efitable/efitable.c
86
exit(EXIT_FAILURE);
usr.sbin/makefs/cd9660.c
1563
errx(EXIT_FAILURE, "Pathname too long.");
usr.sbin/makefs/cd9660.c
2065
err(EXIT_FAILURE, "%s: lstat(\"%s\")", __func__,
usr.sbin/makefs/cd9660.c
478
errx(EXIT_FAILURE, "allow-multidot requires iso level of 2");
usr.sbin/makefs/cd9660.c
511
errx(EXIT_FAILURE, "%s: converted directory is empty. "
usr.sbin/makefs/cd9660.c
514
errx(EXIT_FAILURE, "%s: tree conversion failed", __func__);
usr.sbin/makefs/cd9660.c
546
errx(EXIT_FAILURE, "setup_boot failed");
usr.sbin/makefs/cd9660.h
96
err(EXIT_FAILURE, "%s, %s l. %d", _F, __FILE__, __LINE__)
usr.sbin/makefs/cd9660/cd9660_eltorito.c
133
err(EXIT_FAILURE, "%s: lstat(\"%s\")", __func__,
usr.sbin/makefs/cd9660/cd9660_eltorito.c
212
errx(EXIT_FAILURE, "Attempted to add boot option, "
usr.sbin/makefs/cd9660/cd9660_write.c
68
err(EXIT_FAILURE, "%s: Can't open `%s' for writing", __func__,
usr.sbin/makefs/ffs.c
1013
err(EXIT_FAILURE, "Can't open `%s' for reading", (char *)buf);
usr.sbin/makefs/ffs.c
1025
err(EXIT_FAILURE, "Reading `%s', %lld bytes to go",
usr.sbin/makefs/ffs.c
1028
errx(EXIT_FAILURE, "Reading `%s', %lld bytes to go, "
usr.sbin/nscd/nscd.c
682
errx(EXIT_FAILURE, "There is no daemon running.");
usr.sbin/nscd/nscd.c
689
errx(EXIT_FAILURE, "Can't read from pidfile.");
usr.sbin/nscd/nscd.c
692
errx(EXIT_FAILURE, "Invalid pidfile.");
usr.sbin/nscd/nscd.c
701
errx(EXIT_FAILURE, "Can't connect to the daemon.");
usr.sbin/nscd/nscd.c
717
errx(EXIT_FAILURE, "Only root can initiate "
usr.sbin/nscd/nscd.c
742
errx(EXIT_FAILURE, "Daemon already running, pid: %d.",
usr.sbin/pkg/config.c
197
errx(EXIT_FAILURE, "asprintf");
usr.sbin/pkg/config.c
232
err(EXIT_FAILURE, "open_memstream()");
usr.sbin/pkg/config.c
387
err(EXIT_FAILURE, "calloc");
usr.sbin/pkg/config.c
391
err(EXIT_FAILURE, "strdup");
usr.sbin/pkg/config.c
402
err(EXIT_FAILURE, "strdup");
usr.sbin/pkg/config.c
417
err(EXIT_FAILURE, "strdup");
usr.sbin/pkg/config.c
422
err(EXIT_FAILURE, "strdup");
usr.sbin/pkg/config.c
485
err(EXIT_FAILURE, "uname");
usr.sbin/pkg/config.c
487
errx(EXIT_FAILURE, "Failed to determine ABI");
usr.sbin/pkg/config.c
492
err(EXIT_FAILURE, "asprintf");
usr.sbin/pkg/config.c
495
err(EXIT_FAILURE, "asprintf");
usr.sbin/pkg/config.c
504
errx(EXIT_FAILURE, "Unable to parse configuration "
usr.sbin/pkg/config.c
633
errx(EXIT_FAILURE, "Failed to determine the system "
usr.sbin/pkg/config.c
683
err(EXIT_FAILURE, "calloc");
usr.sbin/pkg/config.c
686
err(EXIT_FAILURE, "strdup");
usr.sbin/pkg/config.c
691
exit(EXIT_FAILURE);
usr.sbin/pkg/pkg.c
1156
exit(EXIT_FAILURE);
usr.sbin/pkg/pkg.c
1190
exit(EXIT_FAILURE);
usr.sbin/pkg/pkg.c
1196
exit(EXIT_FAILURE);
usr.sbin/pkg/pkg.c
1219
errx(EXIT_FAILURE, "pkg is not installed");
usr.sbin/pkg/pkg.c
1227
exit(EXIT_FAILURE);
usr.sbin/pkg/pkg.c
1230
exit(EXIT_FAILURE);
usr.sbin/pkg/pkg.c
1243
exit(EXIT_FAILURE);
usr.sbin/pkg/pkg.c
1248
exit(EXIT_FAILURE);
usr.sbin/pkg/pkg.c
1256
exit(EXIT_FAILURE);
usr.sbin/pkg/pkg.c
1269
return (EXIT_FAILURE);
usr.sbin/pkg/pkg.c
130
err(EXIT_FAILURE, "calloc");
usr.sbin/pkg/pkg.c
486
err(EXIT_FAILURE, "open_memstream()");
usr.sbin/pkg/pkg.c
493
errx(EXIT_FAILURE, "reading file");
usr.sbin/pkg/pkg.c
592
err(EXIT_FAILURE, "open_memstream()");
usr.sbin/pkg/pkg.c
595
err(EXIT_FAILURE, "open_memstream()");
usr.sbin/pkg/pkg.c
598
err(EXIT_FAILURE, "open_memstream()");
usr.sbin/pkg/pkg.c
983
err(EXIT_FAILURE, "Unable to open %s", pkgpath);
usr.sbin/pkg/rsa.c
54
errx(EXIT_FAILURE, "Unable to read %s", file);
usr.sbin/pmcannotate/pmcannotate.c
61
exit(EXIT_FAILURE); \
usr.sbin/powerd/powerd.c
705
exit(EXIT_FAILURE);
usr.sbin/pw/psdate.c
143
errx(EXIT_FAILURE, "Invalid date");
usr.sbin/pw/pw.c
144
errx(EXIT_FAILURE, "Both '-R' and '-V' "
usr.sbin/pw/pw.c
217
errx(EXIT_FAILURE, "Unable to open '%s'", conf.rootdir);
usr.sbin/pw/pw.c
220
errx(EXIT_FAILURE,
usr.sbin/pw/pw_conf.c
439
err(EXIT_FAILURE, "open_memstream()");
usr.sbin/pw/pw_user.c
1219
err(EXIT_FAILURE, "calloc()");
usr.sbin/pw/pw_vpw.c
172
errx(EXIT_FAILURE, "Invalid group entry in '%s':"
usr.sbin/pw/pw_vpw.c
93
errx(EXIT_FAILURE, "Invalid user entry in '%s':"
usr.sbin/sesutil/sesutil.c
123
exit(EXIT_FAILURE);
usr.sbin/sesutil/sesutil.c
136
xo_err(EXIT_FAILURE, "ENCIOC_GETELMSTAT");
usr.sbin/sesutil/sesutil.c
154
xo_err(EXIT_FAILURE, "ENCIOC_SETELMSTAT");
usr.sbin/sesutil/sesutil.c
224
xo_errx(EXIT_FAILURE, "No SES devices found");
usr.sbin/sesutil/sesutil.c
240
xo_err(EXIT_FAILURE, "unable to access SES device");
usr.sbin/sesutil/sesutil.c
248
xo_err(EXIT_FAILURE, "ENCIOC_GETNELM");
usr.sbin/sesutil/sesutil.c
254
xo_err(EXIT_FAILURE, "calloc()");
usr.sbin/sesutil/sesutil.c
260
xo_err(EXIT_FAILURE, "ENCIOC_GETELMMAP");
usr.sbin/sesutil/sesutil.c
267
xo_errx(EXIT_FAILURE,
usr.sbin/sesutil/sesutil.c
286
xo_err(EXIT_FAILURE,
usr.sbin/sesutil/sesutil.c
318
xo_errx(EXIT_FAILURE, "Could not find the SES id of device '%s'",
usr.sbin/sesutil/sesutil.c
431
xo_err(EXIT_FAILURE, "calloc()");
usr.sbin/sesutil/sesutil.c
435
xo_err(EXIT_FAILURE, "calloc()");
usr.sbin/sesutil/sesutil.c
441
xo_errx(EXIT_FAILURE, "No SES devices found");
usr.sbin/sesutil/sesutil.c
458
xo_err(EXIT_FAILURE, "unable to access SES device");
usr.sbin/sesutil/sesutil.c
466
xo_err(EXIT_FAILURE, "ENCIOC_GETNELM");
usr.sbin/sesutil/sesutil.c
472
xo_err(EXIT_FAILURE, "calloc()");
usr.sbin/sesutil/sesutil.c
477
xo_err(EXIT_FAILURE, "ENCIOC_GETELMMAP");
usr.sbin/sesutil/sesutil.c
499
xo_err(EXIT_FAILURE, "ENCIOC_GETELMSTAT");
usr.sbin/sesutil/sesutil.c
507
xo_err(EXIT_FAILURE, "ENCIOC_GETELMDESC");
usr.sbin/sesutil/sesutil.c
545
xo_err(EXIT_FAILURE, "stdout");
usr.sbin/sesutil/sesutil.c
590
xo_err(EXIT_FAILURE, "asprintf");
usr.sbin/sesutil/sesutil.c
638
xo_err(EXIT_FAILURE, "calloc()");
usr.sbin/sesutil/sesutil.c
739
xo_err(EXIT_FAILURE, "calloc()");
usr.sbin/sesutil/sesutil.c
744
xo_errx(EXIT_FAILURE, "No SES devices found");
usr.sbin/sesutil/sesutil.c
761
xo_err(EXIT_FAILURE, "unable to access SES device");
usr.sbin/sesutil/sesutil.c
769
xo_err(EXIT_FAILURE, "ENCIOC_GETNELM");
usr.sbin/sesutil/sesutil.c
775
xo_err(EXIT_FAILURE, "calloc()");
usr.sbin/sesutil/sesutil.c
780
xo_err(EXIT_FAILURE, "ENCIOC_GETELMMAP");
usr.sbin/sesutil/sesutil.c
810
xo_err(EXIT_FAILURE, "ENCIOC_GETELMSTAT");
usr.sbin/sesutil/sesutil.c
827
xo_err(EXIT_FAILURE, "ENCIOC_GETELMDESC");
usr.sbin/sesutil/sesutil.c
875
xo_err(EXIT_FAILURE, "stdout");
usr.sbin/sesutil/sesutil.c
896
xo_errx(EXIT_FAILURE, "No SES devices found");
usr.sbin/sesutil/sesutil.c
914
xo_err(EXIT_FAILURE, "unable to access SES device");
usr.sbin/sesutil/sesutil.c
921
xo_err(EXIT_FAILURE, "ENCIOC_GETENCSTAT");
usr.sbin/sesutil/sesutil.c
968
xo_err(EXIT_FAILURE, "stdout");
usr.sbin/sesutil/sesutil.c
973
return (EXIT_FAILURE);
usr.sbin/sesutil/sesutil.c
985
exit(EXIT_FAILURE);
usr.sbin/syslogd/syslogd_cap_log.c
132
err(EXIT_FAILURE, "calloc");
usr.sbin/syslogd/syslogd_cap_log.c
184
err(EXIT_FAILURE, "calloc");
usr.sbin/trim/trim.c
137
return (error ? EXIT_FAILURE : EXIT_SUCCESS);
usr.sbin/usbdump/usbdump.c
564
err(EXIT_FAILURE, "Could not write binary data");
usr.sbin/usbdump/usbdump.c
609
err(EXIT_FAILURE, "Invalid header length %d", hdrlen);
usr.sbin/usbdump/usbdump.c
615
err(EXIT_FAILURE, "Invalid length");
usr.sbin/usbdump/usbdump.c
642
err(EXIT_FAILURE, "Invalid length");
usr.sbin/usbdump/usbdump.c
660
err(EXIT_FAILURE, "Could not write length "
usr.sbin/usbdump/usbdump.c
665
err(EXIT_FAILURE, "Could not write "
usr.sbin/usbdump/usbdump.c
684
err(EXIT_FAILURE, "Could not read complete "
usr.sbin/usbdump/usbdump.c
731
err(EXIT_FAILURE, "Could not open "
usr.sbin/usbdump/usbdump.c
736
err(EXIT_FAILURE, "Could not read USB capture "
usr.sbin/usbdump/usbdump.c
765
err(EXIT_FAILURE, "Could not open "
usr.sbin/usbdump/usbdump.c
774
err(EXIT_FAILURE, "Could not write "
usr.sbin/usbdump/usbdump.c
917
err(EXIT_FAILURE, "Could not open "
usr.sbin/usbdump/usbdump.c
936
err(EXIT_FAILURE, "Could not open BPF device");
usr.sbin/usbdump/usbdump.c
939
err(EXIT_FAILURE, "BIOCVERSION ioctl failed");
usr.sbin/usbdump/usbdump.c
943
errx(EXIT_FAILURE, "Kernel BPF filter out of date");
usr.sbin/usbdump/usbdump.c
958
errx(EXIT_FAILURE, "No buffer size worked.");
usr.sbin/usbdump/usbdump.c
961
err(EXIT_FAILURE, "BIOCGBLEN ioctl failed");
usr.sbin/usbdump/usbdump.c
971
err(EXIT_FAILURE, "BIOCSETF ioctl failed");
usr.sbin/usbdump/usbdump.c
979
err(EXIT_FAILURE, "BIOCSRTIMEOUT ioctl failed");
usr.sbin/usbdump/usbdump.c
986
err(EXIT_FAILURE, "BIOCGSTATS ioctl failed");
usr.sbin/virtual_oss/virtual_bt_speaker/bt_speaker.c
542
exit(EXIT_FAILURE);
usr.sbin/virtual_oss/virtual_oss/main.c
1665
exit(EXIT_FAILURE);