Searched refs:EXIT_SUCCESS (Results 1 - 25 of 100) sorted by relevance

1234

/external/elfutils/src/tests/
H A Ddeleted.c49 return EXIT_SUCCESS;
H A Dmsg_tst.c85 int result = EXIT_SUCCESS;
/external/compiler-rt/test/profile/Inputs/
H A Dinstrprof-dlopen-main.c45 return EXIT_SUCCESS;
/external/jpeg/
H A Dcdjpeg.h171 #ifndef EXIT_SUCCESS
173 #define EXIT_SUCCESS 1 /* VMS is very nonstandard */ macro
175 #define EXIT_SUCCESS 0 macro
H A Drdjpgcom.c47 #ifndef EXIT_SUCCESS
49 #define EXIT_SUCCESS 1 /* VMS is very nonstandard */ macro
51 #define EXIT_SUCCESS 0 macro
494 exit(EXIT_SUCCESS);
H A Dwrjpgcom.c53 #ifndef EXIT_SUCCESS
55 #define EXIT_SUCCESS 1 /* VMS is very nonstandard */ macro
57 #define EXIT_SUCCESS 0 macro
581 exit(EXIT_SUCCESS);
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dcdjpeg.h171 #ifndef EXIT_SUCCESS
173 #define EXIT_SUCCESS 1 /* VMS is very nonstandard */ macro
175 #define EXIT_SUCCESS 0 macro
/external/linux-tools-perf/src/tools/perf/util/
H A Dpmu-bison.c262 # if ! defined _ALLOCA_H && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
265 # ifndef EXIT_SUCCESS
266 # define EXIT_SUCCESS 0 macro
289 # if (defined __cplusplus && ! defined EXIT_SUCCESS \
293 # ifndef EXIT_SUCCESS
294 # define EXIT_SUCCESS 0 macro
299 # if ! defined malloc && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
306 # if ! defined free && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
H A Dparse-events-bison.c294 # if ! defined _ALLOCA_H && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
297 # ifndef EXIT_SUCCESS
298 # define EXIT_SUCCESS 0 macro
321 # if (defined __cplusplus && ! defined EXIT_SUCCESS \
325 # ifndef EXIT_SUCCESS
326 # define EXIT_SUCCESS 0 macro
331 # if ! defined malloc && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
338 # if ! defined free && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
/external/libvpx/libvpx/examples/
H A Dsimple_decoder.c157 return EXIT_SUCCESS;
H A Ddecode_with_drops.c153 return EXIT_SUCCESS;
H A Dpostproc.c139 return EXIT_SUCCESS;
H A Ddecode_to_md5.c138 return EXIT_SUCCESS;
/external/valgrind/none/tests/
H A Dprocess_vm_readv_writev.c11 static int status = EXIT_SUCCESS;
/external/libcxx/test/std/depr/depr.c.headers/
H A Dstdlib_h.pass.cpp19 #ifndef EXIT_SUCCESS
20 #error EXIT_SUCCESS not defined
/external/bison/src/
H A Dgetargs.c646 exit (EXIT_SUCCESS);
680 usage (EXIT_SUCCESS);
729 exit (EXIT_SUCCESS);
733 exit (EXIT_SUCCESS);
H A Dmain.c221 return complaint_issued ? EXIT_FAILURE : EXIT_SUCCESS;
/external/libunwind/tests/
H A Dia64-test-setjmp.c154 return EXIT_SUCCESS;
/external/mesa3d/src/glsl/
H A Dmain.cpp213 int status = EXIT_SUCCESS;
274 if ((status == EXIT_SUCCESS) && do_link) {
276 status = (whole_program->LinkStatus) ? EXIT_SUCCESS : EXIT_FAILURE;
/external/clang/tools/diagtool/
H A DShowEnabledWarnings.cpp147 return EXIT_SUCCESS;
/external/libcap-ng/libcap-ng-0.7/src/test/
H A Dlib_test.c163 return EXIT_SUCCESS;
/external/libopus/doc/
H A Dtrivial_example.c159 return EXIT_SUCCESS;
/external/bison/data/
H A Dyacc.c485 # if ! defined _ALLOCA_H && ! defined EXIT_SUCCESS && ]b4_c_modern[
487 /* Use EXIT_SUCCESS as a witness for stdlib.h. */
488 # ifndef EXIT_SUCCESS
489 # define EXIT_SUCCESS 0
512 # if (defined __cplusplus && ! defined EXIT_SUCCESS \
516 # ifndef EXIT_SUCCESS
517 # define EXIT_SUCCESS 0
522 # if ! defined malloc && ! defined EXIT_SUCCESS && ]b4_c_modern[
528 # if ! defined free && ! defined EXIT_SUCCESS && ]b4_c_modern[
/external/dhcpcd/
H A Dbind.c112 exit(EXIT_SUCCESS);
205 exit(EXIT_SUCCESS);
/external/elfutils/src/src/
H A Dldscript.c384 # if ! defined _ALLOCA_H && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
387 /* Use EXIT_SUCCESS as a witness for stdlib.h. */
388 # ifndef EXIT_SUCCESS
389 # define EXIT_SUCCESS 0 macro
412 # if (defined __cplusplus && ! defined EXIT_SUCCESS \
416 # ifndef EXIT_SUCCESS
417 # define EXIT_SUCCESS 0 macro
422 # if ! defined malloc && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
429 # if ! defined free && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \

Completed in 616 milliseconds

1234