Searched refs:_Exit (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/lib/libc/stdlib/
H A D_Exit.c19 _Exit(int code) function
H A Dquick_exit.c86 _Exit(status);
H A DMakefile.inc22 # libc has both _Exit.c and _exit.s and they both yield
25 C99_Exit.c: ${LIBC_SRCTOP}/stdlib/_Exit.c .NOMETA
46 MLINKS+=exit.3 _Exit.3
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerLoop.cpp135 _Exit(Options.OOMExitCode); // Stop right now.
240 _Exit(Options.ErrorExitCode); // Stop right now.
254 _Exit(Options.ErrorExitCode);
262 _Exit(0);
271 _Exit(Options.InterruptExitCode);
304 _Exit(Options.TimeoutExitCode); // Stop right now.
320 _Exit(Options.OOMExitCode); // Stop right now.
397 _Exit(0);
406 _Exit(0);
525 _Exit(Option
[all...]
H A DFuzzerUtilFuchsia.cpp188 _Exit(1);
H A DFuzzerTracePC.cpp104 _Exit(1);
/freebsd-13-stable/include/
H A Dstdlib.h134 * (The only other extension made by C99 in thie header is _Exit().)
160 _Noreturn void _Exit(int);
/freebsd-13-stable/lib/libpmc/pmu-events/
H A Djevents.c877 _Exit(1);

Completed in 90 milliseconds