Home
last modified time | relevance | path

Searched refs:_W_INT (Results 1 – 20 of 20) sorted by relevance

/dports/textproc/uim-gtk/uim-d1ac9d9/replace/
H A Dbsd-waitpid.h38 #define _W_INT(w) (*(int*)&(w)) /* convert union wait to int */ macro
39 #define WIFEXITED(w) (!((_W_INT(w)) & 0377))
40 #define WIFSTOPPED(w) ((_W_INT(w)) & 0100)
42 #define WEXITSTATUS(w) (int)(WIFEXITED(w) ? ((_W_INT(w) >> 8) & 0377) : -1)
43 #define WTERMSIG(w) (int)(WIFSIGNALED(w) ? (_W_INT(w) & 0177) : -1)
45 #define WCOREDUMP(w) ((_W_INT(w)) & WCOREFLAG)
/dports/textproc/uim-qt5/uim-d1ac9d9/replace/
H A Dbsd-waitpid.h38 #define _W_INT(w) (*(int*)&(w)) /* convert union wait to int */ macro
39 #define WIFEXITED(w) (!((_W_INT(w)) & 0377))
40 #define WIFSTOPPED(w) ((_W_INT(w)) & 0100)
42 #define WEXITSTATUS(w) (int)(WIFEXITED(w) ? ((_W_INT(w) >> 8) & 0377) : -1)
43 #define WTERMSIG(w) (int)(WIFSIGNALED(w) ? (_W_INT(w) & 0177) : -1)
45 #define WCOREDUMP(w) ((_W_INT(w)) & WCOREFLAG)
/dports/textproc/uim-gtk3/uim-d1ac9d9/replace/
H A Dbsd-waitpid.h38 #define _W_INT(w) (*(int*)&(w)) /* convert union wait to int */ macro
39 #define WIFEXITED(w) (!((_W_INT(w)) & 0377))
40 #define WIFSTOPPED(w) ((_W_INT(w)) & 0100)
42 #define WEXITSTATUS(w) (int)(WIFEXITED(w) ? ((_W_INT(w) >> 8) & 0377) : -1)
43 #define WTERMSIG(w) (int)(WIFSIGNALED(w) ? (_W_INT(w) & 0177) : -1)
45 #define WCOREDUMP(w) ((_W_INT(w)) & WCOREFLAG)
/dports/textproc/uim-m17nlib/uim-d1ac9d9/replace/
H A Dbsd-waitpid.h38 #define _W_INT(w) (*(int*)&(w)) /* convert union wait to int */ macro
39 #define WIFEXITED(w) (!((_W_INT(w)) & 0377))
40 #define WIFSTOPPED(w) ((_W_INT(w)) & 0100)
42 #define WEXITSTATUS(w) (int)(WIFEXITED(w) ? ((_W_INT(w) >> 8) & 0377) : -1)
43 #define WTERMSIG(w) (int)(WIFSIGNALED(w) ? (_W_INT(w) & 0177) : -1)
45 #define WCOREDUMP(w) ((_W_INT(w)) & WCOREFLAG)
/dports/textproc/uim-el/uim-d1ac9d9/replace/
H A Dbsd-waitpid.h38 #define _W_INT(w) (*(int*)&(w)) /* convert union wait to int */ macro
39 #define WIFEXITED(w) (!((_W_INT(w)) & 0377))
40 #define WIFSTOPPED(w) ((_W_INT(w)) & 0100)
42 #define WEXITSTATUS(w) (int)(WIFEXITED(w) ? ((_W_INT(w) >> 8) & 0377) : -1)
43 #define WTERMSIG(w) (int)(WIFSIGNALED(w) ? (_W_INT(w) & 0177) : -1)
45 #define WCOREDUMP(w) ((_W_INT(w)) & WCOREFLAG)
/dports/mail/opensmtpd/opensmtpd-6.8.0p2/openbsd-compat/
H A Dbsd-waitpid.h38 #define _W_INT(w) (*(int*)&(w)) /* convert union wait to int */ macro
39 #define WIFEXITED(w) (!((_W_INT(w)) & 0377))
40 #define WIFSTOPPED(w) ((_W_INT(w)) & 0100)
42 #define WEXITSTATUS(w) (int)(WIFEXITED(w) ? ((_W_INT(w) >> 8) & 0377) : -1)
43 #define WTERMSIG(w) (int)(WIFSIGNALED(w) ? (_W_INT(w) & 0177) : -1)
45 #define WCOREDUMP(w) ((_W_INT(w)) & WCOREFLAG)
/dports/security/ncrack/ncrack-0.7/opensshlib/
H A Dbsd-waitpid.h38 #define _W_INT(w) (*(int*)&(w)) /* convert union wait to int */ macro
39 #define WIFEXITED(w) (!((_W_INT(w)) & 0377))
40 #define WIFSTOPPED(w) ((_W_INT(w)) & 0100)
42 #define WEXITSTATUS(w) (int)(WIFEXITED(w) ? ((_W_INT(w) >> 8) & 0377) : -1)
43 #define WTERMSIG(w) (int)(WIFSIGNALED(w) ? (_W_INT(w) & 0177) : -1)
45 #define WCOREDUMP(w) ((_W_INT(w)) & WCOREFLAG)
/dports/security/gnome-ssh-askpass/openssh-6.6p1/openbsd-compat/
H A Dbsd-waitpid.h38 #define _W_INT(w) (*(int*)&(w)) /* convert union wait to int */ macro
39 #define WIFEXITED(w) (!((_W_INT(w)) & 0377))
40 #define WIFSTOPPED(w) ((_W_INT(w)) & 0100)
42 #define WEXITSTATUS(w) (int)(WIFEXITED(w) ? ((_W_INT(w) >> 8) & 0377) : -1)
43 #define WTERMSIG(w) (int)(WIFSIGNALED(w) ? (_W_INT(w) & 0177) : -1)
45 #define WCOREDUMP(w) ((_W_INT(w)) & WCOREFLAG)
/dports/japanese/uim-anthy/uim-d1ac9d9/replace/
H A Dbsd-waitpid.h38 #define _W_INT(w) (*(int*)&(w)) /* convert union wait to int */ macro
39 #define WIFEXITED(w) (!((_W_INT(w)) & 0377))
40 #define WIFSTOPPED(w) ((_W_INT(w)) & 0100)
42 #define WEXITSTATUS(w) (int)(WIFEXITED(w) ? ((_W_INT(w) >> 8) & 0377) : -1)
43 #define WTERMSIG(w) (int)(WIFSIGNALED(w) ? (_W_INT(w) & 0177) : -1)
45 #define WCOREDUMP(w) ((_W_INT(w)) & WCOREFLAG)
/dports/security/pam_ssh_agent_auth/pam_ssh_agent_auth-7ff7858/openbsd-compat/
H A Dbsd-waitpid.h38 #define _W_INT(w) (*(int*)&(w)) /* convert union wait to int */ macro
39 #define WIFEXITED(w) (!((_W_INT(w)) & 0377))
40 #define WIFSTOPPED(w) ((_W_INT(w)) & 0100)
42 #define WEXITSTATUS(w) (int)(WIFEXITED(w) ? ((_W_INT(w) >> 8) & 0377) : -1)
43 #define WTERMSIG(w) (int)(WIFSIGNALED(w) ? (_W_INT(w) & 0177) : -1)
45 #define WCOREDUMP(w) ((_W_INT(w)) & WCOREFLAG)
/dports/security/openssh-portable/openssh-8.8p1/openbsd-compat/
H A Dbsd-waitpid.h36 #define _W_INT(w) (*(int*)&(w)) /* convert union wait to int */ macro
37 #define WIFEXITED(w) (!((_W_INT(w)) & 0377))
38 #define WIFSTOPPED(w) ((_W_INT(w)) & 0100)
40 #define WEXITSTATUS(w) (int)(WIFEXITED(w) ? ((_W_INT(w) >> 8) & 0377) : -1)
41 #define WTERMSIG(w) (int)(WIFSIGNALED(w) ? (_W_INT(w) & 0177) : -1)
43 #define WCOREDUMP(w) ((_W_INT(w)) & WCOREFLAG)
/dports/mail/qpopper/qpopper4.1.0/common/
H A Dwaitpid.h35 #define _W_INT(w) (*(int*)&(w)) /* convert union wait to int */ macro
36 #define WIFEXITED(w) (!((_W_INT(w)) & 0377))
37 #define WIFSTOPPED(w) ((_W_INT(w)) & 0100)
39 #define WEXITSTATUS(w) (int)(WIFEXITED(w) ? ((_W_INT(w) >> 8) & 0377) : -1)
40 #define WTERMSIG(w) (int)(WIFSIGNALED(w) ? (_W_INT(w) & 0177) : -1)
42 #define WCOREDUMP(w) ((_W_INT(w)) & WCOREFLAG)
/dports/misc/rump/buildrump.sh-b914579/src/sys/sys/
H A Dwait.h53 #define _W_INT(i) (i) macro
55 #define _W_INT(w) (*(int *)(void *)&(w)) /* convert union wait to int */ macro
58 #define _WSTATUS(x) (_W_INT(x) & 0177)
62 #define WIFCONTINUED(x) (_W_INT(x) == _WCONTINUED)
63 #define WSTOPSIG(x) ((int)(((unsigned int)_W_INT(x)) >> 8) & 0xff)
67 #define WEXITSTATUS(x) ((int)(((unsigned int)_W_INT(x)) >> 8) & 0xff)
70 #define WCOREDUMP(x) (_W_INT(x) & WCOREFLAG)
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-macos-any/sys/
H A Dwait.h129 #define _W_INT(i) (i) macro
131 #define _W_INT(w) (*(int *)&(w)) /* convert union wait to int */ macro
136 #define _WSTATUS(x) (_W_INT(x) & 0177)
144 #define WEXITSTATUS(x) ((_W_INT(x) >> 8) & 0x000000ff)
146 #define WEXITSTATUS(x) (_W_INT(x) >> 8)
149 #define WSTOPSIG(x) (_W_INT(x) >> 8)
156 #define WCOREDUMP(x) (_W_INT(x) & WCOREFLAG)
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-macos-any/sys/
H A Dwait.h129 #define _W_INT(i) (i) macro
131 #define _W_INT(w) (*(int *)&(w)) /* convert union wait to int */ macro
136 #define _WSTATUS(x) (_W_INT(x) & 0177)
144 #define WEXITSTATUS(x) ((_W_INT(x) >> 8) & 0x000000ff)
146 #define WEXITSTATUS(x) (_W_INT(x) >> 8)
149 #define WSTOPSIG(x) (_W_INT(x) >> 8)
156 #define WCOREDUMP(x) (_W_INT(x) & WCOREFLAG)
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/StdLib/Include/sys/
H A Dwait.h48 #define _W_INT(w) (*(int *)(void *)&(w)) /* convert union wait to int */ macro
50 #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)
/dports/lang/python-legacy/Python-2.7.18/Lib/plat-irix6/
H A DWAIT.py7 def _W_INT(i): return (i) function
12 def WIFEXITED(stat): return ((_W_INT(stat)&0377)==0)
14 def WEXITSTATUS(stat): return ((_W_INT(stat)>>8)&0377)
16 def WTERMSIG(stat): return (_W_INT(stat)&0177)
18 def WSTOPSIG(stat): return ((_W_INT(stat)>>8)&0377)
30 def WWORD(stat): return (_W_INT(stat)&0177777)
34 def WCOREDUMP(stat): return (_W_INT(stat) & WCOREFLAG)
/dports/lang/python27/Python-2.7.18/Lib/plat-irix6/
H A DWAIT.py7 def _W_INT(i): return (i) function
12 def WIFEXITED(stat): return ((_W_INT(stat)&0377)==0)
14 def WEXITSTATUS(stat): return ((_W_INT(stat)>>8)&0377)
16 def WTERMSIG(stat): return (_W_INT(stat)&0177)
18 def WSTOPSIG(stat): return ((_W_INT(stat)>>8)&0377)
30 def WWORD(stat): return (_W_INT(stat)&0177777)
34 def WCOREDUMP(stat): return (_W_INT(stat) & WCOREFLAG)
/dports/devel/kBuild/kBuild-0.1.9998/src/kash/
H A Dshinstance.h431 # define _W_INT(w) (*(int *)&(w)) /* Convert union wait to int. */ macro
433 # define _WSTATUS(x) (_W_INT(x) & 0177)
436 # define WSTOPSIG(x) (_W_INT(x) >> 8)
440 # define WEXITSTATUS(x) (_W_INT(x) >> 8)
442 # define WCOREDUMP(x) (_W_INT(x) & WCOREFLAG)
/dports/audio/xmcd/xmcd-3.3.2/common_d/
H A Dappenv.h178 #define _W_INT(i) (i) macro
179 #define _WSTATUS(x) (_W_INT(x) & _WSTOPPED)
184 #define WEXITSTATUS(x) (WIFEXITED(x) ? ((_W_INT(x) >> 8) & 0377) : -1)