Lines Matching refs:WEXITSTATUS
14233 #ifndef WEXITSTATUS14234 # define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8)14245 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;