Searched defs:WTERMSIG (Results 1 – 7 of 7) sorted by relevance
41 #define WTERMSIG(w) (int)(WIFSIGNALED(w) ? (_W_INT(w) & 0177) : -1) macro
31 #define WTERMSIG(s) (__LOW(s) & 0177) /* sig value */ macro
50 # define WTERMSIG(w) (((union wait *) &(w))->w_termsig) macro
61 # define WTERMSIG(status) (status.w_termsig) macro63 # define WTERMSIG(status) ((status) & 0x7f) macro
32 # define WTERMSIG(x) ((&x)->w_termsig) macro
56 #define WTERMSIG(x) (_WSTATUS(x)) macro
2935 # define WTERMSIG(st) (((st) & 0177)) macro