Home
last modified time | relevance | path

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

12345

/external/jpeg/
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); in main()
Dcdjpeg.h171 #ifndef EXIT_SUCCESS
173 #define EXIT_SUCCESS 1 /* VMS is very nonstandard */ macro
175 #define EXIT_SUCCESS 0 macro
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); in main()
/external/pdfium/core/src/fxcodec/libjpeg/
Dcdjpeg.h171 #ifndef EXIT_SUCCESS
173 #define EXIT_SUCCESS 1 /* VMS is very nonstandard */ macro
175 #define EXIT_SUCCESS 0 macro
/external/bison/src/
Dgetargs.c646 exit (EXIT_SUCCESS); in getargs()
680 usage (EXIT_SUCCESS); in getargs()
729 exit (EXIT_SUCCESS); in getargs()
733 exit (EXIT_SUCCESS); in getargs()
Dmain.c221 return complaint_issued ? EXIT_FAILURE : EXIT_SUCCESS; in main()
/external/mesa3d/src/glsl/
Dmain.cpp213 int status = EXIT_SUCCESS; in main()
274 if ((status == EXIT_SUCCESS) && do_link) { in main()
276 status = (whole_program->LinkStatus) ? EXIT_SUCCESS : EXIT_FAILURE; in main()
/external/linux-tools-perf/src/tools/perf/util/
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__ \
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/libcxx/test/std/depr/depr.c.headers/
Dstdlib_h.pass.cpp19 #ifndef EXIT_SUCCESS
20 #error EXIT_SUCCESS not defined
/external/elfutils/src/tests/
Ddeleted.c49 return EXIT_SUCCESS; in main()
Dmsg_tst.c85 int result = EXIT_SUCCESS; in main()
/external/compiler-rt/test/profile/Inputs/
Dinstrprof-dlopen-main.c45 return EXIT_SUCCESS; in main()
/external/libcxx/test/std/language.support/support.runtime/
Dcstdlib.pass.cpp19 #ifndef EXIT_SUCCESS
20 #error EXIT_SUCCESS not defined
/external/dhcpcd/
Dbind.c112 exit(EXIT_SUCCESS); in daemonise()
205 exit(EXIT_SUCCESS); in bind_interface()
/external/toybox/toys/pending/
Dftpget.c238 toys.exitval = EXIT_SUCCESS; in get_file()
260 toys.exitval = EXIT_SUCCESS; in put_file()
/external/valgrind/none/tests/
Dprocess_vm_readv_writev.c11 static int status = EXIT_SUCCESS;
/external/libvpx/libvpx/examples/
Dsimple_decoder.c157 return EXIT_SUCCESS; in main()
Dpostproc.c139 return EXIT_SUCCESS; in main()
Ddecode_with_drops.c153 return EXIT_SUCCESS; in main()
/external/bison/data/
Dyacc.c485 # if ! defined _ALLOCA_H && ! defined EXIT_SUCCESS && ]b4_c_modern[
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/elfutils/src/src/
Dldscript.c384 # if ! defined _ALLOCA_H && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__…
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__ \
/external/icu/icu4c/source/tools/tzcode/
Dzdump.c106 #ifndef EXIT_SUCCESS
107 #define EXIT_SUCCESS 0 macro
374 exit(EXIT_SUCCESS); in main()
376 usage(stdout, EXIT_SUCCESS); in main()
684 exit(EXIT_SUCCESS); in main()
/external/libunwind/tests/
Dia64-test-setjmp.c154 return EXIT_SUCCESS; in main()
/external/libopus/doc/
Dtrivial_example.c159 return EXIT_SUCCESS; in main()

12345