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

/freebsd-11-stable/lib/libc/stdlib/
H A D_Exit.c19 _Exit(int code) function
H A Dquick_exit.c84 _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-11-stable/contrib/libstdc++/include/c_std/
H A Dstd_cstdlib.h152 #undef _Exit
167 extern "C" void (_Exit)(int);
170 using ::_Exit;
208 using ::__gnu_cxx::_Exit;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerLoop.cpp134 _Exit(Options.OOMExitCode); // Stop right now.
239 _Exit(Options.ErrorExitCode); // Stop right now.
253 _Exit(Options.ErrorExitCode);
261 _Exit(0);
270 _Exit(Options.InterruptExitCode);
303 _Exit(Options.TimeoutExitCode); // Stop right now.
319 _Exit(Options.OOMExitCode); // Stop right now.
396 _Exit(0);
405 _Exit(0);
522 _Exit(Option
[all...]
H A DFuzzerUtilFuchsia.cpp186 _Exit(1);
H A DFuzzerTracePC.cpp103 _Exit(1);
/freebsd-11-stable/include/
H A Dstdlib.h128 * (The only other extension made by C99 in thie header is _Exit().)
154 _Noreturn void _Exit(int);
/freebsd-11-stable/contrib/libstdc++/
H A Dconfigure7624 _Exit(0);
[all...]

Completed in 131 milliseconds