Searched refs:stat_val (Results 1 – 1 of 1) sorted by relevance
33 # define WEXITSTATUS(stat_val) ((stat_val).w_T.w_Retcode) argument35 # define WEXITSTATUS(stat_val) (((stat_val) >> 8) & 0377) argument41 # define WIFEXITED(stat_val) ((stat_val).w_T.w_Termsig == 0) argument43 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0) argument