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
425
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/selinux/policycoreutils/hll/pp/
pp.c
40
_exit
(EXIT_FAILURE);
44
_exit
(EXIT_FAILURE);
/art/runtime/
runtime_android.cc
38
_exit
(1);
/bionic/libc/upstream-openbsd/lib/libc/stdlib/
system.c
65
_exit
(127);
/external/boringssl/src/crypto/test/
malloc.cc
69
_exit
(88);
/external/compiler-rt/test/asan/TestCases/Linux/
swapcontext_test.cc
44
_exit
(0);
/external/fio/arch/
arch-ppc.h
90
_exit
(0);
/external/libchrome/base/test/
multiprocess_test_android.cc
71
_exit
(multi_process_function_list::InvokeChildProcessTest(procname));
/external/libchrome/sandbox/linux/services/
namespace_utils_unittest.cc
62
_exit
(0);
yama_unittests.cc
58
//
_exit
(0) if pid can be ptraced by the current process.
59
//
_exit
(1) otherwise.
62
_exit
(0);
64
_exit
(1);
/external/libunwind/tests/
forker.c
57
_exit
(-1);
/external/ppp/pppd/plugins/
passprompt.c
66
_exit
(127);
/external/strace/tests/
sigaction.c
35
_exit
(128 + no);
/external/toybox/toys/other/
oneit.c
113
_exit
(127);
/external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
p2p_connect.py
39
os.
_exit
(0)
45
os.
_exit
(0)
50
os.
_exit
(0)
299
os.
_exit
(0)
/external/wpa_supplicant_8/wpa_supplicant/examples/
wpas-dbus-new-getall.py
18
os.
_exit
(1)
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_pty.py
121
os.
_exit
(3)
138
# os.
_exit
() and causing very peculiar behavior in the calling
142
os.
_exit
(1)
145
os.
_exit
(2)
146
os.
_exit
(4)
/prebuilts/gdb/linux-x86/lib/python2.7/test/
test_pty.py
121
os.
_exit
(3)
138
# os.
_exit
() and causing very peculiar behavior in the calling
142
os.
_exit
(1)
145
os.
_exit
(2)
146
os.
_exit
(4)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pty.py
121
os.
_exit
(3)
138
# os.
_exit
() and causing very peculiar behavior in the calling
142
os.
_exit
(1)
145
os.
_exit
(2)
146
os.
_exit
(4)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pty.py
121
os.
_exit
(3)
138
# os.
_exit
() and causing very peculiar behavior in the calling
142
os.
_exit
(1)
145
os.
_exit
(2)
146
os.
_exit
(4)
/external/libbrillo/brillo/
process.cc
257
_exit
(kErrorExitStatus);
270
_exit
(kErrorExitStatus);
275
_exit
(kErrorExitStatus);
279
_exit
(kErrorExitStatus);
294
_exit
(kErrorExitStatus);
process_reaper_unittest.cc
25
_exit
(exit_code);
37
_exit
(0); // Not reached. This value will cause the test to fail.
/external/libchrome/sandbox/linux/suid/
sandbox.c
58
_exit
(1);
67
_exit
(1);
128
_exit
(0);
154
_exit
(0);
207
// Here, the current process is going to waitid() and
_exit
(), so there is no
225
_exit
(exit_code);
/external/libchrome/base/process/
launch_posix.cc
367
// you call
_exit
() instead of exit(). This is because
_exit
() does not
378
_exit
(127);
384
_exit
(127);
392
_exit
(127);
457
_exit
(127);
477
_exit
(127);
494
_exit
(127);
582
// you call
_exit
() instead of exit(). This is because
_exit
() does no
[
all
...]
/external/autotest/client/bin/
parallel.py
47
os.
_exit
(1)
53
os.
_exit
(0)
/external/libmicrohttpd/src/testspdy/
test_session_timeout.c
80
_exit
(1);
330
_exit
(ret);
Completed in 1055 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>