Searched refs:_W_INT (Results 1 – 1 of 1) sorted by relevance
48 #define _W_INT(w) (*(int *)(void *)&(w)) /* convert union wait to int */ macro50 #define _WSTATUS(x) (_W_INT(x) & 0177)53 #define WSTOPSIG(x) ((int)(((unsigned int)_W_INT(x)) >> 8) & 0xff)57 #define WEXITSTATUS(x) ((int)(((unsigned int)_W_INT(x)) >> 8) & 0xff)59 #define WCOREDUMP(x) (_W_INT(x) & WCOREFLAG)