Searched defs:EXIT_SUCCESS (Results 1 - 25 of 26) sorted by path

12

/external/bison/darwin-lib/
H A Dstdlib.h437 #ifndef EXIT_SUCCESS
438 # define EXIT_SUCCESS 0 macro
/external/bison/linux-lib/
H A Dstdlib.h437 #ifndef EXIT_SUCCESS
438 # define EXIT_SUCCESS 0 macro
/external/bison/src/
H A Dparse-gram.c498 # if (defined __cplusplus && ! defined EXIT_SUCCESS \
502 # ifndef EXIT_SUCCESS
503 # define EXIT_SUCCESS 0 macro
508 # if ! defined malloc && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
515 # if ! defined free && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
H A DExpressionParser.cpp318 # if ! defined _ALLOCA_H && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
321 /* Use EXIT_SUCCESS as a witness for stdlib.h. */
322 # ifndef EXIT_SUCCESS
323 # define EXIT_SUCCESS 0 macro
346 # if (defined __cplusplus && ! defined EXIT_SUCCESS \
350 # ifndef EXIT_SUCCESS
351 # define EXIT_SUCCESS 0 macro
356 # if ! defined malloc && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
363 # if ! defined free && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
/external/chromium_org/third_party/angle/src/compiler/translator/
H A Dglslang_tab.cpp505 # if ! defined _ALLOCA_H && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
508 /* Use EXIT_SUCCESS as a witness for stdlib.h. */
509 # ifndef EXIT_SUCCESS
510 # define EXIT_SUCCESS 0 macro
533 # if (defined __cplusplus && ! defined EXIT_SUCCESS \
537 # ifndef EXIT_SUCCESS
538 # define EXIT_SUCCESS 0 macro
543 # if ! defined malloc && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
550 # if ! defined free && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
/external/chromium_org/third_party/icu/source/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/chromium_org/third_party/libjpeg_turbo/
H A Dcdjpeg.h174 #ifndef EXIT_SUCCESS
176 #define EXIT_SUCCESS 1 /* VMS is very nonstandard */ macro
178 #define EXIT_SUCCESS 0 macro
H A Drdjpgcom.c51 #ifndef EXIT_SUCCESS
53 #define EXIT_SUCCESS 1 /* VMS is very nonstandard */ macro
55 #define EXIT_SUCCESS 0 macro
513 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/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglcpp-parse.c456 # if ! defined _ALLOCA_H && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
459 # ifndef EXIT_SUCCESS
460 # define EXIT_SUCCESS 0 macro
483 # if (defined __cplusplus && ! defined EXIT_SUCCESS \
487 # ifndef EXIT_SUCCESS
488 # define EXIT_SUCCESS 0 macro
493 # if ! defined malloc && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
500 # if ! defined free && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
H A Dglsl_parser.cc723 # if ! defined _ALLOCA_H && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
726 # ifndef EXIT_SUCCESS
727 # define EXIT_SUCCESS 0 macro
750 # if (defined __cplusplus && ! defined EXIT_SUCCESS \
754 # ifndef EXIT_SUCCESS
755 # define EXIT_SUCCESS 0 macro
760 # if ! defined malloc && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
767 # if ! defined free && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
H A Dprogram_parse.tab.c610 # if ! defined _ALLOCA_H && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
613 # ifndef EXIT_SUCCESS
614 # define EXIT_SUCCESS 0 macro
637 # if (defined __cplusplus && ! defined EXIT_SUCCESS \
641 # ifndef EXIT_SUCCESS
642 # define EXIT_SUCCESS 0 macro
647 # if ! defined malloc && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
654 # if ! defined free && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
/external/elfutils/0.153/libcpu/
H A Di386_parse.c479 # if ! defined _ALLOCA_H && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
482 # ifndef EXIT_SUCCESS
483 # define EXIT_SUCCESS 0 macro
506 # if (defined __cplusplus && ! defined EXIT_SUCCESS \
510 # ifndef EXIT_SUCCESS
511 # define EXIT_SUCCESS 0 macro
516 # if ! defined malloc && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
523 # if ! defined free && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
/external/elfutils/0.153/src/
H A Dldscript.c375 # if ! defined _ALLOCA_H && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
378 # ifndef EXIT_SUCCESS
379 # define EXIT_SUCCESS 0 macro
402 # if (defined __cplusplus && ! defined EXIT_SUCCESS \
406 # ifndef EXIT_SUCCESS
407 # define EXIT_SUCCESS 0 macro
412 # if ! defined malloc && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
419 # if ! defined free && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
/external/icu/icu4c/source/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.h153 #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/libpcap/
H A Dgrammar.c729 # if ! defined _ALLOCA_H && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
732 # ifndef EXIT_SUCCESS
733 # define EXIT_SUCCESS 0 macro
756 # if (defined __cplusplus && ! defined EXIT_SUCCESS \
760 # ifndef EXIT_SUCCESS
761 # define EXIT_SUCCESS 0 macro
766 # if ! defined malloc && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
773 # if ! defined free && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
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__ \
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__ \
/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/qemu/distrib/jpeg-6b/
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);

Completed in 3374 milliseconds

12