Searched refs:_exit (Results 1 - 25 of 338) sorted by last modified time

1234567891011>>

/freebsd-11-stable/libexec/ftpd/
H A Dftpd.c2782 _exit(status);
/freebsd-11-stable/tests/sys/kern/
H A Dptrace_test.c103 _exit(32);
178 _exit(1);
224 _exit(1);
275 _exit(1);
306 _exit(0);
369 _exit(1);
385 _exit(2);
410 _exit(0);
482 _exit(status);
489 _exit(statu
[all...]
/freebsd-11-stable/tests/sys/capsicum/
H A Dioctls_test.c58 _exit(32);
/freebsd-11-stable/libexec/rtld-elf/
H A Drtld.c1043 _exit(1);
5691 _exit(status);
/freebsd-11-stable/sbin/init/
H A Dinit.c245 _exit(0);
332 _exit(0); /* reboot */
516 _exit(sig); /* reboot */
607 _exit(1);
882 _exit(1); /* panic and reboot */
885 _exit(0); /* panic as well */
910 _exit(0);
963 _exit(1);
1010 _exit(0);
1121 _exit(
[all...]
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_runtime.cpp433 _exit(3); // Just in case, if signal ignored, exit anyway.
H A Dkmp_affinity.cpp3400 goto _exit; // no topology limiting actions requested, exit
3423 goto _exit;
3433 goto _exit;
3448 goto _exit;
3458 goto _exit;
3468 goto _exit;
3478 goto _exit;
3486 goto _exit;
3495 goto _exit;
3506 goto _exit;
[all...]
/freebsd-11-stable/contrib/sendmail/src/
H A Dutil.c2077 _exit(EX_OSERR);
2090 _exit(EX_OSERR);
2186 _exit(EX_OSERR);
2187 _exit(EX_CONFIG);
H A Dmain.c2993 ** cleanup -- call exit() or _exit()?
3137 _exit(exitstat);
3324 _exit(EX_OK);
H A Ddeliver.c2820 _exit(EX_OSERR);
2829 _exit(EX_OSERR);
2839 _exit(EX_OSERR);
2858 _exit(EX_OSERR);
2859 _exit(EX_UNAVAILABLE);
/freebsd-11-stable/contrib/sendmail/include/sm/
H A Dconf.h1900 # define _exit sendmail_mpe__exit macro
/freebsd-11-stable/contrib/file/src/
H A Dcompress.c894 _exit(1); /* _exit(), not exit(), because of vfork */
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_config.c401 _exit(1);
/freebsd-11-stable/contrib/ntp/
H A Dconfigure15469 _exit(2);
15474 _exit (arg);
15506 _exit(1);
15512 _exit(close(fileno(stdout)) != 0);
17365 _exit(2);
17370 _exit (arg);
17402 _exit(1);
17408 _exit(close(fileno(stdout)) != 0);
27516 # some OSes prefer _exit() in forked children to exit()
27517 for ac_func in _exit
[all...]
/freebsd-11-stable/usr.bin/ldd/
H A Dldd.c122 _exit(127);
265 _exit(1);
/freebsd-11-stable/lib/libc/gen/
H A Dposix_spawn.c232 _exit(127);
237 _exit(127);
247 _exit(127);
/freebsd-11-stable/contrib/apr/threadproc/unix/
H A Dproc.c461 _exit(-1); /* We have big problems, the child should exit. */
472 _exit(-1);
483 _exit(-1); /* We have big problems, the child should exit. */
492 _exit(-1); /* We have big problems, the child should exit. */
500 _exit(-1); /* We have big problems, the child should exit. */
592 _exit(-1); /* if we get here, there is a problem, so exit with an
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Dfilter_fork_posix.c160 _exit(254);
164 _exit(254);
168 _exit(254);
/freebsd-11-stable/sbin/swapon/
H A Dswapon.c709 _exit(-1);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProgram.inc315 // Use _exit rather than exit so that atexit functions and static
319 _exit(errno == ENOENT ? 127 : 126);
H A DProcess.inc156 signal(SIGABRT, _exit);
157 signal(SIGILL, _exit);
158 signal(SIGFPE, _exit);
159 signal(SIGSEGV, _exit);
160 signal(SIGBUS, _exit);
/freebsd-11-stable/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp714 _exit(signo);
/freebsd-11-stable/contrib/llvm-project/lld/Common/
H A DErrorHandler.cpp59 // Dealloc/destroy ManagedStatic variables before calling _exit().
67 _exit(val);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp93 extern "C" void _exit(int status);
2766 TSAN_INTERCEPT(_exit);
/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);

Completed in 399 milliseconds

1234567891011>>