Home | History | Annotate | Download | only in llvm

Lines Matching refs:WEXITSTATUS

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