bin/cat/cat.c
72
exit(EXIT_FAILURE);
bin/cpdup/md5.c
115
exit(EXIT_FAILURE);
bin/cpdup/md5.c
163
exit(EXIT_FAILURE);
bin/cpdup/misc.c
216
exit(EXIT_FAILURE);
bin/expr/expr.y
252
exit(EXIT_FAILURE);
bin/ps/ps.c
373
exit(EXIT_FAILURE);
games/canfield/canfield/canfield.c
1773
return (EXIT_FAILURE);
games/colorbars/colorbars.c
61
errx(EXIT_FAILURE, "Cannot initialize curses");
games/colorbars/colorbars.c
66
errx(EXIT_FAILURE, "Terminal cannot display color");
games/colorbars/colorbars.c
71
errx(EXIT_FAILURE, "Terminal size must be at least 45x10.");
games/fish/fish.c
131
return (EXIT_FAILURE);
games/gomoku/bdisp.c
57
errx(EXIT_FAILURE, "Couldn't initialize screen");
games/gomoku/bdisp.c
60
errx(EXIT_FAILURE, "Screen too small (need %d%xd)",
games/mille/types.c
70
exit(EXIT_FAILURE);
lib/libc/stdlib/strsuftoll.c
98
errx(EXIT_FAILURE, "%s", errbuf);
libexec/atrun/atrun.c
309
exit(EXIT_FAILURE); /* setusercontext() logged the error */
libexec/atrun/atrun.c
355
exit(EXIT_FAILURE); /* setusercontext() logged the error */
libexec/atrun/atrun.c
405
exit(EXIT_FAILURE);
libexec/atrun/atrun.c
420
exit(EXIT_FAILURE);
libexec/atrun/atrun.c
550
exit(EXIT_FAILURE);
libexec/diff3prog/diff3prog.c
188
err(EXIT_FAILURE, "can't open %s", argv[i + 2]);
libexec/diff3prog/diff3prog.c
209
err(EXIT_FAILURE, "can't open %s", name);
libexec/diff3prog/diff3prog.c
283
err(EXIT_FAILURE, NULL);
libexec/diff3prog/diff3prog.c
522
errx(EXIT_FAILURE, "logic error");
libexec/diff3prog/diff3prog.c
623
exit(EXIT_FAILURE);
sbin/ifconfig/af_inet6.c
140
errx(EXIT_FAILURE, "%s not allowed for the AF", cmd);
sbin/ifconfig/af_inet6.c
143
errx(EXIT_FAILURE, "interface index is already filled");
sbin/ifconfig/af_inet6.c
145
err(EXIT_FAILURE, "getifaddrs");
sbin/ifconfig/af_inet6.c
157
errx(EXIT_FAILURE, "could not determine link local address");
sbin/mount_autofs/mount_autofs.c
130
err(EXIT_FAILURE, "autofs on %s", canon_dir);
sbin/mount_autofs/mount_autofs.c
141
exit(EXIT_FAILURE);
sbin/mount_autofs/mount_autofs.c
95
err(EXIT_FAILURE, "realpath %s", canon_dir);
sbin/mount_tmpfs/mount_tmpfs.c
244
err(EXIT_FAILURE, "cannot stat `%s'", canon_dir);
sbin/mount_tmpfs/mount_tmpfs.c
356
err(EXIT_FAILURE, "tmpfs on %s", canon_dir);
sbin/newfs_msdos/newfs_msdos.c
65
errx(EXIT_FAILURE, "Can't parse timestamp '%s'", b);
sbin/tcplay/main.c
205
exit(EXIT_FAILURE);
sbin/tcplay/main.c
248
exit(EXIT_FAILURE); \
sbin/tcplay/main.c
263
exit(EXIT_FAILURE);
sbin/tcplay/main.c
272
exit(EXIT_FAILURE);
sbin/tcplay/main.c
314
exit(EXIT_FAILURE);
sbin/tcplay/main.c
330
exit(EXIT_FAILURE);
sbin/tcplay/main.c
408
exit(EXIT_FAILURE);
test/illumos/oclo/oclo.c
1231
err(EXIT_FAILURE, "TEST FAILED: failed to re-open fd "
test/illumos/oclo/oclo.c
1236
errx(EXIT_FAILURE, "TEST FAILED: re-opening fd %d "
test/illumos/oclo/oclo.c
1258
err(EXIT_FAILURE, "TEST FAILED: failed to read executable path");
test/illumos/oclo/oclo.c
1262
errx(EXIT_FAILURE, "TEST FAILED: cannot assemble exec path "
test/illumos/oclo/oclo.c
1269
err(EXIT_FAILURE, "TEST FAILED: failed to allocate exec "
test/illumos/oclo/oclo.c
1277
err(EXIT_FAILURE, "TEST FAILED: failed to assemble "
test/illumos/oclo/oclo.c
1309
ret = EXIT_FAILURE;
test/illumos/oclo/oclo.c
1315
ret = EXIT_FAILURE;
test/illumos/oclo/oclo.c
1320
err(EXIT_FAILURE, "TEST FAILED: internal test failure waiting "
test/illumos/oclo/oclo.c
1327
ret = EXIT_FAILURE;
test/illumos/oclo/oclo.c
1331
ret = EXIT_FAILURE;
test/illumos/oclo/oclo.c
193
err(EXIT_FAILURE, "TEST_FAILED: internal error "
test/illumos/oclo/oclo.c
202
errx(EXIT_FAILURE, "TEST FAILED: internal test error: expected "
test/illumos/oclo/oclo.c
216
exit(EXIT_FAILURE);
test/illumos/oclo/oclo.c
234
err(EXIT_FAILURE, "TEST FAILED: %s: failed to open /dev/null",
test/illumos/oclo/oclo.c
252
err(EXIT_FAILURE, "TEST FAILED: %s: F_SETFD failed to set "
test/illumos/oclo/oclo.c
309
errx(EXIT_FAILURE, "TEST FAILURE: %s: internal error: "
test/illumos/oclo/oclo.c
314
err(EXIT_FAILURE, "TEST FAILURE: %s: failed to dup fd with "
test/illumos/oclo/oclo.c
442
err(EXIT_FAILURE, "TEST FAILED: %s: pipe2() with flags %d "
test/illumos/oclo/oclo.c
461
err(EXIT_FAILURE, "TEST FAILED: %s: failed to create socket "
test/illumos/oclo/oclo.c
488
err(EXIT_FAILURE, "TEST FAILED: %s: failed to create listen "
test/illumos/oclo/oclo.c
499
err(EXIT_FAILURE, "TEST FAILED: %s: failed to bind socket",
test/illumos/oclo/oclo.c
505
err(EXIT_FAILURE, "TEST FAILED: %s: failed to discover bound "
test/illumos/oclo/oclo.c
510
err(EXIT_FAILURE, "TEST FAILED: %s: failed to listen on socket",
test/illumos/oclo/oclo.c
516
err(EXIT_FAILURE, "TEST FAILED: %s: failed to create client "
test/illumos/oclo/oclo.c
522
err(EXIT_FAILURE, "TEST FAILED: %s: failed to connect to "
test/illumos/oclo/oclo.c
532
err(EXIT_FAILURE, "TEST FAILED: %s: failed to accept client "
test/illumos/oclo/oclo.c
587
err(EXIT_FAILURE, "TEST FAILED: %s: failed to create socket "
test/illumos/oclo/oclo.c
605
err(EXIT_FAILURE, "TEST FAILED: %s: failed to allocate %u "
test/illumos/oclo/oclo.c
622
err(EXIT_FAILURE, "TEST FAILED: %s: failed to send fd",
test/illumos/oclo/oclo.c
628
err(EXIT_FAILURE, "TEST FAILED: %s: failed to get fd",
test/illumos/oclo/oclo.c
633
errx(EXIT_FAILURE, "TEST FAILED: %s: did not receive correct "
test/illumos/oclo/oclo.c
643
errx(EXIT_FAILURE, "TEST FAILED: %s: found insufficient "
test/illumos/oclo/oclo.c
651
errx(EXIT_FAILURE, "TEST FAILED: %s: found surprising cmsg "
test/illumos/oclo/oclo.c
657
errx(EXIT_FAILURE, "TEST FAILED: %s: found unexpected "
test/illumos/oclo/oclo_errors.c
138
ret = EXIT_FAILURE;
test/illumos/oclo/oclo_errors.c
142
ret = EXIT_FAILURE;
test/illumos/oclo/oclo_errors.c
146
ret = EXIT_FAILURE;
test/illumos/oclo/oclo_errors.c
150
ret = EXIT_FAILURE;
test/illumos/oclo/oclo_errors.c
155
ret = EXIT_FAILURE;
test/illumos/oclo/oclo_errors.c
159
ret = EXIT_FAILURE;
test/illumos/oclo/oclo_errors.c
164
ret = EXIT_FAILURE;
test/illumos/oclo/oclo_errors.c
168
ret = EXIT_FAILURE;
test/illumos/oclo/oclo_errors.c
172
ret = EXIT_FAILURE;
test/illumos/oclo/oclo_errors.c
176
ret = EXIT_FAILURE;
test/illumos/oclo/oclo_errors.c
181
ret = EXIT_FAILURE;
test/illumos/oclo/oclo_errors.c
185
ret = EXIT_FAILURE;
test/illumos/oclo/oclo_errors.c
190
ret = EXIT_FAILURE;
test/illumos/oclo/oclo_errors.c
194
ret = EXIT_FAILURE;
test/illumos/oclo/ocloexec_verify.c
118
errx(EXIT_FAILURE, "TEST FAILED: found more fds %d than "
test/illumos/oclo/ocloexec_verify.c
130
errx(EXIT_FAILURE, "TEST FAILED: failed to parse "
test/illumos/oclo/ocloexec_verify.c
135
ret = EXIT_FAILURE;
test/nvmm/calc-vm.c
101
err(EXIT_FAILURE, "unable to mmap");
test/nvmm/calc-vm.c
103
err(EXIT_FAILURE, "unable to map HVA");
test/nvmm/calc-vm.c
108
err(EXIT_FAILURE, "unable to map GPA");
test/nvmm/calc-vm.c
116
err(EXIT_FAILURE, "unable to get VCPU state");
test/nvmm/calc-vm.c
128
err(EXIT_FAILURE, "unable to run VCPU");
test/nvmm/calc-vm.c
144
errx(EXIT_FAILURE, "unknown exit reason: 0x%lx",
test/nvmm/calc-vm.c
78
exit(EXIT_FAILURE);
test/nvmm/calc-vm.c
86
err(EXIT_FAILURE, "unable to init NVMM");
test/nvmm/calc-vm.c
91
err(EXIT_FAILURE, "unable to create the VM");
test/nvmm/calc-vm.c
94
err(EXIT_FAILURE, "unable to create VCPU");
test/nvmm/demo/toyvirt/elf.c
71
errx(EXIT_FAILURE, "wrong ELF header");
test/nvmm/demo/toyvirt/elf.c
81
errx(EXIT_FAILURE, "unsupported ELF");
test/nvmm/demo/toyvirt/main.c
104
err(EXIT_FAILURE, "nvmm_vcpu_inject");
test/nvmm/demo/toyvirt/main.c
120
errx(EXIT_FAILURE, "no INT pending!");
test/nvmm/demo/toyvirt/main.c
124
errx(EXIT_FAILURE, "no NMI pending!");
test/nvmm/demo/toyvirt/main.c
164
err(EXIT_FAILURE, "nvmm_vcpu_configure");
test/nvmm/demo/toyvirt/main.c
175
err(EXIT_FAILURE, "nvmm_vcpu_configure");
test/nvmm/demo/toyvirt/main.c
202
errx(EXIT_FAILURE, "nvmm_vcpu_getstate");
test/nvmm/demo/toyvirt/main.c
229
errx(EXIT_FAILURE, "unable to map the vm");
test/nvmm/demo/toyvirt/main.c
234
err(EXIT_FAILURE, "nvmm_vcpu_setstate");
test/nvmm/demo/toyvirt/main.c
306
err(EXIT_FAILURE, "nvmm_vcpu_getstate");
test/nvmm/demo/toyvirt/main.c
315
err(EXIT_FAILURE, "nvmm_vcpu_setstate");
test/nvmm/demo/toyvirt/main.c
326
err(EXIT_FAILURE, "nvmm_vcpu_getstate");
test/nvmm/demo/toyvirt/main.c
345
err(EXIT_FAILURE, "nvmm_vcpu_run");
test/nvmm/demo/toyvirt/main.c
362
err(EXIT_FAILURE, "nvmm_assist_io");
test/nvmm/demo/toyvirt/main.c
372
err(EXIT_FAILURE, "nvmm_assist_mem");
test/nvmm/demo/toyvirt/main.c
400
errx(EXIT_FAILURE, "usage: %s file-path", argv[0]);
test/nvmm/demo/toyvirt/main.c
403
err(EXIT_FAILURE, "nvmm_init");
test/nvmm/demo/toyvirt/main.c
407
err(EXIT_FAILURE, "nvmm_machine_create");
test/nvmm/demo/toyvirt/main.c
411
err(EXIT_FAILURE, "nvmm_vcpu_create");
test/nvmm/demo/toyvirt/main.c
424
err(EXIT_FAILURE, "nvmm_machine_destroy");
test/nvmm/demo/toyvirt/main.c
62
err(EXIT_FAILURE, "mmap");
test/nvmm/demo/toyvirt/main.c
66
err(EXIT_FAILURE, "nvmm_hva_map");
test/nvmm/demo/toyvirt/main.c
68
err(EXIT_FAILURE, "nvmm_gpa_map");
test/nvmm/demo/toyvirt/main.c
92
err(EXIT_FAILURE, "nvmm_vcpu_inject");
test/nvmm/demo/toyvirt/toydev.c
110
exit(EXIT_FAILURE);
test/nvmm/demo/toyvirt/toydev.c
125
exit(EXIT_FAILURE);
test/nvmm/demo/toyvirt/toydev.c
55
exit(EXIT_FAILURE);
test/nvmm/demo/toyvirt/toydev.c
59
exit(EXIT_FAILURE);
test/nvmm/demo/toyvirt/toydev.c
79
exit(EXIT_FAILURE);
test/stress/stress2/testcases/rw/rw.c
170
exit(EXIT_FAILURE);
tools/regression/usr.sbin/installer/libaura/fspred1/fspred1.c
128
return (pass) ? EXIT_SUCCESS : EXIT_FAILURE;
tools/regression/usr.sbin/installer/libaura/fspred1/fspred1.c
65
return EXIT_FAILURE;
usr.bin/at/at.c
134
_exit(EXIT_FAILURE);
usr.bin/at/at.c
162
errx(EXIT_FAILURE, "virtual memory exhausted");
usr.bin/at/at.c
178
errx(EXIT_FAILURE, "virtual memory exhausted");
usr.bin/at/at.c
573
errx(EXIT_FAILURE, "%s: not owner", argv[i]);
usr.bin/at/at.c
608
errx(EXIT_FAILURE, "internal error, process_jobs = %d",
usr.bin/at/at.c
853
errx(EXIT_FAILURE, "you do not have permission to use this program");
usr.bin/at/panic.c
58
errx(EXIT_FAILURE, "%s", a);
usr.bin/at/panic.c
75
err(EXIT_FAILURE, "%s", a);
usr.bin/at/panic.c
91
exit(EXIT_FAILURE);
usr.bin/at/parsetime.c
184
errx(EXIT_FAILURE, "virtual memory exhausted");
usr.bin/at/perm.c
68
errx(EXIT_FAILURE, "virtual memory exhausted");
usr.bin/at/perm.c
96
err(EXIT_FAILURE, "cannot access user database");
usr.bin/btpin/btpin.c
130
err(EXIT_FAILURE, "socket");
usr.bin/btpin/btpin.c
133
err(EXIT_FAILURE, "connect(\"%s\")", un.sun_path);
usr.bin/btpin/btpin.c
136
err(EXIT_FAILURE, "send");
usr.bin/btpin/btpin.c
150
exit(EXIT_FAILURE);
usr.bin/btpin/btpin.c
68
errx(EXIT_FAILURE, "%s: %s", optarg,
usr.bin/btpin/btpin.c
77
err(EXIT_FAILURE, "%s", optarg);
usr.bin/btpin/btpin.c
84
errx(EXIT_FAILURE, "Invalid PIN length");
usr.bin/cmp/regular.c
168
_exit(EXIT_FAILURE);
usr.bin/crunch/crunchgen/crunched_main.c
104
err(EXIT_FAILURE, "malloc");
usr.bin/env/env.c
106
err(EXIT_FAILURE, "setenv %s", *argv);
usr.bin/env/env.c
81
err(EXIT_FAILURE, "unsetenv %s", optarg);
usr.bin/iconv/iconv.c
103
err(EXIT_FAILURE, "iconv()");
usr.bin/iconv/iconv.c
112
errx(EXIT_FAILURE,
usr.bin/iconv/iconv.c
117
err(EXIT_FAILURE, "fread()");
usr.bin/iconv/iconv.c
129
err(EXIT_FAILURE, "iconv()");
usr.bin/iconv/iconv.c
210
err(EXIT_FAILURE, "Cannot open `%s'",
usr.bin/iconv/iconv.c
80
err(EXIT_FAILURE, "iconv_open(%s, %s)", to, from);
usr.bin/kcollect/kcollect.c
634
exit(EXIT_FAILURE);
usr.bin/kcollect/kcollect.c
648
exit(EXIT_FAILURE);
usr.bin/kcollect/kcollect.c
682
exit(EXIT_FAILURE);
usr.bin/kcollect/kcollect.c
735
exit(EXIT_FAILURE);
usr.bin/kcollect/kcollect.c
829
exit(EXIT_FAILURE);
usr.bin/kcollect/kcollect.c
853
exit(EXIT_FAILURE);
usr.bin/kcollect/kcollect.c
922
exit(EXIT_FAILURE);
usr.bin/limits/limits.c
510
exit(EXIT_FAILURE);
usr.bin/mkcsmapper/yacc.y
310
err(EXIT_FAILURE, "malloc");
usr.bin/mkcsmapper/yacc.y
346
err(EXIT_FAILURE, "malloc");
usr.bin/mkcsmapper/yacc.y
358
errx(EXIT_FAILURE, "%s: %s", #func, strerror(ret)); \
usr.bin/mkcsmapper/yacc.y
412
err(EXIT_FAILURE, "fwrite");
usr.bin/mkcsmapper/yacc.y
646
err(EXIT_FAILURE, "fopen");
usr.bin/mkcsmapper/yacc.y
664
err(EXIT_FAILURE, "fopen");
usr.bin/mkcsmapper/yacc.y
671
errx(EXIT_FAILURE, "%s\n", strerror(ret));
usr.bin/mkcsmapper/yacc.y
719
err(EXIT_FAILURE, "%s", argv[0]);
usr.bin/mkesdb/yacc.y
128
errx(EXIT_FAILURE, "%s: %s", #func, strerror(ret)); \
usr.bin/mkesdb/yacc.y
213
err(EXIT_FAILURE, "fwrite");
usr.bin/mkesdb/yacc.y
277
err(EXIT_FAILURE, "fopen");
usr.bin/mkesdb/yacc.y
284
errx(EXIT_FAILURE, "%s\n", strerror(ret));
usr.bin/mkesdb/yacc.y
290
errx(EXIT_FAILURE,
usr.bin/mkesdb/yacc.y
329
err(EXIT_FAILURE, "%s", argv[0]);
usr.bin/newgrp/newgrp.c
282
err(EXIT_FAILURE, "setenv failed");
usr.bin/newgrp/newgrp.c
285
err(EXIT_FAILURE, "setenv failed");
usr.bin/newgrp/newgrp.c
288
err(EXIT_FAILURE, "setenv failed");
usr.bin/newgrp/newgrp.c
292
err(EXIT_FAILURE, "setenv failed");
usr.bin/newgrp/newgrp.c
295
err(EXIT_FAILURE, "setenv failed");
usr.bin/nl/nl.c
148
errc(EXIT_FAILURE, EILSEQ, NULL);
usr.bin/nl/nl.c
155
errc(EXIT_FAILURE, EILSEQ, NULL);
usr.bin/nl/nl.c
160
errx(EXIT_FAILURE,
usr.bin/nl/nl.c
177
errx(EXIT_FAILURE,
usr.bin/nl/nl.c
186
errx(EXIT_FAILURE,
usr.bin/nl/nl.c
198
errx(EXIT_FAILURE,
usr.bin/nl/nl.c
209
errx(EXIT_FAILURE,
usr.bin/nl/nl.c
218
errx(EXIT_FAILURE,
usr.bin/nl/nl.c
222
errx(EXIT_FAILURE,
usr.bin/nl/nl.c
241
err(EXIT_FAILURE, "%s", argv[0]);
usr.bin/nl/nl.c
256
err(EXIT_FAILURE, "cannot allocate preformatting buffer");
usr.bin/nl/nl.c
339
err(EXIT_FAILURE, "output error");
usr.bin/nl/nl.c
345
err(EXIT_FAILURE, "input error");
usr.bin/nl/nl.c
383
errx(EXIT_FAILURE,
usr.bin/nl/nl.c
390
errx(EXIT_FAILURE,
usr.bin/nl/nl.c
403
exit(EXIT_FAILURE);
usr.bin/patch/patch.c
696
my_exit(EXIT_FAILURE);
usr.bin/rfcomm_sppd/rfcomm_sppd.c
146
errx(EXIT_FAILURE, "%s: %s", optarg,
usr.bin/rfcomm_sppd/rfcomm_sppd.c
156
errx(EXIT_FAILURE, "Invalid channel: %s", optarg);
usr.bin/rfcomm_sppd/rfcomm_sppd.c
162
err(EXIT_FAILURE, "%s", optarg);
usr.bin/rfcomm_sppd/rfcomm_sppd.c
174
errx(EXIT_FAILURE, "%s: unknown mode", optarg);
usr.bin/rfcomm_sppd/rfcomm_sppd.c
229
err(EXIT_FAILURE, "tcgetattr");
usr.bin/rfcomm_sppd/rfcomm_sppd.c
237
err(EXIT_FAILURE, "tcsetattr");
usr.bin/rfcomm_sppd/rfcomm_sppd.c
243
err(EXIT_FAILURE, "daemon() failed");
usr.bin/rfcomm_sppd/rfcomm_sppd.c
267
exit(EXIT_FAILURE);
usr.bin/rfcomm_sppd/rfcomm_sppd.c
295
errx(EXIT_FAILURE, ": tty name too long");
usr.bin/rfcomm_sppd/rfcomm_sppd.c
300
errx(EXIT_FAILURE, "%s: invalid tty", tty);
usr.bin/rfcomm_sppd/rfcomm_sppd.c
304
errx(EXIT_FAILURE, "Master and slave tty are the same (%s)", tty);
usr.bin/rfcomm_sppd/rfcomm_sppd.c
307
err(EXIT_FAILURE, "%s", pty);
usr.bin/rfcomm_sppd/rfcomm_sppd.c
339
errx(EXIT_FAILURE, "Invalid service: %s", service);
usr.bin/rfcomm_sppd/rfcomm_sppd.c
346
err(EXIT_FAILURE, "%s", s->name);
usr.bin/rfcomm_sppd/rfcomm_sppd.c
359
err(EXIT_FAILURE, "socket()");
usr.bin/rfcomm_sppd/rfcomm_sppd.c
362
err(EXIT_FAILURE, "bind(%s)", bt_ntoa(laddr, NULL));
usr.bin/rfcomm_sppd/rfcomm_sppd.c
368
err(EXIT_FAILURE, "linger()");
usr.bin/rfcomm_sppd/rfcomm_sppd.c
371
err(EXIT_FAILURE, "link mode");
usr.bin/rfcomm_sppd/rfcomm_sppd.c
377
err(EXIT_FAILURE, "connect(%s, %d)", bt_ntoa(raddr, NULL),
usr.bin/rfcomm_sppd/rfcomm_sppd.c
409
err(EXIT_FAILURE, "socket()");
usr.bin/rfcomm_sppd/rfcomm_sppd.c
412
err(EXIT_FAILURE, "bind(%s, %d)", bt_ntoa(laddr, NULL),
usr.bin/rfcomm_sppd/rfcomm_sppd.c
416
err(EXIT_FAILURE, "link mode");
usr.bin/rfcomm_sppd/rfcomm_sppd.c
419
err(EXIT_FAILURE, "listen()");
usr.bin/rfcomm_sppd/rfcomm_sppd.c
435
err(EXIT_FAILURE, "sdp_open_local");
usr.bin/rfcomm_sppd/rfcomm_sppd.c
440
err(EXIT_FAILURE, "sdp_register_service");
usr.bin/rfcomm_sppd/rfcomm_sppd.c
446
err(EXIT_FAILURE, "accept");
usr.bin/rfcomm_sppd/rfcomm_sppd.c
452
err(EXIT_FAILURE, "linger()");
usr.bin/rfcomm_sppd/rfcomm_sppd.c
467
exit(EXIT_FAILURE);
usr.bin/rfcomm_sppd/rfcomm_sppd.c
477
exit(EXIT_FAILURE);
usr.bin/rfcomm_sppd/rfcomm_sppd.c
518
exit(EXIT_FAILURE);
usr.bin/sdpquery/sdpquery.c
124
errx(EXIT_FAILURE, "%s: Unknown Command", *argv);
usr.bin/sdpquery/sdpquery.c
151
exit(EXIT_FAILURE);
usr.bin/sdpquery/sdpquery.c
80
errx(EXIT_FAILURE, "%s: %s",
usr.bin/sdpquery/sdpquery.c
93
err(EXIT_FAILURE, "%s", optarg);
usr.bin/sdpquery/search.c
601
err(EXIT_FAILURE, "sdp_open");
usr.bin/sdpquery/search.c
606
err(EXIT_FAILURE, "sdp_search");
usr.bin/sdpquery/search.c
666
return EXIT_FAILURE;
usr.bin/sdpquery/search.c
692
return EXIT_FAILURE;
usr.bin/soelim/soelim.c
143
err(EXIT_FAILURE, "sl_init()");
usr.bin/soelim/soelim.c
50
exit(EXIT_FAILURE);
usr.bin/time/time.c
209
exit(WIFEXITED(status) ? WEXITSTATUS(status) : EXIT_FAILURE);
usr.bin/timeout/timeout.c
241
err(EXIT_FAILURE, "setitimer()");
usr.bin/timeout/timeout.c
338
err(EXIT_FAILURE, "procctl(PROC_REAP_ACQUIRE)");
usr.bin/timeout/timeout.c
344
err(EXIT_FAILURE, "sigprocmask()");
usr.bin/timeout/timeout.c
348
err(EXIT_FAILURE, "fork()");
usr.bin/timeout/timeout.c
359
err(EXIT_FAILURE, "sigprocmask(oldmask)");
usr.bin/timeout/timeout.c
378
err(EXIT_FAILURE, "sigaction(%d)", sig);
usr.bin/timeout/timeout.c
67
exit(EXIT_FAILURE);
usr.bin/truncate/truncate.c
141
return error ? EXIT_FAILURE : EXIT_SUCCESS;
usr.bin/truncate/truncate.c
209
exit(EXIT_FAILURE);
usr.bin/truncate/truncate.c
70
errx(EXIT_FAILURE,
usr.bin/truncate/truncate.c
93
err(EXIT_FAILURE, "%s", rname);
usr.bin/unvis/unvis.c
68
return EXIT_FAILURE;
usr.bin/unvis/unvis.c
77
errx(EXIT_FAILURE, "Can't mix -m with -h and/or -H");
usr.bin/which/which.c
74
exit(EXIT_FAILURE);
usr.bin/which/which.c
78
err(EXIT_FAILURE, "malloc failed");
usr.bin/which/which.c
85
status = EXIT_FAILURE;
usr.bin/which/which.c
98
exit(EXIT_FAILURE);
usr.bin/who/who.c
157
err(EXIT_FAILURE, "cannot change directory to /dev");
usr.bin/who/who.c
389
exit(EXIT_FAILURE);
usr.bin/xinstall/xinstall.c
175
errx(EXIT_FAILURE, "%c: invalid link type", *p);
usr.sbin/btconfig/btconfig.c
1060
err(EXIT_FAILURE, "Can't set event filter");
usr.sbin/btconfig/btconfig.c
1077
err(EXIT_FAILURE, "recv");
usr.sbin/btconfig/btconfig.c
238
err(EXIT_FAILURE, "socket");
usr.sbin/btconfig/btconfig.c
255
err(EXIT_FAILURE, "%s", btr.btr_name);
usr.sbin/btconfig/btconfig.c
314
exit(EXIT_FAILURE);
usr.sbin/btconfig/btconfig.c
321
exit(EXIT_FAILURE);
usr.sbin/btconfig/btconfig.c
329
exit(EXIT_FAILURE);
usr.sbin/btconfig/btconfig.c
380
err(EXIT_FAILURE, "HCI Send");
usr.sbin/btconfig/btconfig.c
388
err(EXIT_FAILURE, "HCI Recv");
usr.sbin/btconfig/btconfig.c
399
errx(EXIT_FAILURE,
usr.sbin/btconfig/btconfig.c
422
errx(EXIT_FAILURE,
usr.sbin/btconfig/btconfig.c
454
err(EXIT_FAILURE, "bind");
usr.sbin/btconfig/btconfig.c
457
err(EXIT_FAILURE, "connect");
usr.sbin/btconfig/btconfig.c
476
err(EXIT_FAILURE, "SIOCSBTFLAGS");
usr.sbin/btconfig/btconfig.c
479
err(EXIT_FAILURE, "%s", btr.btr_name);
usr.sbin/btconfig/btconfig.c
487
err(EXIT_FAILURE, "SIOCSBTFLAGS");
usr.sbin/btconfig/btconfig.c
499
err(EXIT_FAILURE, "%s", btr.btr_name);
usr.sbin/btconfig/btconfig.c
516
err(EXIT_FAILURE, "SIOCSBTPOLICY");
usr.sbin/btconfig/btconfig.c
522
err(EXIT_FAILURE, "SIOCSBTPTYPE");
usr.sbin/btconfig/btconfig.c
721
err(EXIT_FAILURE, "SIOCGBTSTATS");
usr.sbin/btconfig/btconfig.c
724
err(EXIT_FAILURE, "SIOCZBTSTATS");
usr.sbin/bthcid/bthcid.c
102
errx(EXIT_FAILURE,
usr.sbin/bthcid/bthcid.c
108
err(EXIT_FAILURE, "Could not daemon()ize");
usr.sbin/bthcid/bthcid.c
114
exit(EXIT_FAILURE);
usr.sbin/bthcid/bthcid.c
126
exit(EXIT_FAILURE);
usr.sbin/bthcid/bthcid.c
131
exit(EXIT_FAILURE);
usr.sbin/bthcid/bthcid.c
138
exit(EXIT_FAILURE);
usr.sbin/bthcid/bthcid.c
153
exit(EXIT_FAILURE);
usr.sbin/bthcid/bthcid.c
187
exit(EXIT_FAILURE);
usr.sbin/bthcid/bthcid.c
210
exit(EXIT_FAILURE);
usr.sbin/bthcid/bthcid.c
231
exit(EXIT_FAILURE);
usr.sbin/bthcid/bthcid.c
75
err(EXIT_FAILURE, "%s", optarg);
usr.sbin/makefs/cd9660.c
1562
errx(EXIT_FAILURE, "Pathname too long.");
usr.sbin/makefs/cd9660.c
2064
err(EXIT_FAILURE, "%s: lstat(\"%s\")", __func__,
usr.sbin/makefs/cd9660.c
477
errx(EXIT_FAILURE, "allow-multidot requires iso level of 2");
usr.sbin/makefs/cd9660.c
510
errx(EXIT_FAILURE, "%s: converted directory is empty. "
usr.sbin/makefs/cd9660.c
513
errx(EXIT_FAILURE, "%s: tree conversion failed", __func__);
usr.sbin/makefs/cd9660.c
545
errx(EXIT_FAILURE, "setup_boot failed");
usr.sbin/makefs/cd9660.h
95
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
1002
errx(EXIT_FAILURE, "Reading `%s', %lld bytes to go, "
usr.sbin/makefs/ffs.c
987
err(EXIT_FAILURE, "Can't open `%s' for reading", (char *)buf);
usr.sbin/makefs/ffs.c
999
err(EXIT_FAILURE, "Reading `%s', %lld bytes to go",
usr.sbin/nscd/nscd.c
676
errx(EXIT_FAILURE, "There is no daemon running.");
usr.sbin/nscd/nscd.c
683
errx(EXIT_FAILURE, "Can't read from pidfile.");
usr.sbin/nscd/nscd.c
686
errx(EXIT_FAILURE, "Invalid pidfile.");
usr.sbin/nscd/nscd.c
695
errx(EXIT_FAILURE, "Can't connect to the daemon.");
usr.sbin/nscd/nscd.c
711
errx(EXIT_FAILURE, "Only root can initiate "
usr.sbin/nscd/nscd.c
736
errx(EXIT_FAILURE, "Daemon already running, pid: %d.",
usr.sbin/nvmmctl/nvmmctl.c
116
err(EXIT_FAILURE, "nvmm_init failed");
usr.sbin/nvmmctl/nvmmctl.c
118
err(EXIT_FAILURE, "nvmm_capability failed");
usr.sbin/nvmmctl/nvmmctl.c
128
err(EXIT_FAILURE, "humanize_number");
usr.sbin/nvmmctl/nvmmctl.c
150
err(EXIT_FAILURE, "nvmm_root_init failed");
usr.sbin/nvmmctl/nvmmctl.c
152
err(EXIT_FAILURE, "nvmm_capability failed");
usr.sbin/nvmmctl/nvmmctl.c
164
err(EXIT_FAILURE, "nvmm_ctl failed");
usr.sbin/nvmmctl/nvmmctl.c
172
err(EXIT_FAILURE, "humanize_number");
usr.sbin/nvmmctl/nvmmctl.c
84
errx(EXIT_FAILURE, "unknown command ``%s''", argv[0]);
usr.sbin/nvmmctl/nvmmctl.c
97
exit(EXIT_FAILURE);
usr.sbin/procctl/procctl.c
111
exit(EXIT_FAILURE);
usr.sbin/pw/pw.c
429
exit(EXIT_FAILURE);
usr.sbin/resident/resident.c
117
exit(EXIT_FAILURE);
usr.sbin/usbdump/usbdump.c
549
err(EXIT_FAILURE, "Could not write binary data");
usr.sbin/usbdump/usbdump.c
594
err(EXIT_FAILURE, "Invalid header length %d", hdrlen);
usr.sbin/usbdump/usbdump.c
600
err(EXIT_FAILURE, "Invalid length");
usr.sbin/usbdump/usbdump.c
627
err(EXIT_FAILURE, "Invalid length");
usr.sbin/usbdump/usbdump.c
645
err(EXIT_FAILURE, "Could not write length "
usr.sbin/usbdump/usbdump.c
650
err(EXIT_FAILURE, "Could not write "
usr.sbin/usbdump/usbdump.c
669
err(EXIT_FAILURE, "Could not read complete "
usr.sbin/usbdump/usbdump.c
716
err(EXIT_FAILURE, "Could not open "
usr.sbin/usbdump/usbdump.c
721
err(EXIT_FAILURE, "Could not read USB capture "
usr.sbin/usbdump/usbdump.c
750
err(EXIT_FAILURE, "Could not open "
usr.sbin/usbdump/usbdump.c
759
err(EXIT_FAILURE, "Could not write "
usr.sbin/usbdump/usbdump.c
874
err(EXIT_FAILURE, "Could not open "
usr.sbin/usbdump/usbdump.c
895
err(EXIT_FAILURE, "Could not open BPF device");
usr.sbin/usbdump/usbdump.c
898
err(EXIT_FAILURE, "BIOCVERSION ioctl failed");
usr.sbin/usbdump/usbdump.c
902
errx(EXIT_FAILURE, "Kernel BPF filter out of date");
usr.sbin/usbdump/usbdump.c
913
errx(EXIT_FAILURE, "Could not open a socket");
usr.sbin/usbdump/usbdump.c
918
errx(EXIT_FAILURE, "Invalid bus interface: %s", i_arg);
usr.sbin/usbdump/usbdump.c
928
errx(EXIT_FAILURE, "No buffer size worked.");
usr.sbin/usbdump/usbdump.c
931
err(EXIT_FAILURE, "BIOCGBLEN ioctl failed");
usr.sbin/usbdump/usbdump.c
941
err(EXIT_FAILURE, "BIOCSETF ioctl failed");
usr.sbin/usbdump/usbdump.c
949
err(EXIT_FAILURE, "BIOCSRTIMEOUT ioctl failed");
usr.sbin/usbdump/usbdump.c
956
err(EXIT_FAILURE, "BIOCGSTATS ioctl failed");
usr.sbin/zic/zdump.c
259
errx(EXIT_FAILURE,
usr.sbin/zic/zdump.c
291
errx(EXIT_FAILURE,
usr.sbin/zic/zdump.c
311
errx(EXIT_FAILURE,
usr.sbin/zic/zdump.c
379
errx(EXIT_FAILURE, _("error writing standard output"));
usr.sbin/zic/zdump.c
382
return EXIT_FAILURE;
usr.sbin/zic/zdump.c
389
exit(EXIT_FAILURE);
usr.sbin/zic/zdump.c
46
#ifndef EXIT_FAILURE
usr.sbin/zic/zic.c
1210
errx(EXIT_FAILURE,
usr.sbin/zic/zic.c
1230
errx(EXIT_FAILURE,
usr.sbin/zic/zic.c
1446
err(EXIT_FAILURE, _("can't remove %s"), fullname);
usr.sbin/zic/zic.c
1449
exit(EXIT_FAILURE);
usr.sbin/zic/zic.c
1451
err(EXIT_FAILURE, _("can't create %s"), fullname);
usr.sbin/zic/zic.c
1663
errx(EXIT_FAILURE, _("error writing %s"), fullname);
usr.sbin/zic/zic.c
1665
err(EXIT_FAILURE, _("cannot change mode of %s to %03o"),
usr.sbin/zic/zic.c
1669
err(EXIT_FAILURE, _("cannot change ownership of %s"),
usr.sbin/zic/zic.c
2258
exit(EXIT_FAILURE);
usr.sbin/zic/zic.c
2294
exit(EXIT_FAILURE);
usr.sbin/zic/zic.c
2309
exit(EXIT_FAILURE);
usr.sbin/zic/zic.c
2313
exit(EXIT_FAILURE);
usr.sbin/zic/zic.c
2317
exit(EXIT_FAILURE);
usr.sbin/zic/zic.c
2336
exit(EXIT_FAILURE);
usr.sbin/zic/zic.c
2340
exit(EXIT_FAILURE);
usr.sbin/zic/zic.c
2364
exit(EXIT_FAILURE);
usr.sbin/zic/zic.c
2370
exit(EXIT_FAILURE);
usr.sbin/zic/zic.c
2422
exit(EXIT_FAILURE);
usr.sbin/zic/zic.c
2527
exit(EXIT_FAILURE);
usr.sbin/zic/zic.c
2541
exit(EXIT_FAILURE);
usr.sbin/zic/zic.c
2586
exit(EXIT_FAILURE);
usr.sbin/zic/zic.c
2658
exit(EXIT_FAILURE);
usr.sbin/zic/zic.c
2714
errx(EXIT_FAILURE, _("multiple -g flags specified"));
usr.sbin/zic/zic.c
2726
errx(EXIT_FAILURE, _("group `%s' not found"), name);
usr.sbin/zic/zic.c
2737
errx(EXIT_FAILURE, _("multiple -u flags specified"));
usr.sbin/zic/zic.c
2749
errx(EXIT_FAILURE, _("user `%s' not found"), name);
usr.sbin/zic/zic.c
354
errx(EXIT_FAILURE, _("memory exhausted"));
usr.sbin/zic/zic.c
426
exit(EXIT_FAILURE);
usr.sbin/zic/zic.c
459
errx(EXIT_FAILURE,
usr.sbin/zic/zic.c
469
errx(EXIT_FAILURE,
usr.sbin/zic/zic.c
482
errx(EXIT_FAILURE,
usr.sbin/zic/zic.c
492
errx(EXIT_FAILURE,
usr.sbin/zic/zic.c
499
errx(EXIT_FAILURE,
usr.sbin/zic/zic.c
524
exit(EXIT_FAILURE);
usr.sbin/zic/zic.c
554
return (errors == 0) ? EXIT_SUCCESS : EXIT_FAILURE;
usr.sbin/zic/zic.c
588
exit(EXIT_FAILURE);
usr.sbin/zic/zic.c
619
err(EXIT_FAILURE, _("Can't read %s"), fromname);
usr.sbin/zic/zic.c
622
err(EXIT_FAILURE, _("Can't create %s"), toname);
usr.sbin/zic/zic.c
626
err(EXIT_FAILURE, _("Error reading %s"),
usr.sbin/zic/zic.c
629
err(EXIT_FAILURE, _("Error writing %s"),
usr.sbin/zic/zic.c
743
exit(EXIT_FAILURE);
usr.sbin/zic/zic.c
762
err(EXIT_FAILURE, _("can't open %s"), name);
usr.sbin/zic/zic.c
771
exit(EXIT_FAILURE);
usr.sbin/zic/zic.c
811
errx(EXIT_FAILURE,
usr.sbin/zic/zic.c
818
errx(EXIT_FAILURE, _("error reading %s"), filename);
usr.sbin/zic/zic.c
820
err(EXIT_FAILURE, _("error closing %s"), filename);