Searched defs:WTERMSIG (Results 1 – 10 of 10) sorted by relevance
48 #define WTERMSIG(w) (int)(WIFSIGNALED(w) ? (_W_INT(w) & 0177) : -1) macro
80 #define WTERMSIG(x) ((x)&((1<<(EXIT_BITS-1))-1)) macro
89 #define WTERMSIG(x) ((x)&((1<<(EXIT_BITS-1))-1)) macro
92 #define WTERMSIG(stat) ((int)((stat)&0x7F)) macro
88 #define WTERMSIG(x) (((union __wait*)&(x))->__w_termsig) macro
143 #define WTERMSIG(stat) (WLOBYTE(stat)&WSIGMASK) macro
2889 # define WTERMSIG(st) (((st) & 0177)) macro