gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:_WSTATUS (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/include/sys/wait.h - 6.3KB - 165 lines
59: #define WSTOPSIG(x)     (int)(((unsigned)_W_INT(x) >> 8) & 0xff)
60: #define WIFSIGNALED(x)  (_WSTATUS(x) != _WSTOPPED && _WSTATUS(x) != 0)
61: #define WTERMSIG(x)     (_WSTATUS(x))
62: #define WIFEXITED(x)    (_WSTATUS(x) == 0)
63: #define WEXITSTATUS(x)  (int)(((unsigned)_W_INT(x) >> 8) & 0xff)