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

/external/llvm/lib/Support/Unix/
H A DUnix.h50 #ifndef WEXITSTATUS
51 # 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/chromium_org/third_party/icu/source/tools/tzcode/
H A Dprivate.h97 #include <sys/wait.h> /* for WIFEXITED and WEXITSTATUS */
103 #ifndef WEXITSTATUS
104 #define WEXITSTATUS(status) (((status) >> 8) & 0xff) macro
105 #endif /* !defined WEXITSTATUS */
/external/icu4c/tools/tzcode/
H A Dprivate.h97 #include <sys/wait.h> /* for WIFEXITED and WEXITSTATUS */
103 #ifndef WEXITSTATUS
104 #define WEXITSTATUS(status) (((status) >> 8) & 0xff) macro
105 #endif /* !defined WEXITSTATUS */
/external/ipsec-tools/src/racoon/
H A Dsession.c43 #ifndef WEXITSTATUS
44 # define WEXITSTATUS(s) ((unsigned)(s) >> 8) macro

Completed in 479 milliseconds