Lines Matching refs:WEXITSTATUS
5023 #ifndef WEXITSTATUS5024 # define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8)5035 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;