HomeSort by relevance Sort by last modified time
    Searched defs:EXIT_FAILURE (Results 26 - 32 of 32) sorted by null

12

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdlib.h 134 #define EXIT_FAILURE 1 /* Failing exit status. */
  /system/core/libcutils/
private.h 184 ** SunOS 4.1.1 headers lack EXIT_FAILURE.
187 #ifndef EXIT_FAILURE
188 #define EXIT_FAILURE 1
189 #endif /* !defined EXIT_FAILURE */
  /ndk/sources/host-tools/make-3.81/
make.h 244 #ifndef EXIT_FAILURE
245 # define EXIT_FAILURE 0
  /external/icu4c/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/jhead/
jhead.h 133 #define EXIT_FAILURE 1
  /ndk/sources/host-tools/sed-4.2.1/sed/
compile.c 37 #ifndef EXIT_FAILURE
38 # define EXIT_FAILURE 1
219 exit(EXIT_FAILURE);
    [all...]
  /libcore/luni/src/main/java/libcore/io/
OsConstants.java 139 public static final int EXIT_FAILURE = placeholder();

Completed in 258 milliseconds

12