Searched refs:__WIFEXITED (Results 1 – 3 of 3) sorted by relevance
38 #define __WIFEXITED(status) (__WTERMSIG(status) == 0) macro
85 # define WIFEXITED(status) __WIFEXITED(__WAIT_INT(status))
88 # define WIFEXITED(status) __WIFEXITED(__WAIT_INT(status))