Home
last modified time | relevance | path

Searched refs:_Exit (Results 1 – 23 of 23) sorted by relevance

/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-death-test-test.cc124 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 Dlibc_exit_test.c20 _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 DFuzzerLoop.cpp135 _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 DFuzzerUtilFuchsia.cpp203 _Exit(1); in StaticCrashHandler()
H A DFuzzerTracePC.cpp104 _Exit(1); in PrintModuleInfo()
/freebsd/lib/libc/stdlib/
H A D_Exit.c17 _Exit(int code) in _Exit() function
H A DMakefile.inc24 C99_Exit.c: ${LIBC_SRCTOP}/stdlib/_Exit.c .NOMETA
48 MLINKS+=exit.3 _Exit.3
H A Dquick_exit.c76 _Exit(status); in quick_exit()
H A DSymbol.map2 _Exit;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcstdlib54 void _Exit(int status);
134 using ::_Exit _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcstdlib.inc17 using ::_Exit _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dcstdlib.cppm
H A Dcstdlib.inc17 using std::_Exit _LIBCPP_USING_IF_EXISTS;
/freebsd/usr.bin/lockf/
H A Dlockf.c314 _Exit(EX_OSERR); in killed()
/freebsd/include/
H A Dstdlib.h154 _Noreturn void _Exit(int) __noexcept;
/freebsd/contrib/googletest/googletest/src/
H A Dgtest-death-test.cc304 _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 Djevents.c57 _Noreturn void _Exit(int);
985 _Exit(1); in create_empty_mapping()
/freebsd/contrib/googletest/googlemock/src/
H A Dgmock-spec-builders.cc534 _Exit(1); // We cannot call exit() as it is not reentrant and in ~MockObjectRegistry()
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProcess.inc451 [[noreturn]] void Process::ExitNoCleanup(int RetCode) { _Exit(RetCode); }
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc549 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 Dlibc_ubuntu1404_abilist.txt6 fun:_Exit=uninstrumented
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltins.td2663 let Spellings = ["exit", "_Exit"];
H A DAttrDocs.td7857 called. Note, ``quick_exit()``, ``_Exit()``, and ``abort()`` prevent a function