Lines Matching refs:__WAIT_INT
44 # define __WAIT_INT(status) \ macro
48 # define __WAIT_INT(status) (*(const int *) &(status))
71 # define __WAIT_INT(status) (status)
80 # define WEXITSTATUS(status) __WEXITSTATUS (__WAIT_INT (status))
81 # define WTERMSIG(status) __WTERMSIG (__WAIT_INT (status))
82 # define WSTOPSIG(status) __WSTOPSIG (__WAIT_INT (status))
83 # define WIFEXITED(status) __WIFEXITED (__WAIT_INT (status))
84 # define WIFSIGNALED(status) __WIFSIGNALED (__WAIT_INT (status))
85 # define WIFSTOPPED(status) __WIFSTOPPED (__WAIT_INT (status))
87 # define WIFCONTINUED(status) __WIFCONTINUED (__WAIT_INT (status))
93 # define WCOREDUMP(status) __WCOREDUMP (__WAIT_INT (status))