Searched refs:__WIFEXITED (Results 1 – 3 of 3) sorted by relevance
37 #define __WIFEXITED(status) (__WTERMSIG(status) == 0) macro
84 # define WIFEXITED(status) __WIFEXITED (__WAIT_INT (status))
89 # define WIFEXITED(status) __WIFEXITED (__WAIT_INT (status))
Completed in 4 milliseconds