Searched defs:WEXITSTATUS (Results 1 – 10 of 10) sorted by relevance
48 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8) macro
94 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8) macro
44 # define WEXITSTATUS(s) ((unsigned)(s) >> 8) macro
31 #define WEXITSTATUS(code) (code) macro
98 #define WEXITSTATUS(status) (((status) >> 8) & 0xff) macro
14 def WEXITSTATUS(stat): return ((_W_INT(stat)>>8)&0377) function
34 # define WEXITSTATUS(s) (s) macro
305 #define WEXITSTATUS(u_wait) (WIFEXITED(u_wait)?((u_wait).w_retcode):-1) macro
457 # define WEXITSTATUS(u_wait) (WIFEXITED(u_wait)?((u_wait).w_retcode):-1) macro