Searched refs:_exit (Results 126 - 150 of 338) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/netbsd-tests/kernel/kqueue/read/
H A Dt_ttypty.c78 _exit(0);
H A Dt_file.c77 _exit(0);
/freebsd-11-stable/contrib/netbsd-tests/kernel/kqueue/
H A Dt_sig.c85 _exit(0);
/freebsd-11-stable/usr.sbin/ctm/ctm_dequeue/
H A Dctm_dequeue.c192 _exit(1);
/freebsd-11-stable/usr.sbin/ppp/
H A Dexec.c315 _exit(ret);
320 _exit(child_status); /* The error from exec() ! */
328 _exit(ESRCH);
343 _exit(child_status);
/freebsd-11-stable/contrib/wpa/wpa_supplicant/examples/p2p/
H A Dp2p_find.py93 os._exit(0)
H A Dp2p_listen.py90 os._exit(0)
H A Dp2p_flush.py89 os._exit(0)
/freebsd-11-stable/tests/sys/capsicum/
H A Dioctls_test.c58 _exit(32);
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_node_info_rcv.c159 goto _exit;
168 goto _exit;
180 goto _exit;
189 goto _exit;
201 goto _exit;
230 goto _exit;
264 goto _exit;
295 goto _exit;
310 _exit:
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_msgget.c124 _exit(EXIT_FAILURE);
126 _exit(EXIT_SUCCESS);
H A Dt_mprotect.c63 _exit(signo);
228 _exit(0);
H A Dt_minherit.c118 _exit(n);
/freebsd-11-stable/contrib/sendmail/libsm/
H A Dmpeix.c128 ** SENDMAIL_MPE__EXIT -- wait for children to terminate, then _exit()
131 ** we must call wait() before _exit() in order to prevent this
135 ** status -- _exit status value.
141 #undef _exit macro
153 _exit(status);
/freebsd-11-stable/libexec/comsat/
H A Dcomsat.c191 _exit(1);
215 _exit(0);
/freebsd-11-stable/crypto/openssh/
H A Dssh-pkcs11-client.c171 _exit(1);
179 _exit(1);
/freebsd-11-stable/usr.bin/newkey/
H A Dupdate.c175 _exit(~0);
179 _exit(~0);
/freebsd-11-stable/usr.sbin/rpc.ypupdated/
H A Dupdate.c179 _exit(~0);
183 _exit(~0);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_solaris.cpp149 DECLARE__REAL_AND_INTERNAL(void, _exit, int exitcode) {
150 _exit(exitcode);
/freebsd-11-stable/release/picobsd/tinyware/oinit/
H A Doinit.c157 _exit(0);
473 _exit(100);
479 _exit(100);
586 _exit(0);
634 _exit(1);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp472 INTERCEPTOR(void, _exit, int status) {
474 REAL(_exit)(status);
501 INTERCEPT_FUNCTION(_exit);
/freebsd-11-stable/lib/libc/gen/
H A Dposix_spawn.c232 _exit(127);
237 _exit(127);
247 _exit(127);
/freebsd-11-stable/contrib/diff/lib/
H A Dc-stack.c129 _exit (exit_failure);
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dpopen.c188 _exit(1);
/freebsd-11-stable/libexec/fingerd/
H A Dfingerd.c217 _exit(1);

Completed in 335 milliseconds

1234567891011>>