Symbol: _exit
bin/dd/misc.c
152
_exit(1);
bin/mv/mv.c
385
_exit(EXEC_FAILED);
bin/mv/mv.c
411
_exit(EXEC_FAILED);
bin/pwait/tests/pwait_reap.c
121
_exit(0);
bin/pwait/tests/pwait_reap.c
134
_exit(99);
bin/sh/error.c
118
_exit(128 + SIGINT);
bin/sh/jobs.c
1030
_exit(exitstatus);
bin/sh/redir.c
290
_exit(0);
bin/sh/trap.c
546
_exit(exiting_exitstatus);
bin/timeout/timeout.c
372
_exit(errno == ENOENT ? EXIT_CMD_NOENT : EXIT_CMD_ERROR);
crypto/heimdal/appl/ftp/ftpd/ftpd.c
1880
_exit(status);
crypto/heimdal/appl/ftp/ftpd/popen.c
188
_exit(1);
crypto/heimdal/appl/rcp/util.c
130
_exit(127);
crypto/heimdal/appl/telnet/telnet/commands.c
1304
_exit(1);
crypto/heimdal/appl/telnet/telnetd/telnetd.c
436
_exit(1);
crypto/heimdal/lib/asn1/check-common.c
192
_exit(1);
crypto/heimdal/lib/krb5/expand_path.c
173
goto _exit;
crypto/heimdal/lib/krb5/expand_path.c
183
goto _exit;
crypto/heimdal/lib/krb5/expand_path.c
190
goto _exit;
crypto/heimdal/lib/krb5/expand_path.c
197
goto _exit;
crypto/heimdal/lib/krb5/expand_path.c
202
goto _exit;
crypto/heimdal/lib/krb5/expand_path.c
208
goto _exit;
crypto/heimdal/lib/krb5/expand_path.c
214
goto _exit;
crypto/heimdal/lib/krb5/expand_path.c
223
_exit:
crypto/heimdal/lib/roken/daemon.c
61
_exit(0);
crypto/heimdal/lib/roken/test-mem.c
82
_exit(1);
crypto/krb5/src/kadmin/server/ipropd_svc.c
380
_exit(1);
crypto/krb5/src/kadmin/server/ipropd_svc.c
395
_exit(1);
crypto/krb5/src/kadmin/server/ipropd_svc.c
415
_exit(1);
crypto/krb5/src/kprop/kpropd.c
1586
_exit(1);
crypto/krb5/src/kprop/kpropd.c
446
_exit(0);
crypto/krb5/src/lib/krb5/rcache/t_rcfile2.c
114
_exit(1);
crypto/krb5/src/lib/krb5/rcache/t_rcfile2.c
134
_exit(0);
crypto/krb5/src/lib/krb5/rcache/t_rcfile2.c
163
_exit(test_store(filename, tag, 1000, 100) != 0);
crypto/openssh/auth-pam.c
180
_exit(EXIT_CHILD_CRASH);
crypto/openssh/auth-pam.c
182
_exit(EXIT_CHILD_CRASH);
crypto/openssh/auth-pam.c
189
_exit(0);
crypto/openssh/auth-pam.c
209
_exit(1);
crypto/openssh/cleanup.c
31
_exit(i);
crypto/openssh/clientloop.c
2892
_exit(i);
crypto/openssh/misc.c
2925
_exit(1);
crypto/openssh/misc.c
2929
_exit(1);
crypto/openssh/misc.c
2940
_exit(1);
crypto/openssh/misc.c
2948
_exit(1);
crypto/openssh/misc.c
2953
_exit(1);
crypto/openssh/misc.c
2958
_exit(1);
crypto/openssh/misc.c
2964
_exit(1);
crypto/openssh/misc.c
2972
_exit(127);
crypto/openssh/openbsd-compat/arc4random.c
101
_exit(1);
crypto/openssh/openbsd-compat/daemon.c
60
_exit(0);
crypto/openssh/readconf.c
560
_exit(1);
crypto/openssh/readpass.c
282
_exit(1);
crypto/openssh/regress/misc/sk-dummy/fatal.c
44
_exit(1);
crypto/openssh/sandbox-seccomp-filter.c
510
_exit(1);
crypto/openssh/scp.c
185
_exit(1);
crypto/openssh/scp.c
2256
_exit(1);
crypto/openssh/scp.c
302
_exit(1);
crypto/openssh/scp.c
312
_exit(1);
crypto/openssh/scp.c
334
_exit(1);
crypto/openssh/sftp-server.c
1903
_exit(i);
crypto/openssh/sftp.c
221
_exit(1);
crypto/openssh/sftp.c
2415
_exit(1);
crypto/openssh/sftp.c
2433
_exit(1);
crypto/openssh/sftp.c
339
_exit(1);
crypto/openssh/ssh-agent.c
2217
_exit(i);
crypto/openssh/ssh-agent.c
2242
_exit(2);
crypto/openssh/ssh-pkcs11-client.c
354
_exit(1);
crypto/openssh/ssh-pkcs11-client.c
368
_exit(1);
crypto/openssh/ssh-pkcs11-helper.c
208
_exit(i);
crypto/openssh/ssh-sk-client.c
108
_exit(1);
crypto/openssh/ssh-sk-client.c
97
_exit(1);
crypto/openssh/sshconnect.c
1771
_exit(1);
crypto/openssh/sshd-auth.c
843
_exit(i);
crypto/openssh/sshd-session.c
1376
_exit(EXIT_AUTH_ATTEMPTED);
crypto/openssh/sshd-session.c
1379
_exit(EXIT_INVALID_USER);
crypto/openssh/sshd-session.c
1380
_exit(i);
crypto/openssh/sshd-session.c
224
_exit(EXIT_LOGIN_GRACE);
crypto/openssh/sshd.c
2001
_exit(i);
crypto/openssl/apps/lib/http_server.c
162
_exit(0);
crypto/openssl/apps/lib/http_server.c
165
_exit(1);
crypto/openssl/crypto/cryptlib.c
266
_exit(3);
include/unistd.h
328
void _exit(int) __dead2;
lib/csu/tests/cxx_constructors.cc
57
_exit(1);
lib/csu/tests/fini_test.c
102
_exit(1);
lib/csu/tests/fini_test.c
60
_exit(1);
lib/libc/gen/arc4random.c
98
_exit(1);
lib/libc/gen/daemon.c
67
_exit(0);
lib/libc/gen/popen.c
157
_exit(127);
lib/libc/gen/posix_spawn.c
247
_exit(127);
lib/libc/gen/posix_spawn.c
252
_exit(127);
lib/libc/gen/posix_spawn.c
264
_exit(127);
lib/libc/gen/wordexp.c
174
_exit(1);
lib/libc/gen/wordexp.c
176
_exit(1);
lib/libc/gen/wordexp.c
186
_exit(1);
lib/libc/net/rcmdsh.c
119
_exit(255);
lib/libc/net/rcmdsh.c
125
_exit(255);
lib/libc/net/rcmdsh.c
128
_exit(0);
lib/libc/net/rcmdsh.c
134
_exit(255);
lib/libc/net/rcmdsh.c
157
_exit(255);
lib/libc/secure/libc_stack_protector.c
120
_exit(127);
lib/libc/stdlib/_Exit.c
19
_exit(code);
lib/libc/stdlib/exit.c
92
_exit(status);
lib/libc/stdlib/system.c
107
_exit(127);
lib/libc/tests/gen/fmtmsg_test.c
176
_exit(2);
lib/libc/tests/gen/fmtmsg_test.c
179
_exit(1);
lib/libc/tests/gen/fmtmsg_test.c
181
_exit(0);
lib/libc/tests/secure/fortify_poll_test.c
147
_exit(EX_OSERR);
lib/libc/tests/secure/fortify_poll_test.c
246
_exit(EX_SOFTWARE); /* Should have aborted. */
lib/libc/tests/secure/fortify_poll_test.c
355
_exit(EX_SOFTWARE); /* Should have aborted. */
lib/libc/tests/secure/fortify_poll_test.c
464
_exit(EX_SOFTWARE); /* Should have aborted. */
lib/libc/tests/secure/fortify_poll_test.c
576
_exit(EX_SOFTWARE); /* Should have aborted. */
lib/libc/tests/secure/fortify_random_test.c
147
_exit(EX_OSERR);
lib/libc/tests/secure/fortify_random_test.c
282
_exit(EX_SOFTWARE); /* Should have aborted. */
lib/libc/tests/secure/fortify_select_test.c
147
_exit(EX_OSERR);
lib/libc/tests/secure/fortify_select_test.c
234
_exit(EX_SOFTWARE); /* Should have aborted. */
lib/libc/tests/secure/fortify_select_test.c
334
_exit(EX_SOFTWARE); /* Should have aborted. */
lib/libc/tests/secure/fortify_select_test.c
428
_exit(EX_SOFTWARE); /* Should have aborted. */
lib/libc/tests/secure/fortify_select_test.c
528
_exit(EX_SOFTWARE); /* Should have aborted. */
lib/libc/tests/secure/fortify_select_test.c
622
_exit(EX_SOFTWARE); /* Should have aborted. */
lib/libc/tests/secure/fortify_select_test.c
722
_exit(EX_SOFTWARE); /* Should have aborted. */
lib/libc/tests/secure/fortify_signal_test.c
147
_exit(EX_OSERR);
lib/libc/tests/secure/fortify_signal_test.c
282
_exit(EX_SOFTWARE); /* Should have aborted. */
lib/libc/tests/secure/fortify_socket_test.c
1104
_exit(EX_SOFTWARE); /* Should have aborted. */
lib/libc/tests/secure/fortify_socket_test.c
1323
_exit(EX_SOFTWARE); /* Should have aborted. */
lib/libc/tests/secure/fortify_socket_test.c
147
_exit(EX_OSERR);
lib/libc/tests/secure/fortify_socket_test.c
1497
_exit(EX_SOFTWARE); /* Should have aborted. */
lib/libc/tests/secure/fortify_socket_test.c
1594
_exit(EX_SOFTWARE); /* Should have aborted. */
lib/libc/tests/secure/fortify_socket_test.c
1697
_exit(EX_SOFTWARE); /* Should have aborted. */
lib/libc/tests/secure/fortify_socket_test.c
1891
_exit(EX_SOFTWARE); /* Should have aborted. */
lib/libc/tests/secure/fortify_socket_test.c
299
_exit(EX_SOFTWARE); /* Should have aborted. */
lib/libc/tests/secure/fortify_socket_test.c
458
_exit(EX_SOFTWARE); /* Should have aborted. */
lib/libc/tests/secure/fortify_socket_test.c
612
_exit(EX_SOFTWARE); /* Should have aborted. */
lib/libc/tests/secure/fortify_socket_test.c
766
_exit(EX_SOFTWARE); /* Should have aborted. */
lib/libc/tests/secure/fortify_socket_test.c
935
_exit(EX_SOFTWARE); /* Should have aborted. */
lib/libc/tests/secure/fortify_stdio_test.c
1030
_exit(EX_SOFTWARE); /* Should have aborted. */
lib/libc/tests/secure/fortify_stdio_test.c
1189
_exit(EX_SOFTWARE); /* Should have aborted. */
lib/libc/tests/secure/fortify_stdio_test.c
1331
_exit(EX_SOFTWARE); /* Should have aborted. */
lib/libc/tests/secure/fortify_stdio_test.c
147
_exit(EX_OSERR);
lib/libc/tests/secure/fortify_stdio_test.c
1485
_exit(EX_SOFTWARE); /* Should have aborted. */
lib/libc/tests/secure/fortify_stdio_test.c
282
_exit(EX_SOFTWARE); /* Should have aborted. */
lib/libc/tests/secure/fortify_stdio_test.c
424
_exit(EX_SOFTWARE); /* Should have aborted. */
lib/libc/tests/secure/fortify_stdio_test.c
573
_exit(EX_SOFTWARE); /* Should have aborted. */
lib/libc/tests/secure/fortify_stdio_test.c
722
_exit(EX_SOFTWARE); /* Should have aborted. */
lib/libc/tests/secure/fortify_stdio_test.c
871
_exit(EX_SOFTWARE); /* Should have aborted. */
lib/libc/tests/secure/fortify_stdlib_test.c
147
_exit(EX_OSERR);
lib/libc/tests/secure/fortify_stdlib_test.c
282
_exit(EX_SOFTWARE); /* Should have aborted. */
lib/libc/tests/secure/fortify_stdlib_test.c
424
_exit(EX_SOFTWARE); /* Should have aborted. */
lib/libc/tests/secure/fortify_stdlib_test.c
566
_exit(EX_SOFTWARE); /* Should have aborted. */
lib/libc/tests/secure/fortify_string_test.c
1029
_exit(EX_SOFTWARE); /* Should have aborted. */
lib/libc/tests/secure/fortify_string_test.c
1193
_exit(EX_SOFTWARE); /* Should have aborted. */
lib/libc/tests/secure/fortify_string_test.c
1357
_exit(EX_SOFTWARE); /* Should have aborted. */
lib/libc/tests/secure/fortify_string_test.c
147
_exit(EX_OSERR);
lib/libc/tests/secure/fortify_string_test.c
1521
_exit(EX_SOFTWARE); /* Should have aborted. */
lib/libc/tests/secure/fortify_string_test.c
1685
_exit(EX_SOFTWARE); /* Should have aborted. */
lib/libc/tests/secure/fortify_string_test.c
1849
_exit(EX_SOFTWARE); /* Should have aborted. */
lib/libc/tests/secure/fortify_string_test.c
2013
_exit(EX_SOFTWARE); /* Should have aborted. */
lib/libc/tests/secure/fortify_string_test.c
2177
_exit(EX_SOFTWARE); /* Should have aborted. */
lib/libc/tests/secure/fortify_string_test.c
287
_exit(EX_SOFTWARE); /* Should have aborted. */
lib/libc/tests/secure/fortify_string_test.c
434
_exit(EX_SOFTWARE); /* Should have aborted. */
lib/libc/tests/secure/fortify_string_test.c
581
_exit(EX_SOFTWARE); /* Should have aborted. */
lib/libc/tests/secure/fortify_string_test.c
723
_exit(EX_SOFTWARE); /* Should have aborted. */
lib/libc/tests/secure/fortify_string_test.c
865
_exit(EX_SOFTWARE); /* Should have aborted. */
lib/libc/tests/secure/fortify_strings_test.c
147
_exit(EX_OSERR);
lib/libc/tests/secure/fortify_strings_test.c
287
_exit(EX_SOFTWARE); /* Should have aborted. */
lib/libc/tests/secure/fortify_strings_test.c
429
_exit(EX_SOFTWARE); /* Should have aborted. */
lib/libc/tests/secure/fortify_strings_test.c
571
_exit(EX_SOFTWARE); /* Should have aborted. */
lib/libc/tests/secure/fortify_uio_test.c
147
_exit(EX_OSERR);
lib/libc/tests/secure/fortify_uio_test.c
240
_exit(EX_SOFTWARE); /* Should have aborted. */
lib/libc/tests/secure/fortify_uio_test.c
343
_exit(EX_SOFTWARE); /* Should have aborted. */
lib/libc/tests/secure/fortify_uio_test.c
512
_exit(EX_SOFTWARE); /* Should have aborted. */
lib/libc/tests/secure/fortify_uio_test.c
612
_exit(EX_SOFTWARE); /* Should have aborted. */
lib/libc/tests/secure/fortify_uio_test.c
715
_exit(EX_SOFTWARE); /* Should have aborted. */
lib/libc/tests/secure/fortify_uio_test.c
884
_exit(EX_SOFTWARE); /* Should have aborted. */
lib/libc/tests/secure/fortify_unistd_test.c
1042
_exit(EX_SOFTWARE); /* Should have aborted. */
lib/libc/tests/secure/fortify_unistd_test.c
1196
_exit(EX_SOFTWARE); /* Should have aborted. */
lib/libc/tests/secure/fortify_unistd_test.c
1350
_exit(EX_SOFTWARE); /* Should have aborted. */
lib/libc/tests/secure/fortify_unistd_test.c
147
_exit(EX_OSERR);
lib/libc/tests/secure/fortify_unistd_test.c
1502
_exit(EX_SOFTWARE); /* Should have aborted. */
lib/libc/tests/secure/fortify_unistd_test.c
1644
_exit(EX_SOFTWARE); /* Should have aborted. */
lib/libc/tests/secure/fortify_unistd_test.c
1796
_exit(EX_SOFTWARE); /* Should have aborted. */
lib/libc/tests/secure/fortify_unistd_test.c
1938
_exit(EX_SOFTWARE); /* Should have aborted. */
lib/libc/tests/secure/fortify_unistd_test.c
2105
_exit(EX_SOFTWARE); /* Should have aborted. */
lib/libc/tests/secure/fortify_unistd_test.c
303
_exit(EX_SOFTWARE); /* Should have aborted. */
lib/libc/tests/secure/fortify_unistd_test.c
450
_exit(EX_SOFTWARE); /* Should have aborted. */
lib/libc/tests/secure/fortify_unistd_test.c
592
_exit(EX_SOFTWARE); /* Should have aborted. */
lib/libc/tests/secure/fortify_unistd_test.c
734
_exit(EX_SOFTWARE); /* Should have aborted. */
lib/libc/tests/secure/fortify_unistd_test.c
888
_exit(EX_SOFTWARE); /* Should have aborted. */
lib/libc/tests/secure/fortify_wchar_test.c
1051
_exit(EX_SOFTWARE); /* Should have aborted. */
lib/libc/tests/secure/fortify_wchar_test.c
1215
_exit(EX_SOFTWARE); /* Should have aborted. */
lib/libc/tests/secure/fortify_wchar_test.c
1379
_exit(EX_SOFTWARE); /* Should have aborted. */
lib/libc/tests/secure/fortify_wchar_test.c
147
_exit(EX_OSERR);
lib/libc/tests/secure/fortify_wchar_test.c
1543
_exit(EX_SOFTWARE); /* Should have aborted. */
lib/libc/tests/secure/fortify_wchar_test.c
1707
_exit(EX_SOFTWARE); /* Should have aborted. */
lib/libc/tests/secure/fortify_wchar_test.c
1871
_exit(EX_SOFTWARE); /* Should have aborted. */
lib/libc/tests/secure/fortify_wchar_test.c
2035
_exit(EX_SOFTWARE); /* Should have aborted. */
lib/libc/tests/secure/fortify_wchar_test.c
287
_exit(EX_SOFTWARE); /* Should have aborted. */
lib/libc/tests/secure/fortify_wchar_test.c
434
_exit(EX_SOFTWARE); /* Should have aborted. */
lib/libc/tests/secure/fortify_wchar_test.c
581
_exit(EX_SOFTWARE); /* Should have aborted. */
lib/libc/tests/secure/fortify_wchar_test.c
723
_exit(EX_SOFTWARE); /* Should have aborted. */
lib/libc/tests/secure/fortify_wchar_test.c
887
_exit(EX_SOFTWARE); /* Should have aborted. */
lib/libc/tests/stdio/getdelim_test.c
335
_exit(0);
lib/libc/tests/stdlib/dynthr_mod/dynthr_mod.c
64
_exit(1);
lib/libc/tests/stdlib/libatexit/libatexit.cc
46
_exit(exit_code);
lib/libc/tests/stdlib/libatexit/libatexit.cc
66
_exit(exit_code);
lib/libc/tests/stdtime/detect_tz_changes_test.c
253
_exit(0);
lib/libc/tests/stdtime/detect_tz_changes_test.c
264
_exit(2);
lib/libc/tests/sys/cpuset_test.c
259
_exit(42);
lib/libc/tests/sys/cpuset_test.c
340
_exit(do_jail(sock));
lib/libc/tests/sys/cpuset_test.c
494
_exit(42);
lib/libc/tests/sys/cpuset_test.c
587
_exit(try_attach_child(jid, expected_mask));
lib/libc/tests/sys/cpuset_test.c
634
_exit(jail_attach_disjoint_newjail(sock));
lib/libc/tests/sys/cpuset_test.c
721
_exit(error);
lib/libc/tests/sys/cpuset_test.c
739
_exit(0);
lib/libc/tests/sys/sendfile_test.c
353
_exit(0);
lib/libc/tests/sys/sendfile_test.c
437
_exit(0);
lib/libc/tests/sys/sendfile_test.c
605
_exit(0);
lib/libc/tests/sys/sendfile_test.c
735
_exit(0);
lib/libcasper/libcasper/libcasper_service.c
148
_exit(1);
lib/libcasper/libcasper/libcasper_service.c
150
_exit(1);
lib/libcasper/libcasper/libcasper_service.c
154
_exit(1);
lib/libcasper/libcasper/libcasper_service.c
161
_exit(1);
lib/libcasper/libcasper/libcasper_service.c
227
_exit(1);
lib/libcasper/libcasper/libcasper_service.c
236
_exit(1);
lib/libcasper/libcasper/libcasper_service.c
239
_exit(0);
lib/libcasper/libcasper/service.c
487
_exit(1);
lib/libcasper/libcasper/service.c
491
_exit(1);
lib/libcasper/libcasper/service.c
494
_exit(0);
lib/libcasper/libcasper/zygote.c
125
_exit(0);
lib/libcasper/libcasper/zygote.c
137
_exit(0);
lib/libcasper/libcasper/zygote.c
164
_exit(1);
lib/libexecinfo/tests/sigtramp_test.c
70
_exit(0);
lib/libnv/tests/nvlist_send_recv_test.c
358
_exit(0);
lib/libnv/tests/nvlist_send_recv_test.c
451
_exit(0);
lib/libnv/tests/nvlist_send_recv_test.c
576
_exit(0);
lib/libpam/modules/pam_exec/pam_exec.c
330
_exit(1);
lib/libpam/modules/pam_ssh/pam_ssh.c
306
_exit(127);
lib/libproc/proc_create.c
196
_exit(1);
lib/libproc/proc_create.c
206
_exit(2);
lib/libsys/pdrfork_thread_gen.c
31
_exit(ret);
lib/libsys/rfork_thread_gen.c
37
_exit(ret);
lib/libthr/tests/atfork_test.c
100
_exit(EXIT_CALLEDPARENT);
lib/libthr/tests/atfork_test.c
130
_exit(child != 0 ? 0 : EXIT_NOCHILD);
lib/libthr/tests/atfork_test.c
163
_exit(EXIT_BADORDER);
lib/libthr/tests/atfork_test.c
248
_exit(child != 0 ? 0 : EXIT_NOCHILD);
lib/libthr/tests/atfork_test.c
73
_exit(0);
lib/libthr/tests/atfork_test.c
98
_exit(EXIT_NOPREPARE);
lib/libutil/pw_util.c
261
_exit(1);
lib/libutil/tests/flopen_test.c
133
_exit(0);
lib/libutil/tests/flopen_test.c
166
_exit(0);
lib/libutil/tests/forkpty_test.c
41
_exit(0);
lib/libutil/tests/getlocalbase_test.c
80
_exit(0);
lib/libutil/tests/pidfile_test.c
167
_exit(1);
lib/libutil/tests/pidfile_test.c
169
_exit(2);
lib/libutil/tests/pidfile_test.c
172
_exit(3);
lib/libutil/tests/pidfile_test.c
176
_exit(4);
lib/libutil/tests/pidfile_test.c
179
_exit(5);
lib/libutil/tests/pidfile_test.c
182
_exit(6);
lib/libutil/tests/pidfile_test.c
183
_exit(0);
lib/msun/tests/fenv_test.c
159
_exit(0);
lib/msun/tests/fenv_test.c
533
_exit(0);
libexec/comsat/comsat.c
174
_exit(1);
libexec/comsat/comsat.c
184
_exit(1);
libexec/comsat/comsat.c
200
_exit(0);
libexec/fingerd/fingerd.c
205
_exit(1);
libexec/flua/modules/lposix.c
45
_exit(code);
libexec/flua/modules/lposix.c
581
REG_SIMPLE(_exit),
libexec/pppoed/pppoed.c
276
_exit(errno);
libexec/pppoed/pppoed.c
278
_exit(0);
libexec/pppoed/pppoed.c
289
_exit(EX_CANTCREAT);
libexec/pppoed/pppoed.c
302
_exit(EX_OSERR);
libexec/pppoed/pppoed.c
314
_exit(EX_OSERR);
libexec/pppoed/pppoed.c
333
_exit(EX_OSERR);
libexec/pppoed/pppoed.c
348
_exit(EX_OSERR);
libexec/pppoed/pppoed.c
367
_exit(EX_OSERR);
libexec/pppoed/pppoed.c
378
_exit(EX_OSERR);
libexec/pppoed/pppoed.c
384
_exit(EX_TEMPFAIL);
libexec/pppoed/pppoed.c
390
_exit(EX_PROTOCOL);
libexec/pppoed/pppoed.c
432
_exit(0);
libexec/pppoed/pppoed.c
447
_exit(EX_OSFILE);
libexec/rtld-elf/rtld.c
1307
_exit(1);
libexec/rtld-elf/rtld.c
6449
_exit(0);
libexec/rtld-elf/rtld.c
6556
_exit(0);
libexec/rtld-elf/xmalloc.c
118
_exit(1);
libexec/rtld-elf/xmalloc.c
72
_exit(1);
libexec/rtld-elf/xmalloc.c
87
_exit(1);
libexec/talkd/table.c
162
_exit(1);
libexec/talkd/talkd.c
122
_exit(0);
libexec/talkd/talkd.c
84
_exit(1);
libexec/talkd/talkd.c
89
_exit(1);
sbin/devd/devd.cc
266
::_exit(127);
sbin/dumpon/dumpon.c
345
_exit(0);
sbin/fsck/fsck.c
372
_exit(0);
sbin/fsck/fsck.c
380
_exit(1);
sbin/init/init.c
1020
_exit(1);
sbin/init/init.c
1067
_exit(0);
sbin/init/init.c
1200
_exit(1); /* force single user mode */
sbin/init/init.c
1521
_exit(1);
sbin/init/init.c
1524
_exit(0);
sbin/init/init.c
1547
_exit(1);
sbin/init/init.c
1610
_exit(1);
sbin/init/init.c
2056
_exit(1); /* force single user mode */
sbin/init/init.c
238
_exit(0);
sbin/init/init.c
331
_exit(0); /* reboot */
sbin/init/init.c
518
_exit(sig); /* reboot */
sbin/init/init.c
608
_exit(1);
sbin/init/init.c
930
_exit(1); /* panic and reboot */
sbin/init/init.c
933
_exit(0); /* panic as well */
sbin/init/init.c
959
_exit(0);
sbin/mdmfs/mdmfs.c
778
_exit(0);
sbin/mdmfs/mdmfs.c
797
_exit(-1);
sbin/ping/main.c
202
_exit(nreceived ? 0 : 2);
sbin/reroot_seed/reroot_seed.c
108
_exit(1);
sbin/reroot_seed/reroot_seed.c
76
_exit(1);
sbin/reroot_seed/reroot_seed.c
93
_exit(1);
sbin/swapon/swapon.c
693
_exit(-1);
sys/compat/linuxkpi/common/include/linux/device/driver.h
25
__CONCAT(__CONCAT(_, _drv), _exit)(void) \
sys/compat/linuxkpi/common/include/linux/device/driver.h
31
module_exit(__CONCAT(__CONCAT(_, _drv), _exit))
sys/teken/demo/teken_demo.c
306
_exit(1);
tests/freebsd_test_suite/macros.h
82
_exit(_exit_code); \
tests/freebsd_test_suite/macros.h
90
_exit(_exit_code); \
tests/sys/aio/local.h
75
_exit(_exit_code); \
tests/sys/aio/local.h
79
_exit(_exit_code); \
tests/sys/arch/aarch64/sve.c
263
_exit(1);
tests/sys/arch/aarch64/sve.c
352
_exit(1);
tests/sys/arch/aarch64/sve.c
355
_exit(2);
tests/sys/arch/aarch64/sve.c
358
_exit(3);
tests/sys/arch/aarch64/sve.c
361
_exit(4);
tests/sys/arch/aarch64/sve.c
363
_exit(0);
tests/sys/arch/aarch64/sve.c
414
_exit(i + 1);
tests/sys/arch/aarch64/sve.c
418
_exit(0);
tests/sys/arch/aarch64/sve_ptrace_helper.c
45
_exit(0);
tests/sys/audit/process-control.c
106
_exit(0);
tests/sys/audit/process-control.c
136
_exit(0);
tests/sys/audit/process-control.c
1527
_exit(0);
tests/sys/audit/process-control.c
189
_exit(0);
tests/sys/audit/process-control.c
241
_exit(0);
tests/sys/audit/process-control.c
76
_exit(0);
tests/sys/capsicum/ioctls_test.c
57
_exit(32);
tests/sys/file/path_test.c
178
_exit(1);
tests/sys/file/path_test.c
180
_exit(2);
tests/sys/file/path_test.c
182
_exit(3);
tests/sys/file/path_test.c
184
_exit(4);
tests/sys/file/path_test.c
186
_exit(5);
tests/sys/file/path_test.c
187
_exit(0);
tests/sys/file/path_test.c
197
_exit(1);
tests/sys/file/path_test.c
200
_exit(2);
tests/sys/file/path_test.c
205
_exit(3);
tests/sys/file/path_test.c
206
_exit(4);
tests/sys/file/path_test.c
608
_exit(1);
tests/sys/file/path_test.c
612
_exit(2);
tests/sys/fs/fusefs/pre-init.cc
160
_exit(0); /* Unreachable, unless parent dies after fork */
tests/sys/fs/fusefs/utils.cc
627
_exit(err);
tests/sys/kern/aslr.c
48
_exit(1);
tests/sys/kern/aslr.c
53
_exit(2);
tests/sys/kern/aslr.c
56
_exit(127);
tests/sys/kern/jaildesc.c
309
_exit(1);
tests/sys/kern/jaildesc.c
316
_exit(2);
tests/sys/kern/jaildesc.c
321
_exit(3);
tests/sys/kern/jaildesc.c
361
_exit(1);
tests/sys/kern/jaildesc.c
377
_exit(2);
tests/sys/kern/jaildesc.c
379
_exit(3);
tests/sys/kern/jaildesc.c
381
_exit(0);
tests/sys/kern/kern_descrip_test.c
102
_exit(1);
tests/sys/kern/kern_descrip_test.c
112
_exit(0);
tests/sys/kern/kill_zombie.c
43
_exit(42);
tests/sys/kern/ktrace_test.c
564
_exit(0);
tests/sys/kern/ktrace_test.c
87
_exit(32);
tests/sys/kern/pdeathsig.c
113
_exit(0);
tests/sys/kern/pdeathsig.c
145
_exit(0);
tests/sys/kern/pdeathsig.c
203
_exit(0);
tests/sys/kern/pdeathsig.c
213
_exit(0);
tests/sys/kern/pdeathsig.c
279
_exit(0);
tests/sys/kern/pdeathsig.c
319
_exit(0);
tests/sys/kern/pdeathsig.c
327
_exit(0);
tests/sys/kern/pdrfork.c
123
_exit(0);
tests/sys/kern/pdrfork.c
151
_exit(0);
tests/sys/kern/pdrfork.c
71
_exit(0);
tests/sys/kern/pdrfork.c
91
_exit(pd == -1);
tests/sys/kern/pdwait.c
118
_exit(42);
tests/sys/kern/pdwait.c
137
_exit(42);
tests/sys/kern/pdwait.c
157
_exit(42);
tests/sys/kern/pdwait.c
177
_exit(42);
tests/sys/kern/pdwait.c
204
_exit(42);
tests/sys/kern/pdwait.c
231
_exit(42);
tests/sys/kern/pdwait.c
257
_exit(42);
tests/sys/kern/pdwait.c
281
_exit(42);
tests/sys/kern/pdwait.c
65
_exit(42);
tests/sys/kern/pdwait.c
90
_exit(42);
tests/sys/kern/pipe/pipe_fstat_bug_test.c
120
_exit(0);
tests/sys/kern/pipe/pipe_fstat_bug_test.c
125
_exit(1);
tests/sys/kern/pipe/pipe_fstat_bug_test.c
131
_exit(2);
tests/sys/kern/pipe/pipe_fstat_bug_test.c
139
_exit(3);
tests/sys/kern/pipe/pipe_reverse_test.c
112
_exit(0);
tests/sys/kern/pipe/pipe_wraparound_test.c
108
_exit(0);
tests/sys/kern/procdesc.c
113
_exit(0);
tests/sys/kern/procdesc.c
132
_exit(0);
tests/sys/kern/procdesc.c
167
_exit(0);
tests/sys/kern/procdesc.c
197
_exit(0);
tests/sys/kern/procdesc.c
232
_exit(0);
tests/sys/kern/procdesc.c
262
_exit(0);
tests/sys/kern/procdesc.c
303
_exit(0);
tests/sys/kern/procdesc.c
357
_exit(0);
tests/sys/kern/procdesc.c
379
_exit(0);
tests/sys/kern/procdesc.c
415
_exit(0);
tests/sys/kern/procdesc.c
446
_exit(0);
tests/sys/kern/procdesc.c
489
_exit(0);
tests/sys/kern/procdesc.c
534
_exit(42);
tests/sys/kern/procdesc.c
579
_exit(21);
tests/sys/kern/procdesc.c
581
_exit(22);
tests/sys/kern/procdesc.c
583
_exit(23);
tests/sys/kern/procdesc.c
585
_exit(24);
tests/sys/kern/procdesc.c
586
_exit(0);
tests/sys/kern/procdesc.c
616
_exit(0);
tests/sys/kern/procdesc.c
657
_exit(0);
tests/sys/kern/procdesc.c
709
_exit(0x23);
tests/sys/kern/ptrace_test.c
1038
_exit(1);
tests/sys/kern/ptrace_test.c
1068
_exit(0);
tests/sys/kern/ptrace_test.c
113
_exit(32);
tests/sys/kern/ptrace_test.c
195
_exit(1);
tests/sys/kern/ptrace_test.c
2258
_exit(2);
tests/sys/kern/ptrace_test.c
2384
_exit(2);
tests/sys/kern/ptrace_test.c
241
_exit(1);
tests/sys/kern/ptrace_test.c
290
_exit(1);
tests/sys/kern/ptrace_test.c
322
_exit(0);
tests/sys/kern/ptrace_test.c
3521
_exit(1);
tests/sys/kern/ptrace_test.c
3525
_exit(1);
tests/sys/kern/ptrace_test.c
3533
_exit(1);
tests/sys/kern/ptrace_test.c
3535
_exit(1);
tests/sys/kern/ptrace_test.c
3537
_exit(1);
tests/sys/kern/ptrace_test.c
3539
_exit(1);
tests/sys/kern/ptrace_test.c
3540
_exit(0);
tests/sys/kern/ptrace_test.c
386
_exit(1);
tests/sys/kern/ptrace_test.c
402
_exit(2);
tests/sys/kern/ptrace_test.c
4193
_exit(0);
tests/sys/kern/ptrace_test.c
429
_exit(0);
tests/sys/kern/ptrace_test.c
4705
_exit(0);
tests/sys/kern/ptrace_test.c
4770
_exit(0);
tests/sys/kern/ptrace_test.c
4815
_exit(1);
tests/sys/kern/ptrace_test.c
4818
_exit(0);
tests/sys/kern/ptrace_test.c
4836
_exit(0);
tests/sys/kern/ptrace_test.c
501
_exit(status);
tests/sys/kern/ptrace_test.c
508
_exit(status);
tests/sys/kern/ptrace_test.c
558
_exit(2);
tests/sys/kern/ptrace_test.c
565
_exit(1);
tests/sys/kern/ptrace_test.c
806
_exit(3);
tests/sys/kern/reaper.c
114
_exit(101);
tests/sys/kern/reaper.c
116
_exit(2);
tests/sys/kern/reaper.c
120
_exit(102);
tests/sys/kern/reaper.c
121
_exit(3);
tests/sys/kern/reaper.c
179
_exit(100);
tests/sys/kern/reaper.c
182
_exit(101);
tests/sys/kern/reaper.c
185
_exit(102);
tests/sys/kern/reaper.c
187
_exit(103);
tests/sys/kern/reaper.c
188
_exit(2);
tests/sys/kern/reaper.c
190
_exit(3);
tests/sys/kern/reaper.c
263
_exit(101);
tests/sys/kern/reaper.c
265
_exit(2);
tests/sys/kern/reaper.c
269
_exit(102);
tests/sys/kern/reaper.c
270
_exit(3);
tests/sys/kern/reaper.c
328
_exit(100);
tests/sys/kern/reaper.c
330
_exit(101);
tests/sys/kern/reaper.c
332
_exit(102);
tests/sys/kern/reaper.c
334
_exit(103);
tests/sys/kern/reaper.c
336
_exit(104);
tests/sys/kern/reaper.c
337
_exit(0);
tests/sys/kern/reaper.c
405
_exit(100);
tests/sys/kern/reaper.c
407
_exit(100);
tests/sys/kern/reaper.c
409
_exit(101);
tests/sys/kern/reaper.c
412
_exit(102);
tests/sys/kern/reaper.c
415
_exit(103);
tests/sys/kern/reaper.c
417
_exit(104);
tests/sys/kern/reaper.c
418
_exit(0);
tests/sys/kern/reaper.c
601
_exit(100);
tests/sys/kern/reaper.c
604
_exit(101);
tests/sys/kern/reaper.c
607
_exit(102);
tests/sys/kern/reaper.c
64
_exit(100);
tests/sys/kern/reaper.c
660
_exit(100);
tests/sys/kern/reaper.c
663
_exit(101);
tests/sys/kern/reaper.c
666
_exit(102);
tests/sys/kern/reaper.c
67
_exit(101);
tests/sys/kern/reaper.c
677
_exit(100);
tests/sys/kern/reaper.c
680
_exit(101);
tests/sys/kern/reaper.c
683
_exit(102);
tests/sys/kern/reaper.c
70
_exit(102);
tests/sys/kern/reaper.c
72
_exit(103);
tests/sys/kern/reaper.c
73
_exit(2);
tests/sys/kern/reaper.c
75
_exit(3);
tests/sys/kern/reaper.c
758
_exit(1);
tests/sys/kern/reaper.c
761
_exit(0);
tests/sys/kern/socket_splice.c
694
_exit(2);
tests/sys/kern/socket_splice.c
698
_exit(3);
tests/sys/kern/socket_splice.c
705
_exit(0);
tests/sys/kern/sysctl_kern_proc.c
116
_exit(1);
tests/sys/kern/sysctl_kern_proc.c
118
_exit(2);
tests/sys/kern/sysctl_kern_proc.c
119
_exit(0);
tests/sys/kern/tty/test_sti.c
103
_exit(STIERR_CONFIG);
tests/sys/kern/tty/test_sti.c
173
_exit(STIERR_INJECT);
tests/sys/kern/tty/test_sti.c
178
_exit(STIERR_READFAIL);
tests/sys/kern/tty/test_sti.c
180
_exit(STIERR_BADTEXT);
tests/sys/kern/tty/test_sti.c
182
_exit(0);
tests/sys/kern/tty/test_sti.c
213
_exit(STIERR_READFAIL);
tests/sys/kern/tty/test_sti.c
220
_exit(STIERR_BADTEXT);
tests/sys/kern/tty/test_sti.c
222
_exit(0);
tests/sys/kern/tty/test_sti.c
256
_exit(STIERR_DATAFOUND);
tests/sys/kern/tty/test_sti.c
258
_exit(0);
tests/sys/kern/tty/test_sti.c
301
_exit(STIERR_WOTTY);
tests/sys/kern/tty/test_sti.c
304
_exit(STIERR_ROTTY);
tests/sys/kern/tty/test_sti.c
312
_exit(STIERR_WOOK);
tests/sys/kern/tty/test_sti.c
314
_exit(STIERR_BADERR);
tests/sys/kern/tty/test_sti.c
322
_exit(STIERR_INJECT);
tests/sys/kern/tty/test_sti.c
324
_exit(0);
tests/sys/kern/tty/test_sti.c
98
_exit(STIERR_CONFIG_FETCH);
tests/sys/kern/tty/tiocnotty.c
49
_exit(0);
tests/sys/kern/tty/tiocnotty.c
75
_exit(0);
tests/sys/kern/unix_passfd_test.c
1273
_exit(0);
tests/sys/kern/unix_passfd_test.c
1321
_exit(0);
tests/sys/kern/waitpid_nohang.c
44
_exit(1);
tests/sys/kqueue/kqueue_fork.c
242
_exit(RECV_ERROR);
tests/sys/kqueue/kqueue_fork.c
244
_exit(RECV_ERROR);
tests/sys/kqueue/kqueue_fork.c
247
_exit(RECV_ERROR);
tests/sys/kqueue/kqueue_fork.c
249
_exit(cponfork_notes_check(kq, clofd));
tests/sys/kqueue/kqueue_fork.c
296
_exit(0);
tests/sys/kqueue/kqueue_fork.c
73
_exit(0);
tests/sys/kqueue/libkqueue/vnode.c
88
_exit(1);
tests/sys/kqueue/libkqueue/vnode.c
93
_exit(0);
tests/sys/mqueue/mqtest2.c
20
_exit(1);
tests/sys/mqueue/mqtest3.c
21
_exit(1);
tests/sys/mqueue/mqtest4.c
22
_exit(1);
tests/sys/mqueue/mqtest5.c
22
_exit(1);
tests/sys/netinet/socket_afinet.c
373
_exit(SETEUID_FAIL);
tests/sys/netinet/socket_afinet.c
378
_exit(SOCKET_FAIL);
tests/sys/netinet/socket_afinet.c
380
_exit(BIND_INSTANT_SUCCESS);
tests/sys/netinet/socket_afinet.c
382
_exit(BIND_BADERR1);
tests/sys/netinet/socket_afinet.c
386
_exit(SETSOCKOPT_FAIL);
tests/sys/netinet/socket_afinet.c
389
_exit(BIND_REUSE_SUCCESS);
tests/sys/netinet/socket_afinet.c
391
_exit(BIND_BADERR1);
tests/sys/netinet/socket_afinet.c
392
_exit(BIND_FAILED);
tests/sys/pmc/pmc_wrap_test.c
102
_exit((int)(sink & 0x7f));
tests/sys/posixshm/posixshm_test.c
1808
_exit(1);
tests/sys/posixshm/posixshm_test.c
1810
_exit(2);
tests/sys/posixshm/posixshm_test.c
1811
_exit(0);
tests/sys/posixshm/posixshm_test.c
1828
_exit(1);
tests/sys/posixshm/posixshm_test.c
1829
_exit(0);
tests/sys/posixshm/posixshm_test.c
1851
_exit(1);
tests/sys/posixshm/posixshm_test.c
1853
_exit(2);
tests/sys/posixshm/posixshm_test.c
1854
_exit(0);
tests/sys/posixshm/posixshm_test.c
1900
_exit(1);
tests/sys/posixshm/posixshm_test.c
1902
_exit(0);
tests/sys/posixshm/posixshm_test.c
2200
_exit(1);
tests/sys/posixshm/posixshm_test.c
2205
_exit(2);
tests/sys/posixshm/posixshm_test.c
2209
_exit(0);
tests/sys/posixshm/posixshm_test.c
964
_exit(1);
tests/sys/posixshm/posixshm_test.c
967
_exit(1);
tests/sys/posixshm/posixshm_test.c
971
_exit(1);
tests/sys/posixshm/posixshm_test.c
973
_exit(0);
tests/sys/vm/mlock_test.c
56
_exit(1);
tests/sys/vm/mlock_test.c
58
_exit(2);
tests/sys/vm/mlock_test.c
60
_exit(3);
tests/sys/vm/mlock_test.c
62
_exit(4);
tests/sys/vm/mlock_test.c
63
_exit(0);
tools/regression/sockets/accept_fd_leak/accept_fd_leak.c
171
_exit(0);
tools/regression/sockets/accf_data_attach/accf_data_attach.c
75
_exit(0);
tools/regression/sockets/pr_atomic/pr_atomic.c
85
_exit(0);
tools/regression/sockets/sendfile/sendfile.c
124
_exit(-1);
tools/regression/sockets/sendfile/sendfile.c
228
_exit(rc);
tools/regression/sockets/unix_cmsg/uc_common.c
541
_exit(rv);
tools/test/pthread_vfork/pthread_vfork_test.c
50
_exit(0);
tools/test/ptrace/scescx.c
392
_exit(1);
tools/test/stress2/lib/main.c
86
_exit(1);
tools/test/stress2/testcases/badcode/badcode.c
122
_exit(EXIT_SUCCESS);
tools/test/stress2/testcases/badcode/badcode.c
66
_exit(1);
tools/test/stress2/testcases/badcode/badcode.c
74
_exit(EXIT_SUCCESS);
tools/test/stress2/testcases/lockf/lockf.c
166
_exit(0);
tools/test/stress2/testcases/mkfifo/mkfifo.c
116
_exit(0);
tools/test/stress2/testcases/mkfifo/mkfifo.c
153
_exit(EXIT_SUCCESS);
tools/test/stress2/testcases/shm/shm.c
158
_exit(0);
tools/test/stress2/testcases/socket/socket.c
107
_exit(EXIT_SUCCESS);
tools/test/stress2/testcases/swap/swap.c
90
_exit(1);
tools/test/stress2/testcases/tcp/tcp.c
148
_exit(EXIT_SUCCESS);
tools/test/stress2/testcases/tcp/tcp.c
175
_exit(EXIT_SUCCESS);
tools/test/stress2/tools/bench.c
279
_exit(0);
tools/test/stress2/tools/bench.c
340
_exit(0);
tools/test/stress2/tools/swap.c
165
_exit(0);
tools/tools/so_splice/proxy.c
247
_exit(0);
tools/tools/syscall_timing/syscall_timing.c
191
_exit(0);
tools/tools/syscall_timing/syscall_timing.c
200
_exit(0);
tools/tools/syscall_timing/syscall_timing.c
868
_exit(0);
tools/tools/syscall_timing/syscall_timing.c
877
_exit(0);
usr.bin/apply/apply.c
229
_exit(1);
usr.bin/at/at.c
134
_exit(EXIT_FAILURE);
usr.bin/calendar/io.c
709
_exit(1);
usr.bin/cmp/regular.c
190
_exit(EXIT_FAILURE);
usr.bin/csplit/csplit.c
227
_exit(2);
usr.bin/find/function.c
665
_exit(1);
usr.bin/find/function.c
669
_exit(1);
usr.bin/gzip/gzip.c
1190
_exit(2);
usr.bin/ldd/ldd.c
113
_exit(127);
usr.bin/ldd/ldd.c
249
_exit(1);
usr.bin/lockf/lockf.c
284
_exit(1);
usr.bin/lockf/lockf.c
389
_exit(EX_OSERR);
usr.bin/m4/misc.c
244
_exit(1);
usr.bin/mail/cmd2.c
365
_exit(1);
usr.bin/mail/popen.c
226
_exit(1);
usr.bin/mail/send.c
407
_exit(1);
usr.bin/mail/tests/mailx_signal_test.c
83
_exit(2);
usr.bin/sdiff/edit.c
60
_exit(127);
usr.bin/sdiff/sdiff.c
389
_exit(2);
usr.bin/sdiff/sdiff.c
393
_exit(2);
usr.bin/tip/tip/cmds.c
942
_exit(1);
usr.bin/wall/ttymsg.c
131
_exit(1);
usr.bin/wall/ttymsg.c
162
_exit(1);
usr.bin/wall/ttymsg.c
169
_exit(0);
usr.bin/xargs/xargs.c
612
_exit(1);
usr.sbin/apmd/apmd.c
122
_exit(127);
usr.sbin/bluetooth/btpand/btpand.c
239
_exit(EXIT_SUCCESS);
usr.sbin/cron/cron/do_command.c
376
_exit(ERROR_EXIT);
usr.sbin/cron/cron/do_command.c
397
_exit(ERROR_EXIT);
usr.sbin/cron/cron/do_command.c
402
_exit(ERROR_EXIT);
usr.sbin/cron/cron/do_command.c
407
_exit(ERROR_EXIT);
usr.sbin/cron/cron/do_command.c
412
_exit(ERROR_EXIT);
usr.sbin/cron/cron/do_command.c
464
_exit(ERROR_EXIT);
usr.sbin/cron/cron/do_command.c
479
_exit(ERROR_EXIT);
usr.sbin/cron/cron/do_command.c
490
_exit(ERROR_EXIT);
usr.sbin/cron/cron/do_command.c
499
_exit(ERROR_EXIT);
usr.sbin/cron/cron/do_command.c
508
_exit(OK_EXIT);
usr.sbin/cron/cron/do_command.c
513
_exit(ERROR_EXIT);
usr.sbin/cron/cron/do_command.c
560
_exit(ERROR_EXIT);
usr.sbin/cron/cron/do_command.c
623
_exit(ERROR_EXIT);
usr.sbin/cron/cron/do_command.c
64
_exit(OK_EXIT);
usr.sbin/cron/cron/do_command.c
665
(void) _exit(ERROR_EXIT);
usr.sbin/cron/cron/do_command.c
669
(void) _exit(ERROR_EXIT);
usr.sbin/cron/cron/popen.c
170
_exit(ERROR_EXIT);
usr.sbin/cron/cron/popen.c
173
_exit(ERROR_EXIT);
usr.sbin/cron/cron/popen.c
176
_exit(ERROR_EXIT);
usr.sbin/cron/cron/popen.c
178
_exit(ERROR_EXIT);
usr.sbin/cron/cron/popen.c
192
_exit(1);
usr.sbin/ctld/ctld.cc
2290
_exit(2);
usr.sbin/cxgbetool/cxgbetool.c
2653
_exit(0);
usr.sbin/inetd/inetd.c
741
_exit(0);
usr.sbin/inetd/inetd.c
763
_exit(0);
usr.sbin/inetd/inetd.c
785
_exit(EX_OSERR);
usr.sbin/inetd/inetd.c
800
_exit(EX_NOUSER);
usr.sbin/inetd/inetd.c
812
_exit(EX_NOUSER);
usr.sbin/inetd/inetd.c
825
_exit(EX_NOUSER);
usr.sbin/inetd/inetd.c
841
_exit(EX_OSERR);
usr.sbin/inetd/inetd.c
856
_exit(EX_OSERR);
usr.sbin/inetd/inetd.c
864
_exit(EX_OSERR);
usr.sbin/inetd/inetd.c
877
_exit(0);
usr.sbin/inetd/inetd.c
897
_exit(EX_OSERR);
usr.sbin/iscsid/iscsid.c
564
_exit(2);
usr.sbin/lpr/lpd/printjob.c
1571
_exit(0);
usr.sbin/pkg/pkg.c
237
_exit(1);
usr.sbin/ppp/bundle.c
1780
_exit(0);
usr.sbin/ppp/bundle.c
1824
_exit(0);
usr.sbin/ppp/chap.c
297
_exit(255);
usr.sbin/ppp/chap.c
299
_exit(0);
usr.sbin/ppp/chap.c
323
_exit(255);
usr.sbin/ppp/chat.c
755
_exit(127);
usr.sbin/ppp/command.c
706
_exit(255);
usr.sbin/ppp/exec.c
313
_exit(ret);
usr.sbin/ppp/exec.c
318
_exit(child_status); /* The error from exec() ! */
usr.sbin/ppp/exec.c
326
_exit(ESRCH);
usr.sbin/ppp/exec.c
341
_exit(child_status);
usr.sbin/pw/pw_utils.c
88
_exit(1);
usr.sbin/pw/pwupd.c
73
_exit(1);
usr.sbin/rpc.lockd/kern.c
229
_exit (1);
usr.sbin/rpc.ypupdated/update.c
171
_exit(~0);
usr.sbin/rpc.ypupdated/update.c
175
_exit(~0);
usr.sbin/rpcbind/rpcbind.c
831
_exit(2);
usr.sbin/rpcbind/security.c
223
_exit(0);
usr.sbin/rtsold/cap_script.c
70
_exit(1);
usr.sbin/rtsold/cap_script.c
72
_exit(1);
usr.sbin/rtsold/cap_script.c
76
_exit(1);
usr.sbin/syslogd/syslogd.c
3810
_exit(255);
usr.sbin/ypbind/ypbind.c
739
_exit(0);
usr.sbin/ypbind/ypbind.c
761
_exit(0);
usr.sbin/ypldap/ldapclient.c
342
_exit(0);
usr.sbin/ypldap/ypldap.c
123
_exit(0);
usr.sbin/ypldap/ypldap_dns.c
69
_exit(0);
usr.sbin/ypserv/yp_main.c
176
_exit(0);
usr.sbin/ypserv/yp_server.c
406
_exit(0);
usr.sbin/ypserv/yp_server.c
567
_exit(0);