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