HomeSort by relevance Sort by last modified time
    Searched refs:_Exit (Results 1 - 25 of 71) sorted by null

1 2 3

  /external/libcxx/test/libcxx/debug/
debug_abort.pass.cpp 27 std::_Exit(EXIT_SUCCESS);
28 std::_Exit(EXIT_FAILURE);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/debug/
debug_abort.pass.cpp 27 std::_Exit(EXIT_SUCCESS);
28 std::_Exit(EXIT_FAILURE);
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Pk/
CryptPkcs7Sign.c 101 goto _Exit;
104 goto _Exit;
107 goto _Exit;
117 goto _Exit;
120 goto _Exit;
128 goto _Exit;
132 goto _Exit;
146 goto _Exit;
154 goto _Exit;
159 goto _Exit;
    [all...]
CryptX509.c 265 goto _Exit;
275 goto _Exit;
281 goto _Exit;
289 _Exit:
344 goto _Exit;
354 goto _Exit;
364 _Exit:
426 goto _Exit;
429 goto _Exit;
432 goto _Exit;
    [all...]
CryptAuthenticode.c 103 goto _Exit;
110 goto _Exit;
128 goto _Exit;
171 goto _Exit;
183 goto _Exit;
191 _Exit:
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/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/
GetPowerOfTwo.S 58 jmp _Exit
61 jecxz _Exit
64 _Exit:
GetPowerOfTwo.c 54 jmp _Exit
57 jecxz _Exit
60 _Exit:
  /bionic/libc/arch-arm64/syscalls/
_exit.S 5 ENTRY(_exit) function
14 END(_exit)
16 ALIAS_SYMBOL(_Exit, _exit)
  /bionic/libc/arch-x86_64/syscalls/
_exit.S 5 ENTRY(_exit) function
15 END(_exit)
17 ALIAS_SYMBOL(_Exit, _exit)
  /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:
  /bionic/libc/arch-arm/syscalls/
_exit.S 5 ENTRY(_exit) function
16 END(_exit)
18 ALIAS_SYMBOL(_Exit, _exit)
  /bionic/libc/arch-mips/syscalls/
_exit.S 5 ENTRY(_exit) function
19 END(_exit)
21 ALIAS_SYMBOL(_Exit, _exit)
  /system/core/base/
quick_exit.cpp 35 _Exit(exit_code);
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Pem/
CryptPem.c 113 goto _Exit;
117 goto _Exit;
128 _Exit:
  /bionic/libc/arch-mips64/syscalls/
_exit.S 5 ENTRY(_exit) function
25 END(_exit)
27 ALIAS_SYMBOL(_Exit, _exit)
  /bionic/libc/arch-x86/syscalls/
_exit.S 5 ENTRY(_exit) function
29 END(_exit)
31 ALIAS_SYMBOL(_Exit, _exit)
  /bionic/libc/upstream-freebsd/lib/libc/stdlib/
quick_exit.c 79 _Exit(status);
  /device/linaro/bootloader/edk2/StdLib/LibC/StdLib/
Environs.c 7 - _Exit(int status)
56 _Exit(EXIT_FAILURE); // In case raise returns.
94 as for the _Exit function.
100 _Exit(status);
103 /** The _Exit function causes normal program termination to occur and control
117 _Exit(int status)
123 _Exit(status); /* Keep GCC happy - never reached */
  /external/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.destr/
dtor.pass.cpp 48 std::_Exit(0);
  /external/syslinux/com32/lib/
exit.c 47 _exit(rv);
50 __noreturn _Exit(int rv)
52 _exit(rv);
55 __noreturn _exit(int rv) function
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/thread.threads/thread.thread.class/thread.thread.destr/
dtor.pass.cpp 48 std::_Exit(0);
  /external/libcxx/test/support/
assert_checkpoint.h 55 std::_Exit(EXIT_FAILURE);
65 std::_Exit(EXIT_FAILURE);

Completed in 1256 milliseconds

1 2 3