Searched defs:WEXITSTATUS (Results 1 – 7 of 7) sorted by relevance
7 #define WEXITSTATUS(a) 0 macro
70 # define WEXITSTATUS(x) (((x) >> 8) & 0xff) macro
42 #define WEXITSTATUS(w) (int)(WIFEXITED(w) ? ((_W_INT(w) >> 8) & 0377) : -1) macro
44 # define WEXITSTATUS(s) ((unsigned)(s) >> 8) macro
372 # define WEXITSTATUS(x) (((x) >> 8) & 0xff) macro402 # define WEXITSTATUS(x) (x) macro
98 #define WEXITSTATUS(status) (((status) >> 8) & 0xff) macro