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

/external/bison/lib/
H A Dsubpipe.c54 #ifndef WEXITSTATUS
55 # define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8) macro
167 int status = WIFEXITED (wstatus) ? WEXITSTATUS (wstatus) : -1;
/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 11 milliseconds