Searched defs:WEXITSTATUS (Results 1 - 14 of 14) sorted by relevance

/external/fio/os/windows/posix/include/sys/
H A Dwait.h7 #define WEXITSTATUS(a) 0 macro
/external/swiftshader/third_party/LLVM/lib/Support/Unix/
H A DUnix.h62 #ifndef WEXITSTATUS
63 # define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8) macro
/external/bison/lib/
H A Dsys_wait.in.h47 On nearly all systems, including Linux/x86, WEXITSTATUS are bits 15..8 and
69 # ifndef WEXITSTATUS
70 # define WEXITSTATUS(x) (((x) >> 8) & 0xff) macro
100 # define WEXITSTATUS(x) (x)
/external/openssh/openbsd-compat/
H A Dbsd-waitpid.h42 #define WEXITSTATUS(w) (int)(WIFEXITED(w) ? ((_W_INT(w) >> 8) & 0377) : -1) macro
/external/bison/darwin-lib/sys/
H A Dwait.h349 On nearly all systems, including Linux/x86, WEXITSTATUS are bits 15..8 and
371 # ifndef WEXITSTATUS
372 # define WEXITSTATUS(x) (((x) >> 8) & 0xff) macro
402 # define WEXITSTATUS(x) (x) macro
/external/bison/linux-lib/sys/
H A Dwait.h349 On nearly all systems, including Linux/x86, WEXITSTATUS are bits 15..8 and
371 # ifndef WEXITSTATUS
372 # define WEXITSTATUS(x) (((x) >> 8) & 0xff) macro
402 # define WEXITSTATUS(x) (x) macro
/external/ipsec-tools/src/racoon/
H A Dsession.c43 #ifndef WEXITSTATUS
44 # define WEXITSTATUS(s) ((unsigned)(s) >> 8) macro
/external/icu/icu4c/source/tools/tzcode/
H A Dprivate.h91 #include <sys/wait.h> /* for WIFEXITED and WEXITSTATUS */
97 #ifndef WEXITSTATUS
98 #define WEXITSTATUS(status) (((status) >> 8) & 0xff) macro
99 #endif /* !defined WEXITSTATUS */
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 498 milliseconds