/freebsd/contrib/googletest/googletest/test/ |
H A D | googletest-death-test-test.cc | 124 if (AlwaysTrue()) _Exit(1); in DieWithMessage() 249 _Exit(exit_code); in NormalExitStatus() 265 _Exit(1); in KilledExitStatus() 320 EXPECT_DEATH(_Exit(1), ""); in TEST_F() 331 EXPECT_DEATH(_Exit(1), "") << 1 << 2 << 3; in TEST_F() 346 ASSERT_DEATH(_Exit(1), "") << "exit in default switch handler"; in TEST_F() 350 EXPECT_DEATH(_Exit(1), "") << "exit in switch case"; in TEST_F() 378 EXPECT_EXIT(_Exit(1), testing::ExitedWithCode(1), ""); in TEST_F() 381 ASSERT_DEATH(_Exit(1), ""); in TEST_F() 423 EXPECT_DEATH(_Exit(1), ""); in TEST_F() [all …]
|
/freebsd/lib/libc/tests/stdlib/ |
H A D | libc_exit_test.c | 20 _Exit(1); in func_a() 27 _Exit(1); in func_b() 34 _Exit(1); in func_c() 49 _Exit(1); in child() 65 _Exit(1); in ATF_TC_BODY() 69 _Exit(1); in ATF_TC_BODY()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerLoop.cpp | 135 _Exit(Options.OOMExitCode); // Stop right now. in HandleMalloc() 238 _Exit(Options.ErrorExitCode); // Stop right now. in CrashCallback() 252 _Exit(Options.ErrorExitCode); in ExitCallback() 260 _Exit(0); in MaybeExitGracefully() 274 _Exit(Options.InterruptExitCode); in InterruptCallback() 307 _Exit(Options.TimeoutExitCode); // Stop right now. in AlarmCallback() 322 _Exit(Options.OOMExitCode); // Stop right now. in RssLimitCallback() 401 _Exit(0); in CheckExitOnSrcPosOrItem() 410 _Exit(0); in CheckExitOnSrcPosOrItem() 576 _Exit(Option in CrashOnOverwrittenData() [all...] |
H A D | FuzzerUtilFuchsia.cpp | 203 _Exit(1); in StaticCrashHandler()
|
H A D | FuzzerTracePC.cpp | 104 _Exit(1); in PrintModuleInfo()
|
/freebsd/lib/libc/stdlib/ |
H A D | _Exit.c | 17 _Exit(int code) in _Exit() function
|
H A D | Makefile.inc | 24 C99_Exit.c: ${LIBC_SRCTOP}/stdlib/_Exit.c .NOMETA 48 MLINKS+=exit.3 _Exit.3
|
H A D | quick_exit.c | 76 _Exit(status); in quick_exit()
|
H A D | Symbol.map | 2 _Exit;
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | cstdlib | 54 void _Exit(int status); 134 using ::_Exit _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
H A D | cstdlib.inc | 17 using ::_Exit _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | cstdlib.cppm |
|
H A D | cstdlib.inc | 17 using std::_Exit _LIBCPP_USING_IF_EXISTS;
|
/freebsd/usr.bin/lockf/ |
H A D | lockf.c | 314 _Exit(EX_OSERR); in killed()
|
/freebsd/include/ |
H A D | stdlib.h | 154 _Noreturn void _Exit(int) __noexcept;
|
/freebsd/contrib/googletest/googletest/src/ |
H A D | gtest-death-test.cc | 304 _Exit(1); in DeathTestAbort() 534 _Exit(1); // Exits w/o any normal exit hooks (we were supposed to crash) in Abort() 1338 _Exit(ExecDeathTestChildMain(&args)); in ExecDeathTestSpawnChild()
|
/freebsd/lib/libpmc/pmu-events/ |
H A D | jevents.c | 57 _Noreturn void _Exit(int); 985 _Exit(1); in create_empty_mapping()
|
/freebsd/contrib/googletest/googlemock/src/ |
H A D | gmock-spec-builders.cc | 534 _Exit(1); // We cannot call exit() as it is not reentrant and in ~MockObjectRegistry()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/ |
H A D | Process.inc | 451 [[noreturn]] void Process::ExitNoCleanup(int RetCode) { _Exit(RetCode); }
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | StdSymbolMap.inc | 549 SYMBOL(_Exit, std::, <cstdlib>) 550 SYMBOL(_Exit, None, <cstdlib>) 551 SYMBOL(_Exit, None, <stdlib.h>)
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 6 fun:_Exit=uninstrumented
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Builtins.td | 2663 let Spellings = ["exit", "_Exit"];
|
H A D | AttrDocs.td | 7857 called. Note, ``quick_exit()``, ``_Exit()``, and ``abort()`` prevent a function
|