Searched refs:__WTERMSIG (Results 1 – 3 of 3) sorted by relevance
32 #define __WTERMSIG(status) ((status) & 0x7f) macro38 #define __WIFEXITED(status) (__WTERMSIG(status) == 0)
83 # define WTERMSIG(status) __WTERMSIG(__WAIT_INT(status))
86 # define WTERMSIG(status) __WTERMSIG(__WAIT_INT(status))