Home | History | Annotate | Download | only in sys

Lines Matching refs:__WAIT_INT

46 #   define __WAIT_INT(status) \
50 # define __WAIT_INT(status) (*(__const int *) &(status))
73 # define __WAIT_INT(status) (status)
82 # define WEXITSTATUS(status) __WEXITSTATUS (__WAIT_INT (status))
83 # define WTERMSIG(status) __WTERMSIG (__WAIT_INT (status))
84 # define WSTOPSIG(status) __WSTOPSIG (__WAIT_INT (status))
85 # define WIFEXITED(status) __WIFEXITED (__WAIT_INT (status))
86 # define WIFSIGNALED(status) __WIFSIGNALED (__WAIT_INT (status))
87 # define WIFSTOPPED(status) __WIFSTOPPED (__WAIT_INT (status))
89 # define WIFCONTINUED(status) __WIFCONTINUED (__WAIT_INT (status))
95 # define WCOREDUMP(status) __WCOREDUMP (__WAIT_INT (status))