Searched refs:WIFEXITED (Results 1 – 2 of 2) sorted by relevance
44 #define WIFEXITED(s) (WTERMSIG(s) == 0) macro
90 #ifndef WIFEXITED91 #define WIFEXITED(status) (((status) & 0xff) == 0) macro