HomeSort by relevance Sort by last modified time
    Searched refs:EXIT_FAILURE (Results 176 - 200 of 543) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/icu/source/tools/tzcode/
zdump.c 60 #ifndef EXIT_FAILURE
61 #define EXIT_FAILURE 1
62 #endif /* !defined EXIT_FAILURE */
354 exit(EXIT_FAILURE);
363 exit(EXIT_FAILURE);
374 usage(progname, stderr, EXIT_FAILURE);
392 exit(EXIT_FAILURE);
412 exit(EXIT_FAILURE);
442 exit(EXIT_FAILURE);
484 exit(EXIT_FAILURE);
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
zdump.c 60 #ifndef EXIT_FAILURE
61 #define EXIT_FAILURE 1
62 #endif /* !defined EXIT_FAILURE */
354 exit(EXIT_FAILURE);
363 exit(EXIT_FAILURE);
374 usage(progname, stderr, EXIT_FAILURE);
392 exit(EXIT_FAILURE);
412 exit(EXIT_FAILURE);
442 exit(EXIT_FAILURE);
484 exit(EXIT_FAILURE);
    [all...]
  /external/chromium_org/testing/android/
native_test_launcher.cc 100 exit(EXIT_FAILURE);
113 exit(EXIT_FAILURE);
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
leb128_test.c 170 return EXIT_FAILURE;
198 return (nf == 0) ? EXIT_SUCCESS : EXIT_FAILURE;
combpath_test.c 138 return (nf == 0) ? EXIT_SUCCESS : EXIT_FAILURE;
  /external/elfutils/0.153/lib/
color.c 133 exit (EXIT_FAILURE);
186 error (EXIT_FAILURE, errno,
  /external/elfutils/0.153/src/
size.c 117 error (EXIT_FAILURE, 0, gettext ("%s: INTERNAL ERROR %d (%s-%s): %s"), \
269 error (EXIT_FAILURE, 0, gettext ("Invalid format: %s"), arg);
280 error (EXIT_FAILURE, 0, gettext ("Invalid radix: %s"), arg);
317 error (EXIT_FAILURE, errno, gettext ("while closing '%s'"), fname);
326 error (EXIT_FAILURE, errno, gettext ("while closing '%s'"), fname);
337 error (EXIT_FAILURE, errno, gettext ("while closing '%s'"), fname);
424 error (EXIT_FAILURE, 0,
498 error (EXIT_FAILURE, 0,
  /external/jpeg/
cdjpeg.h 168 #ifndef EXIT_FAILURE /* define exit() codes if not provided */
169 #define EXIT_FAILURE 1
  /external/libcxx/test/depr/depr.c.headers/
stdlib_h.pass.cpp 15 #ifndef EXIT_FAILURE
16 #error EXIT_FAILURE not defined
  /external/oprofile/daemon/
opd_kernel.c 58 exit(EXIT_FAILURE);
83 exit(EXIT_FAILURE);
  /external/pdfium/core/src/fxcodec/libjpeg/
cdjpeg.h 168 #ifndef EXIT_FAILURE /* define exit() codes if not provided */
169 #define EXIT_FAILURE 1
  /external/qemu/distrib/ext4_utils/src/
ext4_utils.h 53 #define error(fmt, args...) do { fprintf(stderr, "error: %s: " fmt "\n", __func__, ## args); if (!force) longjmp(setjmp_env, EXIT_FAILURE); } while (0)
55 #define critical_error(fmt, args...) do { fprintf(stderr, "critical error: %s: " fmt "\n", __func__, ## args); longjmp(setjmp_env, EXIT_FAILURE); } while (0)
  /external/qemu/distrib/jpeg-6b/
cdjpeg.h 168 #ifndef EXIT_FAILURE /* define exit() codes if not provided */
169 #define EXIT_FAILURE 1
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
Isac_test.cc 170 exit(EXIT_FAILURE);
210 exit(EXIT_FAILURE);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
stdlib_h.pass.cpp 15 #ifndef EXIT_FAILURE
16 #error EXIT_FAILURE not defined
  /system/core/liblog/tests/
liblog_benchmark.cpp 137 exit(EXIT_FAILURE);
215 exit(EXIT_FAILURE);
  /system/core/toolbox/upstream-netbsd/bin/kill/
kill.c 96 errx(EXIT_FAILURE, "illegal signal number: %s",
133 errx(EXIT_FAILURE, "illegal signal number: %s",
  /system/extras/ext4_utils/
ext4_utils.h 53 #define error(fmt, args...) do { fprintf(stderr, "error: %s: " fmt "\n", __func__, ## args); if (!force) longjmp(setjmp_env, EXIT_FAILURE); } while (0)
55 #define critical_error(fmt, args...) do { fprintf(stderr, "critical error: %s: " fmt "\n", __func__, ## args); longjmp(setjmp_env, EXIT_FAILURE); } while (0)
  /bionic/libc/include/
stdlib.h 41 #define EXIT_FAILURE 1
  /bionic/linker/
linker_environ.cpp 55 exit(EXIT_FAILURE);
  /development/ndk/platforms/android-L/include/
stdlib.h 41 #define EXIT_FAILURE 1
  /external/chromium_org/third_party/freetype/src/base/
ftdebug.c 79 exit( EXIT_FAILURE );
  /external/chromium_org/third_party/libvpx/source/libvpx/examples/
decode_with_drops.c 72 exit(EXIT_FAILURE);
postproc.c 59 exit(EXIT_FAILURE);
  /external/chromium_org/third_party/libvpx/source/libvpx/
warnings.c 113 exit(EXIT_FAILURE);

Completed in 1528 milliseconds

1 2 3 4 5 6 78 91011>>