Searched defs:EXIT_SUCCESS (Results 1 - 7 of 7) sorted by relevance

/external/bison/lib/
H A Dexit.h25 #ifndef EXIT_SUCCESS
26 # define EXIT_SUCCESS 0 macro
/external/opencore/codecs_v2/audio/sbc/enc/src/
H A Dsbc_type_defs.h59 *==== EXIT_SUCCESS / EXIT_FAILURE=============================================*
61 #ifndef EXIT_SUCCESS
62 # define EXIT_SUCCESS 0 macro
/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/icu4c/tools/tzcode/
H A Dzdump.c56 #ifndef EXIT_SUCCESS
57 #define EXIT_SUCCESS 0 macro
58 #endif /* !defined EXIT_SUCCESS */
315 exit(EXIT_SUCCESS);
317 usage(progname, stdout, EXIT_SUCCESS);
590 exit(EXIT_SUCCESS);
/external/jhead/
H A Djhead.h132 #define EXIT_SUCCESS 0 macro

Completed in 91 milliseconds