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

1 2 3

  /bionic/libc/arch-arm/syscalls/
_exit.S 5 .type _exit, #function
6 .globl _exit
10 _exit: label
  /bionic/libc/arch-x86/syscalls/
_exit.S 5 .type _exit, @function
6 .globl _exit
9 _exit: label
  /bionic/libc/arch-sh/syscalls/
_exit.S 5 .type _exit, @function
6 .globl _exit
9 _exit: label
  /bionic/libc/stdlib/
exit.c 55 * (including the stdio cleanup routine) and then _exit().
58 _exit(status);
  /bionic/libc/unistd/
daemon.c 61 _exit(0);
abort.c 103 _exit(1);
127 _exit(1); /* suppress gcc noreturn warnings */
system.c 64 _exit(127);
popen.c 110 _exit(127);
  /system/extras/tests/cpueater/
daemonize.c 120 _exit(0);
122 _exit(1);
  /external/gtest/test/
gtest-death-test_test.cc 119 // We call _exit() instead of exit(), as the former is a direct
123 _exit(1);
131 _exit(1);
213 // Returns the exit status of a process that calls _exit(2) with a
219 _exit(exit_code);
235 _exit(1);
281 EXPECT_DEATH(_exit(1), "");
293 EXPECT_DEATH(_exit(1), "") << 1 << 2 << 3;
299 _exit(1);
325 ASSERT_DEATH(_exit(1), "") << "exit in default switch handler"
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
eth_utils.c 216 _exit(1);
229 _exit(1);
248 _exit(1);
263 _exit(1);
281 _exit(1);
  /bionic/libc/bionic/
ssp.c 63 * Does a best effort at logging and calls _exit to terminate
99 _exit(127);
  /external/ppp/pppd/plugins/
passprompt.c 66 _exit(127);
  /external/bison/lib/
subpipe.c 145 _exit (errno == ENOENT ? 127 : 126);
  /external/dnsmasq/src/
helper.c 64 _exit(0);
98 _exit(0);
119 _exit(0);
287 _exit(0);
dnsmasq.c 319 _exit(EC_GOOD);
332 _exit(0);
350 _exit(0);
384 _exit(0);
424 _exit(0);
431 _exit(0);
443 _exit(0);
719 _exit(0);
1207 _exit(0);
    [all...]
  /external/bluetooth/glib/tests/
child-test.c 88 _exit (0);
  /external/dropbear/
compat.c 171 _exit(0);
  /external/wpa_supplicant_6/wpa_supplicant/examples/
wpas-test.py 28 os._exit(1)
  /bionic/libc/include/
unistd.h 52 extern __noreturn void _exit(int);
  /external/clearsilver/util/
filter.c 133 _exit (127);
  /external/oprofile/daemon/
init.c 188 _exit(EXIT_FAILURE);
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xxf86dga/
XF86DGA.c 604 _exit(0);
606 _exit(-1);
655 _exit(3);
663 _exit(3);
  /external/webkit/JavaScriptCore/
jsc.cpp 498 signal(SIGILL, _exit);
499 signal(SIGFPE, _exit);
500 signal(SIGBUS, _exit);
501 signal(SIGSEGV, _exit);
  /ndk/build/platforms/android-3/arch-arm/usr/include/
unistd.h 52 extern __noreturn void _exit(int);

Completed in 1115 milliseconds

1 2 3