Home
last modified time | relevance | path

Searched refs:WEXITSTATUS (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/include/sys/
Dwait.h38 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8) macro
41 #define WSTOPSIG(s) WEXITSTATUS(s)
/bionic/libc/tzcode/
Dprivate.h107 #ifndef WEXITSTATUS
108 #define WEXITSTATUS(status) (((status) >> 8) & 0xff) macro
/bionic/libc/docs/
DSYSV-IPC.TXT75 status = WEXITSTATUS(status);