Searched defs:WEXITSTATUS (Results 1 – 7 of 7) sorted by relevance
54 # define WEXITSTATUS(status) __WEXITSTATUS (status) macro
43 # define WEXITSTATUS(status) __WEXITSTATUS (status) macro
409 #define WEXITSTATUS(S) (((S) & 0xff00) >> 8) macro
271 #define WEXITSTATUS(status) (((status) & 0xff00) >> 8) macro