Searched refs:EXIT_FAILURE (Results 1 - 25 of 70) sorted by relevance

123

/haiku-buildtools/gcc/libstdc++-v3/testsuite/18_support/headers/cstdlib/
H A Dmacros.cc25 #ifndef EXIT_FAILURE
/haiku-buildtools/gcc/libgomp/testsuite/libgomp.oacc-c-c++-common/
H A Dcontext-1.c32 exit (EXIT_FAILURE);
38 exit (EXIT_FAILURE);
46 exit (EXIT_FAILURE);
75 exit (EXIT_FAILURE);
82 exit (EXIT_FAILURE);
89 exit (EXIT_FAILURE);
98 exit (EXIT_FAILURE);
105 exit (EXIT_FAILURE);
112 exit (EXIT_FAILURE);
125 exit (EXIT_FAILURE);
[all...]
H A Dcontext-2.c32 exit (EXIT_FAILURE);
38 exit (EXIT_FAILURE);
46 exit (EXIT_FAILURE);
75 exit (EXIT_FAILURE);
82 exit (EXIT_FAILURE);
89 exit (EXIT_FAILURE);
98 exit (EXIT_FAILURE);
105 exit (EXIT_FAILURE);
112 exit (EXIT_FAILURE);
125 exit (EXIT_FAILURE);
[all...]
H A Dcontext-4.c32 exit (EXIT_FAILURE);
38 exit (EXIT_FAILURE);
46 exit (EXIT_FAILURE);
75 exit (EXIT_FAILURE);
82 exit (EXIT_FAILURE);
89 exit (EXIT_FAILURE);
96 exit (EXIT_FAILURE);
119 exit (EXIT_FAILURE);
126 exit (EXIT_FAILURE);
133 exit (EXIT_FAILURE);
[all...]
H A Dcontext-3.c32 exit (EXIT_FAILURE);
38 exit (EXIT_FAILURE);
46 exit (EXIT_FAILURE);
75 exit (EXIT_FAILURE);
82 exit (EXIT_FAILURE);
89 exit (EXIT_FAILURE);
96 exit (EXIT_FAILURE);
109 exit (EXIT_FAILURE);
116 exit (EXIT_FAILURE);
125 exit (EXIT_FAILURE);
[all...]
/haiku-buildtools/legacy/binutils/gas/
H A Doutput-file.c47 exit (EXIT_FAILURE);
64 exit (EXIT_FAILURE);
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/dfp/
H A Dconvert-dfp-round-thread.c93 error (EXIT_FAILURE, err, "downward: failed to lock");
104 error (EXIT_FAILURE, err, "downward: failed to wait");
108 error (EXIT_FAILURE, err, "downward: failed to unlock");
138 error (EXIT_FAILURE, err, "tonearest: failed to lock");
149 error (EXIT_FAILURE, err, "tonearest: failed to wait");
153 error (EXIT_FAILURE, err, "tonearest: failed to unlock");
183 error (EXIT_FAILURE, err, "toneareastfromzero: failed to lock");
194 error (EXIT_FAILURE, err, "toneareastfromzero: failed to wait");
198 error (EXIT_FAILURE, err, "toneareastfromzero: failed to unlock");
228 error (EXIT_FAILURE, er
[all...]
/haiku-buildtools/gcc/mpfr/examples/
H A Ddivworst.c61 exit (EXIT_FAILURE);
70 exit (EXIT_FAILURE);
/haiku-buildtools/binutils/gold/
H A Ddwp.h73 GOLD_ERR = EXIT_FAILURE,
74 GOLD_FALLBACK = EXIT_FAILURE + 1
/haiku-buildtools/binutils/libiberty/testsuite/
H A Dtest-strtol.c51 #ifndef EXIT_FAILURE
52 #define EXIT_FAILURE 1 macro
183 exit (fails ? EXIT_FAILURE : EXIT_SUCCESS);
H A Dtest-expandargv.c51 #ifndef EXIT_FAILURE
52 #define EXIT_FAILURE 1 macro
159 exit (EXIT_FAILURE);
332 exit (EXIT_FAILURE);
/haiku-buildtools/gcc/libiberty/testsuite/
H A Dtest-strtol.c51 #ifndef EXIT_FAILURE
52 #define EXIT_FAILURE 1 macro
183 exit (fails ? EXIT_FAILURE : EXIT_SUCCESS);
H A Dtest-expandargv.c51 #ifndef EXIT_FAILURE
52 #define EXIT_FAILURE 1 macro
159 exit (EXIT_FAILURE);
332 exit (EXIT_FAILURE);
H A Dtest-pexecute.c76 #ifndef EXIT_FAILURE
77 #define EXIT_FAILURE 1 macro
115 exit (EXIT_FAILURE);
261 if (!WIFEXITED (status) || WEXITSTATUS (status) != EXIT_FAILURE)
488 exit (EXIT_FAILURE);
521 exit (EXIT_FAILURE);
/haiku-buildtools/legacy/binutils/libiberty/testsuite/
H A Dtest-expandargv.c48 #ifndef EXIT_FAILURE
49 #define EXIT_FAILURE 1 macro
124 exit (EXIT_FAILURE);
294 exit (EXIT_FAILURE);
H A Dtest-pexecute.c76 #ifndef EXIT_FAILURE
77 #define EXIT_FAILURE 1 macro
115 exit (EXIT_FAILURE);
261 if (!WIFEXITED (status) || WEXITSTATUS (status) != EXIT_FAILURE)
488 exit (EXIT_FAILURE);
521 exit (EXIT_FAILURE);
/haiku-buildtools/gcc/fixincludes/
H A Dfixopts.c45 exit (EXIT_FAILURE);
/haiku-buildtools/gcc/libgomp/
H A Derror.c80 exit (EXIT_FAILURE);
/haiku-buildtools/legacy/gcc/gcc/fixinc/
H A Dfixlib.h82 #ifndef EXIT_FAILURE
83 # define EXIT_FAILURE 1 macro
/haiku-buildtools/libtool/tests/
H A Dsh.test83 status=$EXIT_FAILURE
/haiku-buildtools/libtool/libltdl/
H A Dltmain.sh42 EXIT_FAILURE=1
123 exit $EXIT_FAILURE
239 exit $EXIT_FAILURE
261 exit $EXIT_FAILURE
380 exit $EXIT_FAILURE
487 exit $EXIT_FAILURE
500 exit $EXIT_FAILURE
556 exit $EXIT_FAILURE
598 exit $EXIT_FAILURE
676 exit $EXIT_FAILURE
[all...]
/haiku-buildtools/libtool/
H A Dltmain.sh42 EXIT_FAILURE=1
123 exit $EXIT_FAILURE
239 exit $EXIT_FAILURE
261 exit $EXIT_FAILURE
380 exit $EXIT_FAILURE
487 exit $EXIT_FAILURE
500 exit $EXIT_FAILURE
556 exit $EXIT_FAILURE
598 exit $EXIT_FAILURE
676 exit $EXIT_FAILURE
[all...]
/haiku-buildtools/binutils/libiberty/
H A Dobstack.c316 int obstack_exit_failure = EXIT_FAILURE;
318 # ifndef EXIT_FAILURE
319 # define EXIT_FAILURE 1 macro
321 # define obstack_exit_failure EXIT_FAILURE
/haiku-buildtools/gcc/libbacktrace/
H A Dstest.c136 exit (failures > 0 ? EXIT_FAILURE : EXIT_SUCCESS);
/haiku-buildtools/binutils/gold/testsuite/
H A Drelro_test.cc115 ::exit(EXIT_FAILURE);

Completed in 258 milliseconds

123