Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Dwait.h41 #define WEXITSTATUS(__status) (((__status) & 0xff00) >> 8) macro
/bionic/libc/tzcode/
Dprivate.h136 #define WEXITSTATUS(status) (((status) >> 8) & 0xff) macro