Home
last modified time | relevance | path

Searched refs:EXIT_SUCCESS (Results 1 – 11 of 11) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
Dcstdlib.hpp33 const int exit_success = EXIT_SUCCESS; // implementation-defined value
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dstdlib_h.pass.cpp19 #ifndef EXIT_SUCCESS
20 #error EXIT_SUCCESS not defined
/ndk/tests/device/test-unwind-struct/jni/
Dmain.c47 return EXIT_SUCCESS; in main()
/ndk/sources/host-tools/sed-4.2.1/lib/
Dstdlib.in.h71 #ifndef EXIT_SUCCESS
72 # define EXIT_SUCCESS 0
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.runtime/
Dcstdlib.pass.cpp19 #ifndef EXIT_SUCCESS
20 #error EXIT_SUCCESS not defined
/ndk/tests/device/test-wait/jni/
Dtest_wait.c123 return EXIT_SUCCESS; in main()
/ndk/sources/host-tools/make-3.81/
Dmake.h241 #ifndef EXIT_SUCCESS
242 # define EXIT_SUCCESS 0 macro
DChangeLog2718 * main.c (main): Replace EXIT_SUCCESS, EXIT_FAILURE, and
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcstdlib20 EXIT_SUCCESS
/ndk/sources/host-tools/sed-4.2.1/sed/
Dexecute.c74 #ifndef EXIT_SUCCESS
75 # define EXIT_SUCCESS 0 macro
1852 status = EXIT_SUCCESS;
1857 status = EXIT_SUCCESS;
/ndk/sources/host-tools/sed-4.2.1/
DChangeLog1468 * sed/sed.c(main): use EXIT_SUCCESS instead of 0, in case
1469 we are built on a system (such as VMS) where EXIT_SUCCESS