Searched defs:WEXITSTATUS (Results 1 – 11 of 11) sorted by relevance
47 #define WEXITSTATUS(w) (int)(WIFEXITED(w) ? ((_W_INT(w) >> 8) & 0377) : -1) macro
72 #define WEXITSTATUS(x) (((x)>>EXIT_BITS)&((1<<EXIT_BITS)-1)) macro
81 #define WEXITSTATUS(x) (((x)>>EXIT_BITS)&((1<<EXIT_BITS)-1)) macro
91 #define WEXITSTATUS(stat) ((int)(((stat)>>8)&0xFF)) macro
87 #define WEXITSTATUS(x) (((union __wait*)&(x))->__w_retcode) macro
142 #define WEXITSTATUS(stat) WHIBYTE(stat) macro
1794 #define WEXITSTATUS(w) (w).w_retcode macro
1667 # define WEXITSTATUS(s) (((union wait*)&(s))->w_retcode) macro2877 # define WEXITSTATUS(st) (((st) >> 8) & 0377) macro