Home
last modified time | relevance | path

Searched refs:EXIT_FAILURE (Results 1 – 20 of 20) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
Dstdlib.in.h76 #ifndef EXIT_FAILURE
77 # define EXIT_FAILURE 1
78 #elif EXIT_FAILURE != 1
79 # undef EXIT_FAILURE
80 # define EXIT_FAILURE 1
Dexitfail.c24 int volatile exit_failure = EXIT_FAILURE;
Dobstack.c98 int obstack_exit_failure = EXIT_FAILURE;
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
Dcstdlib.hpp34 const int exit_failure = EXIT_FAILURE; // implementation-defined value
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dstdlib_h.pass.cpp15 #ifndef EXIT_FAILURE
16 #error EXIT_FAILURE not defined
/ndk/tests/device/test-unwind-struct/jni/
Dmain.c15 exit(EXIT_FAILURE); \ in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.runtime/
Dcstdlib.pass.cpp15 #ifndef EXIT_FAILURE
16 #error EXIT_FAILURE not defined
/ndk/sources/host-tools/make-3.81/
Dmake.h244 #ifndef EXIT_FAILURE
245 # define EXIT_FAILURE 0 macro
Dcommands.c417 exit (EXIT_FAILURE); in fatal_error_signal()
505 exit (EXIT_FAILURE); in fatal_error_signal()
Dvmsjobs.c202 die (EXIT_FAILURE); in vmsHandleChildTerm()
Djob.c1997 _exit (EXIT_FAILURE); in exec_command()
2003 int exit_code = EXIT_FAILURE; in exec_command()
2021 exit(EXIT_FAILURE); in exec_command()
Dmisc.c895 exit (EXIT_FAILURE); in close_stdout()
Dmain.c2101 exit (WIFEXITED(status) ? WEXITSTATUS(status) : EXIT_FAILURE); in main()
DChangeLog2718 * main.c (main): Replace EXIT_SUCCESS, EXIT_FAILURE, and
/ndk/sources/third_party/googletest/googletest/src/
Dgtest-death-test.cc957 return EXIT_FAILURE; in ExecDeathTestChildMain()
969 return EXIT_FAILURE; in ExecDeathTestChildMain()
1021 return EXIT_FAILURE; in ExecDeathTestSpawnChild()
Dgtest.cc3064 exit(EXIT_FAILURE); in XmlUnitTestResultPrinter()
3093 exit(EXIT_FAILURE); in OnTestIterationEnd()
4276 exit(EXIT_FAILURE); in WriteToShardStatusFileIfNeeded()
4307 exit(EXIT_FAILURE); in ShouldShard()
4315 exit(EXIT_FAILURE); in ShouldShard()
4324 exit(EXIT_FAILURE); in ShouldShard()
4342 exit(EXIT_FAILURE); in Int32FromEnvOrDie()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcstdlib19 EXIT_FAILURE
/ndk/sources/host-tools/sed-4.2.1/sed/
Dcompile.c37 #ifndef EXIT_FAILURE
38 # define EXIT_FAILURE 1 macro
216 exit(EXIT_FAILURE);
/ndk/sources/host-tools/make-3.81/w32/subproc/
Dsub_proc.c209 if (proc == INVALID_HANDLE_VALUE) return EXIT_FAILURE; in process_exit_code()
/ndk/sources/host-tools/sed-4.2.1/
DChangeLog1673 * sed/compile.c: use "exit(EXIT_FAILURE) instead of "exit(1)",