HomeSort by relevance Sort by last modified time
    Searched defs:WEXITSTATUS (Results 1 - 25 of 65) sorted by null

1 2 3

  /external/llvm/lib/Support/Unix/
Unix.h 56 #ifndef WEXITSTATUS
57 # define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8)
  /bionic/libc/include/sys/
wait.h 39 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
42 #define WSTOPSIG(s) WEXITSTATUS(s)
  /development/ndk/platforms/android-3/include/sys/
wait.h 38 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
41 #define WSTOPSIG(s) WEXITSTATUS(s)
  /development/ndk/platforms/android-9/include/sys/
wait.h 39 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
42 #define WSTOPSIG(s) WEXITSTATUS(s)
  /external/openssh/openbsd-compat/
bsd-waitpid.h 42 #define WEXITSTATUS(w) (int)(WIFEXITED(w) ? ((_W_INT(w) >> 8) & 0377) : -1)
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/
wait.h 38 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
41 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/
wait.h 38 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
41 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/
wait.h 38 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
41 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/sys/
wait.h 38 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
41 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/
wait.h 38 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
41 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/sys/
wait.h 38 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
41 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/sys/
wait.h 38 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
41 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/sys/
wait.h 39 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
42 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/sys/
wait.h 38 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
41 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/sys/
wait.h 38 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
41 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/sys/
wait.h 39 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
42 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/sys/
wait.h 39 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
42 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/sys/
wait.h 39 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
42 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/sys/
wait.h 39 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
42 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/sys/
wait.h 38 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
41 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/sys/
wait.h 38 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
41 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/sys/
wait.h 38 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
41 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/sys/
wait.h 38 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
41 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/sys/
wait.h 38 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
41 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/sys/
wait.h 38 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
41 #define WSTOPSIG(s) WEXITSTATUS(s)

Completed in 2296 milliseconds

1 2 3