Searched defs:WEXITSTATUS (Results 1 – 11 of 11) sorted by relevance
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) macro 2877 # define WEXITSTATUS( global() macro [all...]