Searched defs:WEXITSTATUS (Results 1 – 8 of 8) sorted by relevance
31 # define WEXITSTATUS(x) ((&x)->w_retcode) macro48 # define WEXITSTATUS(_X) (((int)(_X)>>8)&0377) macro
40 #define WEXITSTATUS(w) (int)(WIFEXITED(w) ? ((_W_INT(w) >> 8) & 0377) : -1) macro
30 #define WEXITSTATUS(s) (__HIGH(s)) /* exit status */ macro
56 # define WEXITSTATUS(w) (((union wait *) &(w))->w_retcode) macro
53 # define WEXITSTATUS(status) (status.w_retcode) macro55 # define WEXITSTATUS(status) (((status) & 0xff00) >> 8) macro
58 #define WEXITSTATUS(x) (_W_INT(x) >> 8) macro
126 # define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8) macro
1704 # define WEXITSTATUS(s) (((union wait*)&(s))->w_retcode) macro2923 # define WEXITSTATUS(st) (((st) >> 8) & 0377) macro