OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EXIT_SUCCESS
(Results
1 - 25
of
364
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
cstdlib.hpp
20
// in the C++ Standard Library, and to then deprecate
EXIT_SUCCESS
and
22
// new constants in terms of
EXIT_SUCCESS
and EXIT_FAILURE. In a new
33
const int
exit_success
=
EXIT_SUCCESS
; // implementation-defined value
member in namespace:boost
/hardware/bsp/intel/peripheral/libmraa/examples/c++/
Isr-pin6.cpp
56
return
EXIT_SUCCESS
;
/hardware/bsp/intel/peripheral/libmraa/examples/
uart.c
48
return
EXIT_SUCCESS
;
/frameworks/wilhelm/tools/hashgen/
frag1.c
38
return
EXIT_SUCCESS
;
frag3.c
34
return
EXIT_SUCCESS
;
test.c
47
return
EXIT_SUCCESS
;
/system/core/libnetutils/
dhcptool.c
46
return rc ? EXIT_FAILURE :
EXIT_SUCCESS
;
/frameworks/native/cmds/bugreportz/
main.cpp
53
return
EXIT_SUCCESS
;
59
return
EXIT_SUCCESS
;
85
return
EXIT_SUCCESS
;
/system/bt/service/
main.cpp
64
return
EXIT_SUCCESS
;
74
return
EXIT_SUCCESS
;
89
return
EXIT_SUCCESS
;
/toolchain/binutils/binutils-2.25/libiberty/testsuite/
test-pexecute.c
72
#ifndef
EXIT_SUCCESS
73
#define
EXIT_SUCCESS
0
252
if (!WIFEXITED (status) || WEXITSTATUS (status) !=
EXIT_SUCCESS
)
299
if (!WIFEXITED (statuses[0]) || WEXITSTATUS (statuses[0]) !=
EXIT_SUCCESS
300
|| !WIFEXITED (statuses[1]) || WEXITSTATUS (statuses[1]) !=
EXIT_SUCCESS
)
317
if (!WIFEXITED (statuses[0]) || WEXITSTATUS (statuses[0]) !=
EXIT_SUCCESS
318
|| !WIFEXITED (statuses[1]) || WEXITSTATUS (statuses[1]) !=
EXIT_SUCCESS
)
335
if (!WIFEXITED (statuses[0]) || WEXITSTATUS (statuses[0]) !=
EXIT_SUCCESS
336
|| !WIFEXITED (statuses[1]) || WEXITSTATUS (statuses[1]) !=
EXIT_SUCCESS
)
363
if (!WIFEXITED (statuses[0]) || WEXITSTATUS (statuses[0]) !=
EXIT_SUCCESS
[
all
...]
test-strtol.c
47
#ifndef
EXIT_SUCCESS
48
#define
EXIT_SUCCESS
0
183
exit (fails ? EXIT_FAILURE :
EXIT_SUCCESS
);
test-expandargv.c
47
#ifndef
EXIT_SUCCESS
48
#define
EXIT_SUCCESS
0
330
exit (
EXIT_SUCCESS
);
/external/autotest/client/tests/kvm/deps/test_clock_getres/
test_clock_getres.c
48
return
EXIT_SUCCESS
;
/system/media/audio_utils/tests/
limiter_tests.c
41
return
EXIT_SUCCESS
;
/external/autotest/client/site_tests/security_SMMLocked/src/
smm.c
26
int code =
EXIT_SUCCESS
;
80
exit(
EXIT_SUCCESS
);
/external/compiler-rt/test/profile/Inputs/
instrprof-dlopen-main.c
45
return
EXIT_SUCCESS
;
/external/elfutils/tests/
deleted.c
57
return
EXIT_SUCCESS
;
/frameworks/wilhelm/tools/mphtogen/
mphtogen.c
65
return
EXIT_SUCCESS
;
/external/opencv3/samples/tapi/
bgfg_segm.cpp
31
return
EXIT_SUCCESS
;
122
return
EXIT_SUCCESS
;
clahe.cpp
44
return
EXIT_SUCCESS
;
108
return
EXIT_SUCCESS
;
/external/pdfium/third_party/libjpeg/
cdjpeg.h
171
#ifndef
EXIT_SUCCESS
173
#define
EXIT_SUCCESS
1 /* VMS is very nonstandard */
175
#define
EXIT_SUCCESS
0
/system/core/debuggerd/
crasher.c
168
return
EXIT_SUCCESS
;
171
return
EXIT_SUCCESS
;
201
return
EXIT_SUCCESS
;
/cts/tests/aslr/src/
AslrMallocTest.cpp
103
ASSERT_TRUE(WEXITSTATUS(status) ==
EXIT_SUCCESS
);
161
return
EXIT_SUCCESS
;
/external/libjpeg-turbo/
cdjpeg.h
139
#ifndef
EXIT_SUCCESS
140
#define
EXIT_SUCCESS
0
/build/tools/fs_config/
fs_config_generate.c
93
exit(
EXIT_SUCCESS
);
Completed in 549 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>