OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_exit
(Results
76 - 100
of
309
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/base/debug/
debugger_posix.cc
266
_exit
(1);
/external/chromium_org/content/app/android/
child_process_service.cc
131
_exit
(0);
/external/dropbear/
compat.c
171
_exit
(0);
/external/libppp/src/
exec.c
313
_exit
(ret);
318
_exit
(child_status); /* The error from exec() ! */
326
_exit
(ESRCH);
341
_exit
(child_status);
/external/wpa_supplicant_8/wpa_supplicant/examples/
wpas-test.py
28
os.
_exit
(1)
/frameworks/av/media/mediaserver/
main_mediaserver.cpp
111
_exit
(0);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
support.h
48
#define
_Exit
_exit
/external/chromium/base/
process_util_posix.cc
161
_exit
(1);
525
// you call
_exit
() instead of exit(). This is because
_exit
() does not
539
_exit
(127);
550
_exit
(127);
562
_exit
(127);
597
_exit
(127);
611
_exit
(127);
912
// you call
_exit
() instead of exit(). This is because
_exit
() does no
[
all
...]
/external/dnsmasq/src/
dnsmasq.c
319
_exit
(EC_GOOD);
332
_exit
(0);
350
_exit
(0);
384
_exit
(0);
427
_exit
(0);
434
_exit
(0);
449
_exit
(0);
725
_exit
(0);
1228
_exit
(0);
[
all
...]
/external/compiler-rt/lib/sanitizer_common/
sanitizer_win.cc
213
_exit
(-1); // abort is not NORETURN on Windows.
298
_exit
(exitcode);
/external/openssh/
ssh-pkcs11-client.c
167
_exit
(1);
175
_exit
(1);
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
spawn.py
139
os.
_exit
(1)
142
os.
_exit
(1)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
spawn.py
139
os.
_exit
(1)
142
os.
_exit
(1)
/bionic/libc/include/
unistd.h
51
extern __noreturn void
_exit
(int);
/bionic/libc/upstream-netbsd/libc/gen/
popen.c
155
_exit
(127);
/bootable/recovery/
install.cpp
126
_exit
(-1);
/development/ndk/platforms/android-3/include/
unistd.h
52
extern __noreturn void
_exit
(int);
/development/ndk/platforms/android-8/include/
unistd.h
52
extern __noreturn void
_exit
(int);
/development/ndk/platforms/android-9/include/
unistd.h
52
extern __noreturn void
_exit
(int);
/external/chromium/chrome/browser/
browser_main_posix.cc
159
_exit
(signal | (1 << 7));
/external/chromium/net/disk_cache/
stress_cache.cc
187
// Windows does more work on
_exit
() that we would like, so we use Kill.
190
// On POSIX,
_exit
() will terminate the process with minimal cleanup,
192
_exit
(kExpectedCrash);
/external/chromium_org/content/public/test/
browser_test_base.cc
62
_exit
(128 + signal);
/external/chromium_org/remoting/host/
curtain_mode_mac.cc
156
_exit
(1);
/external/oprofile/daemon/
init.c
189
_exit
(EXIT_FAILURE);
/external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
p2p_find.py
93
os.
_exit
(0)
Completed in 266 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>