HomeSort by relevance Sort by last modified time
    Searched full:_exit (Results 26 - 50 of 1644) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/syslinux/com32/lib/
exit.c 47 _exit(rv);
50 __noreturn _Exit(int rv)
52 _exit(rv);
55 __noreturn _exit(int rv) function
onexit.c 19 _exit(rv);
  /external/toybox/toys/other/
setsid.c 22 while (setsid()<0) if (XVFORK()) _exit(0);
  /system/core/libcutils/tests/
AshmemTest.cpp 105 _exit(3);
109 _exit(1);
112 _exit(2);
116 _exit(0);
223 _exit(3);
225 _exit(0);
227 _exit(1);
254 _exit(3);
258 _exit(1);
262 _exit(2)
    [all...]
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Pk/
CryptTs.c 280 goto _Exit;
286 goto _Exit;
293 goto _Exit;
316 _Exit:
400 goto _Exit;
407 goto _Exit;
416 goto _Exit;
424 goto _Exit;
441 goto _Exit;
444 goto _Exit;
    [all...]
CryptPkcs7Verify.c 192 goto _Exit;
197 goto _Exit;
202 goto _Exit;
207 goto _Exit;
215 _Exit:
298 goto _Exit;
304 goto _Exit;
311 goto _Exit;
316 goto _Exit;
345 goto _Exit;
    [all...]
  /device/linaro/bootloader/edk2/CryptoPkg/Library/IntrinsicLib/Ia32/
MathRShiftU64.c 28 jae _Exit
52 _Exit:
  /device/linaro/bootloader/edk2/StdLib/LibC/CRT/Ia32/
ullshr.c 28 jae _Exit
52 _Exit:
  /external/compiler-rt/test/asan/TestCases/Linux/
swapcontext_annotation.cc 33 _exit(1);
42 _exit(1);
58 _exit(1);
80 _exit(1);
92 _exit(1);
113 _exit(1);
145 _exit(1);
154 _exit(1);
  /external/libcxx/test/support/
assert_checkpoint.h 55 std::_Exit(EXIT_FAILURE);
65 std::_Exit(EXIT_FAILURE);
  /external/linux-kselftest/tools/testing/selftests/powerpc/alignment/
copy_paste_unaligned_common.c 40 _exit(0); /* We hit the right instruction */
42 _exit(1);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
assert_checkpoint.h 55 std::_Exit(EXIT_FAILURE);
65 std::_Exit(EXIT_FAILURE);
  /external/clang/test/Analysis/
vfork.c 20 _exit(1); // no-warning
32 return 0; // expected-warning{{Return is prohibited after a successful vfork; call _exit() instead}}
48 _exit(1); // no-warning
60 return 0; // expected-warning{{Return is prohibited after a successful vfork; call _exit() instead}}
69 _exit(1);
  /external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
p2p_group_add.py 33 os._exit(0)
38 os._exit(0)
107 os._exit(0)
132 os._exit(0)
146 os._exit(0)
193 os._exit(0)
222 os._exit(0)
  /bionic/libc/bionic/
spawn.cpp 60 if (fd == -1) _exit(127);
63 if (dup2(fd, new_fd) == -1) _exit(127);
70 if (dup2(fd, new_fd) == -1) _exit(127);
108 if (sigaction64(s, nullptr, &current) == -1) _exit(127);
111 if (reset && sigaction64(s, &default_sa, nullptr) == -1) _exit(127);
114 if ((flags & POSIX_SPAWN_SETPGROUP) != 0 && setpgid(0, (*attr)->pgroup) == -1) _exit(127);
115 if ((flags & POSIX_SPAWN_SETSID) != 0 && setsid() == -1) _exit(127);
120 if (sched_setscheduler(0, (*attr)->schedpolicy, &(*attr)->schedparam) == -1) _exit(127);
122 if (sched_setparam(0, &(*attr)->schedparam) == -1) _exit(127);
126 if (seteuid(getuid()) == -1 || setegid(getgid()) == -1) _exit(127)
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/
GetPowerOfTwo.S 58 jmp _Exit
61 jecxz _Exit
64 _Exit:
GetPowerOfTwo.asm 57 jmp _Exit
60 jecxz _Exit
63 _Exit:
  /external/linux-kselftest/tools/testing/selftests/size/
get_size.c 17 * sysinfo(), write(), and _exit()
88 _exit(ccode);
104 _exit(0);
  /external/protobuf/gtest/test/
gtest-death-test_test.cc 109 // We call _exit() instead of exit(), as the former is a direct
114 // Some compilers can recognize that _exit() never returns and issue the
118 _exit(1);
214 // Returns the exit status of a process that calls _exit(2) with a
220 _exit(exit_code);
236 _exit(1);
282 EXPECT_DEATH(_exit(1), "");
294 EXPECT_DEATH(_exit(1), "") << 1 << 2 << 3;
300 _exit(1);
326 ASSERT_DEATH(_exit(1), "") << "exit in default switch handler"
    [all...]
  /external/compiler-rt/test/asan/TestCases/Posix/
free_hook_realloc.cc 27 _exit(1);
  /external/compiler-rt/test/asan/TestCases/Windows/
free_hook_realloc.cc 30 _exit(1);
  /external/compiler-rt/test/lsan/TestCases/
recoverable_leak_check.cc 31 _exit(0);
  /external/compiler-rt/test/msan/
sigwaitinfo.cc 17 _exit(0);
  /external/jemalloc/test/unit/
fork.c 29 _exit(0);
  /external/libchrome/base/debug/
debugger_unittest.cc 19 _exit(125);

Completed in 640 milliseconds

12 3 4 5 6 7 8 91011>>