Searched defs:WEXITSTATUS (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/include/bits/ | ||
D | wait.h | 41 #define WEXITSTATUS(__status) (((__status) & 0xff00) >> 8) macro |
/bionic/libc/tzcode/ | ||
D | private.h | 136 #define WEXITSTATUS(status) (((status) >> 8) & 0xff) macro |