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

/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.h118 #include <sys/wait.h> /* for WIFEXITED and WEXITSTATUS */
124 #ifndef WEXITSTATUS
125 #define WEXITSTATUS(status) (((status) >> 8) & 0xff) macro
126 #endif /* !defined WEXITSTATUS */

Completed in 657 milliseconds