Searched defs:WEXITSTATUS (Results 1 - 2 of 2) sorted by path

/bionic/libc/include/sys/
H A Dwait.h39 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8) macro
42 #define WSTOPSIG(s) WEXITSTATUS(s)
/bionic/libc/tzcode/
H A Dprivate.h93 #include <sys/wait.h> /* for WIFEXITED and WEXITSTATUS */
99 #ifndef WEXITSTATUS
100 #define WEXITSTATUS(status) (((status) >> 8) & 0xff) macro
101 #endif /* !defined WEXITSTATUS */

Completed in 62 milliseconds