OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EXIT_SUCCESS
(Results
101 - 113
of
113
) sorted by null
1
2
3
4
5
/bootable/recovery/
recovery.c
822
return
EXIT_SUCCESS
;
/external/chromium/base/
process_util_posix.cc
712
if (!success || exit_code !=
EXIT_SUCCESS
)
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdlib.h
135
#define
EXIT_SUCCESS
0 /* Successful exit status. */
/system/core/init/
devices.c
581
exit(
EXIT_SUCCESS
);
/system/core/toolbox/
top.c
163
exit(
EXIT_SUCCESS
);
/external/chromium/third_party/icu/source/tools/tzcode/
zic.c
616
exit(
EXIT_SUCCESS
);
618
usage(stdout,
EXIT_SUCCESS
);
744
return (errors == 0) ?
EXIT_SUCCESS
: EXIT_FAILURE;
[
all
...]
/external/icu4c/tools/tzcode/
zic.c
616
exit(
EXIT_SUCCESS
);
618
usage(stdout,
EXIT_SUCCESS
);
744
return (errors == 0) ?
EXIT_SUCCESS
: EXIT_FAILURE;
[
all
...]
/external/bluetooth/bluez/test/
ipctest.c
1126
exit(
EXIT_SUCCESS
);
/external/expat/tests/
runtests.c
[
all
...]
/external/jhead/
jhead.c
[
all
...]
/external/libvpx/
vpxdec.c
1042
return
EXIT_SUCCESS
;
vpxenc.c
[
all
...]
/external/dropbear/libtomcrypt/
crypt.tex
[
all
...]
Completed in 1534 milliseconds
1
2
3
4
5