Home
last modified time | relevance | path

Searched refs:WIFSTOPPED (Results 1 – 25 of 2605) sorted by relevance

12345678910>>...105

/dports/lang/gcc10/gcc-10.3.0/libphobos/libdruntime/core/sys/posix/sys/
H A Dwait.d77 extern (D) bool WIFSTOPPED( int status ) { return ( status & 0xFF ) == 0x7F; } in version()
99 extern (D) bool WIFSTOPPED( int status ) { return _WSTATUS( status ) == _WSTOPPED; } in version()
121 extern (D) bool WIFSTOPPED( int status ) { return _WSTATUS( status ) == _WSTOPPED; } in version()
143 extern (D) bool WIFSTOPPED( int status ) { return _WSTATUS( status ) == _WSTOPPED; } in version()
166 extern (D) bool WIFSTOPPED(int status) { return (status & 0xFF) == _WSTOPPED; } in version()
188 extern (D) bool WIFSTOPPED( int status ) { return _WSTATUS( status ) == _WSTOPPED; } in version()
201 …extern (D) bool WIFSTOPPED(int status) { return (status & 0xff) == 0x7f && (status & 0xff00) != 0;… in version()
213 extern (D) bool WIFSTOPPED( int status ) { return WTERMSIG(status) == 0x7F; } in version()
226 …extern (D) bool WIFSTOPPED( int status ) { return cast(short)(((status&0xffff)*0x10001)>>8) > 0x7f… in version()
256 extern (D) bool WIFSTOPPED( int status ) { return ( status & 0xFF ) == 0x7F; } in version()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/libdruntime/core/sys/posix/sys/
H A Dwait.d77 extern (D) bool WIFSTOPPED( int status ) { return ( status & 0xFF ) == 0x7F; } in version()
99 extern (D) bool WIFSTOPPED( int status ) { return _WSTATUS( status ) == _WSTOPPED; } in version()
121 extern (D) bool WIFSTOPPED( int status ) { return _WSTATUS( status ) == _WSTOPPED; } in version()
143 extern (D) bool WIFSTOPPED( int status ) { return _WSTATUS( status ) == _WSTOPPED; } in version()
166 extern (D) bool WIFSTOPPED(int status) { return (status & 0xFF) == _WSTOPPED; } in version()
188 extern (D) bool WIFSTOPPED( int status ) { return _WSTATUS( status ) == _WSTOPPED; } in version()
201 …extern (D) bool WIFSTOPPED(int status) { return (status & 0xff) == 0x7f && (status & 0xff00) != 0;… in version()
213 extern (D) bool WIFSTOPPED( int status ) { return WTERMSIG(status) == 0x7F; } in version()
226 …extern (D) bool WIFSTOPPED( int status ) { return cast(short)(((status&0xffff)*0x10001)>>8) > 0x7f… in version()
256 extern (D) bool WIFSTOPPED( int status ) { return ( status & 0xFF ) == 0x7F; } in version()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libphobos/libdruntime/core/sys/posix/sys/
H A Dwait.d77 extern (D) bool WIFSTOPPED( int status ) { return ( status & 0xFF ) == 0x7F; } in version()
99 extern (D) bool WIFSTOPPED( int status ) { return _WSTATUS( status ) == _WSTOPPED; } in version()
121 extern (D) bool WIFSTOPPED( int status ) { return _WSTATUS( status ) == _WSTOPPED; } in version()
143 extern (D) bool WIFSTOPPED( int status ) { return _WSTATUS( status ) == _WSTOPPED; } in version()
166 extern (D) bool WIFSTOPPED(int status) { return (status & 0xFF) == _WSTOPPED; } in version()
188 extern (D) bool WIFSTOPPED( int status ) { return _WSTATUS( status ) == _WSTOPPED; } in version()
201 …extern (D) bool WIFSTOPPED(int status) { return (status & 0xff) == 0x7f && (status & 0xff00) != 0;… in version()
213 extern (D) bool WIFSTOPPED( int status ) { return WTERMSIG(status) == 0x7F; } in version()
226 …extern (D) bool WIFSTOPPED( int status ) { return cast(short)(((status&0xffff)*0x10001)>>8) > 0x7f… in version()
256 extern (D) bool WIFSTOPPED( int status ) { return ( status & 0xFF ) == 0x7F; } in version()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/libdruntime/core/sys/posix/sys/
H A Dwait.d77 extern (D) bool WIFSTOPPED( int status ) { return ( status & 0xFF ) == 0x7F; } in version()
99 extern (D) bool WIFSTOPPED( int status ) { return _WSTATUS( status ) == _WSTOPPED; } in version()
121 extern (D) bool WIFSTOPPED( int status ) { return _WSTATUS( status ) == _WSTOPPED; } in version()
143 extern (D) bool WIFSTOPPED( int status ) { return _WSTATUS( status ) == _WSTOPPED; } in version()
165 extern (D) bool WIFSTOPPED( int status ) { return _WSTATUS( status ) == _WSTOPPED; } in version()
178 …extern (D) bool WIFSTOPPED(int status) { return (status & 0xff) == 0x7f && (status & 0xff00) != 0;… in version()
190 extern (D) bool WIFSTOPPED( int status ) { return WTERMSIG(status) == 0x7F; } in version()
203 …extern (D) bool WIFSTOPPED( int status ) { return cast(short)(((status&0xffff)*0x10001)>>8) > 0x7f… in version()
233 extern (D) bool WIFSTOPPED( int status ) { return ( status & 0xFF ) == 0x7F; } in version()
237 …extern (D) bool WIFSTOPPED( int status ) { return ( status & 0xFF ) == 0x7F && ( status & 0xFF00… in version()
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/libdruntime/core/sys/posix/sys/
H A Dwait.d77 extern (D) bool WIFSTOPPED( int status ) { return ( status & 0xFF ) == 0x7F; } in version()
99 extern (D) bool WIFSTOPPED( int status ) { return _WSTATUS( status ) == _WSTOPPED; } in version()
121 extern (D) bool WIFSTOPPED( int status ) { return _WSTATUS( status ) == _WSTOPPED; } in version()
143 extern (D) bool WIFSTOPPED( int status ) { return _WSTATUS( status ) == _WSTOPPED; } in version()
165 extern (D) bool WIFSTOPPED( int status ) { return _WSTATUS( status ) == _WSTOPPED; } in version()
178 …extern (D) bool WIFSTOPPED(int status) { return (status & 0xff) == 0x7f && (status & 0xff00) != 0;… in version()
190 extern (D) bool WIFSTOPPED( int status ) { return WTERMSIG(status) == 0x7F; } in version()
203 …extern (D) bool WIFSTOPPED( int status ) { return cast(short)(((status&0xffff)*0x10001)>>8) > 0x7f… in version()
233 extern (D) bool WIFSTOPPED( int status ) { return ( status & 0xFF ) == 0x7F; } in version()
237 …extern (D) bool WIFSTOPPED( int status ) { return ( status & 0xFF ) == 0x7F && ( status & 0xFF00… in version()
/dports/lang/gcc9/gcc-9.4.0/libphobos/libdruntime/core/sys/posix/sys/
H A Dwait.d77 extern (D) bool WIFSTOPPED( int status ) { return ( status & 0xFF ) == 0x7F; } in version()
99 extern (D) bool WIFSTOPPED( int status ) { return _WSTATUS( status ) == _WSTOPPED; } in version()
121 extern (D) bool WIFSTOPPED( int status ) { return _WSTATUS( status ) == _WSTOPPED; } in version()
143 extern (D) bool WIFSTOPPED( int status ) { return _WSTATUS( status ) == _WSTOPPED; } in version()
165 extern (D) bool WIFSTOPPED( int status ) { return _WSTATUS( status ) == _WSTOPPED; } in version()
178 …extern (D) bool WIFSTOPPED(int status) { return (status & 0xff) == 0x7f && (status & 0xff00) != 0;… in version()
190 extern (D) bool WIFSTOPPED( int status ) { return WTERMSIG(status) == 0x7F; } in version()
203 …extern (D) bool WIFSTOPPED( int status ) { return cast(short)(((status&0xffff)*0x10001)>>8) > 0x7f… in version()
233 extern (D) bool WIFSTOPPED( int status ) { return ( status & 0xFF ) == 0x7F; } in version()
237 …extern (D) bool WIFSTOPPED( int status ) { return ( status & 0xFF ) == 0x7F && ( status & 0xFF00… in version()
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/core/sys/posix/sys/
H A Dwait.d80 extern (D) bool WIFSTOPPED( int status ) { return ( status & 0xFF ) == 0x7F; } in version()
104 extern (D) bool WIFSTOPPED( int status ) { return _WSTATUS( status ) == _WSTOPPED; } in version()
128 extern (D) bool WIFSTOPPED( int status ) { return _WSTATUS( status ) == _WSTOPPED; } in version()
152 extern (D) bool WIFSTOPPED( int status ) { return _WSTATUS( status ) == _WSTOPPED; } in version()
177 extern (D) bool WIFSTOPPED(int status) { return (status & 0xFF) == _WSTOPPED; } in version()
201 extern (D) bool WIFSTOPPED( int status ) { return _WSTATUS( status ) == _WSTOPPED; } in version()
216 …extern (D) bool WIFSTOPPED(int status) { return (status & 0xff) == 0x7f && (status & 0xff00) != 0;… in version()
230 extern (D) bool WIFSTOPPED( int status ) { return WTERMSIG(status) == 0x7F; } in version()
245 …extern (D) bool WIFSTOPPED( int status ) { return cast(short)(((status&0xffff)*0x10001)>>8) > 0x7f… in version()
277 extern (D) bool WIFSTOPPED( int status ) { return ( status & 0xFF ) == 0x7F; } in version()
[all …]
/dports/lang/gcc11/gcc-11.2.0/libphobos/libdruntime/core/sys/posix/sys/
H A Dwait.d80 extern (D) bool WIFSTOPPED( int status ) { return ( status & 0xFF ) == 0x7F; } in version()
104 extern (D) bool WIFSTOPPED( int status ) { return _WSTATUS( status ) == _WSTOPPED; } in version()
128 extern (D) bool WIFSTOPPED( int status ) { return _WSTATUS( status ) == _WSTOPPED; } in version()
152 extern (D) bool WIFSTOPPED( int status ) { return _WSTATUS( status ) == _WSTOPPED; } in version()
177 extern (D) bool WIFSTOPPED(int status) { return (status & 0xFF) == _WSTOPPED; } in version()
201 extern (D) bool WIFSTOPPED( int status ) { return _WSTATUS( status ) == _WSTOPPED; } in version()
216 …extern (D) bool WIFSTOPPED(int status) { return (status & 0xff) == 0x7f && (status & 0xff00) != 0;… in version()
230 extern (D) bool WIFSTOPPED( int status ) { return WTERMSIG(status) == 0x7F; } in version()
245 …extern (D) bool WIFSTOPPED( int status ) { return cast(short)(((status&0xffff)*0x10001)>>8) > 0x7f… in version()
277 extern (D) bool WIFSTOPPED( int status ) { return ( status & 0xFF ) == 0x7F; } in version()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/libdruntime/core/sys/posix/sys/
H A Dwait.d80 extern (D) bool WIFSTOPPED( int status ) { return ( status & 0xFF ) == 0x7F; } in version()
104 extern (D) bool WIFSTOPPED( int status ) { return _WSTATUS( status ) == _WSTOPPED; } in version()
128 extern (D) bool WIFSTOPPED( int status ) { return _WSTATUS( status ) == _WSTOPPED; } in version()
152 extern (D) bool WIFSTOPPED( int status ) { return _WSTATUS( status ) == _WSTOPPED; } in version()
177 extern (D) bool WIFSTOPPED(int status) { return (status & 0xFF) == _WSTOPPED; } in version()
201 extern (D) bool WIFSTOPPED( int status ) { return _WSTATUS( status ) == _WSTOPPED; } in version()
216 …extern (D) bool WIFSTOPPED(int status) { return (status & 0xff) == 0x7f && (status & 0xff00) != 0;… in version()
230 extern (D) bool WIFSTOPPED( int status ) { return WTERMSIG(status) == 0x7F; } in version()
245 …extern (D) bool WIFSTOPPED( int status ) { return cast(short)(((status&0xffff)*0x10001)>>8) > 0x7f… in version()
277 extern (D) bool WIFSTOPPED( int status ) { return ( status & 0xFF ) == 0x7F; } in version()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libphobos/libdruntime/core/sys/posix/sys/
H A Dwait.d80 extern (D) bool WIFSTOPPED( int status ) { return ( status & 0xFF ) == 0x7F; } in version()
104 extern (D) bool WIFSTOPPED( int status ) { return _WSTATUS( status ) == _WSTOPPED; } in version()
128 extern (D) bool WIFSTOPPED( int status ) { return _WSTATUS( status ) == _WSTOPPED; } in version()
152 extern (D) bool WIFSTOPPED( int status ) { return _WSTATUS( status ) == _WSTOPPED; } in version()
177 extern (D) bool WIFSTOPPED(int status) { return (status & 0xFF) == _WSTOPPED; } in version()
201 extern (D) bool WIFSTOPPED( int status ) { return _WSTATUS( status ) == _WSTOPPED; } in version()
216 …extern (D) bool WIFSTOPPED(int status) { return (status & 0xff) == 0x7f && (status & 0xff00) != 0;… in version()
230 extern (D) bool WIFSTOPPED( int status ) { return WTERMSIG(status) == 0x7F; } in version()
245 …extern (D) bool WIFSTOPPED( int status ) { return cast(short)(((status&0xffff)*0x10001)>>8) > 0x7f… in version()
277 extern (D) bool WIFSTOPPED( int status ) { return ( status & 0xFF ) == 0x7F; } in version()
[all …]
/dports/sysutils/cdrkit/cdrkit-1.1.11/include/
H A Dwaitdefs.h95 # ifndef WIFSTOPPED
96 # define WIFSTOPPED(status) ((status).w_stopval == \ macro
123 # ifndef WIFSTOPPED
124 # define WIFSTOPPED(status) (((status) & 0xFF) == 0x7F)
/dports/sysutils/cdrdao/cdrdao-1.2.4/scsilib/include/
H A Dwaitdefs.h84 # ifndef WIFSTOPPED
85 # define WIFSTOPPED(status) ((status).w_stopval == \ macro
112 # ifndef WIFSTOPPED
113 # define WIFSTOPPED(status) (((status) & 0xFF) == 0x7F)
/dports/sysutils/genisoimage/cdrkit-1.1.11/include/
H A Dwaitdefs.h95 # ifndef WIFSTOPPED
96 # define WIFSTOPPED(status) ((status).w_stopval == \ macro
123 # ifndef WIFSTOPPED
124 # define WIFSTOPPED(status) (((status) & 0xFF) == 0x7F)
/dports/x11-toolkits/blt/blt2.5/generic/
H A DbltWait.h178 #ifndef WIFSTOPPED
179 # define WIFSTOPPED(stat) (((*((int *) &(stat))) & 0xff) == 0177) macro
234 #ifndef WIFSTOPPED
235 # define WIFSTOPPED(stat) (((*((int *) &(stat))) & 0xff) == 0177) macro
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dsyswait.h45 #ifndef WIFSTOPPED
46 #define WIFSTOPPED(status) (((status) & 0xff) == 0x7f) macro
49 #define WIFSIGNALED(status) (!WIFSTOPPED(status) && !WIFEXITED(status))
/dports/editors/emacs/emacs-27.2/src/
H A Dsyswait.h45 #ifndef WIFSTOPPED
46 #define WIFSTOPPED(status) (((status) & 0xff) == 0x7f) macro
49 #define WIFSIGNALED(status) (!WIFSTOPPED(status) && !WIFEXITED(status))
/dports/textproc/uim-gtk/uim-d1ac9d9/replace/
H A Dbsd-waitpid.h34 #undef WIFSTOPPED
40 #define WIFSTOPPED(w) ((_W_INT(w)) & 0100) macro
41 #define WIFSIGNALED(w) (!WIFEXITED(w) && !WIFSTOPPED(w))
/dports/textproc/uim-qt5/uim-d1ac9d9/replace/
H A Dbsd-waitpid.h34 #undef WIFSTOPPED
40 #define WIFSTOPPED(w) ((_W_INT(w)) & 0100) macro
41 #define WIFSIGNALED(w) (!WIFEXITED(w) && !WIFSTOPPED(w))
/dports/textproc/uim-gtk3/uim-d1ac9d9/replace/
H A Dbsd-waitpid.h34 #undef WIFSTOPPED
40 #define WIFSTOPPED(w) ((_W_INT(w)) & 0100) macro
41 #define WIFSIGNALED(w) (!WIFEXITED(w) && !WIFSTOPPED(w))
/dports/textproc/uim-m17nlib/uim-d1ac9d9/replace/
H A Dbsd-waitpid.h34 #undef WIFSTOPPED
40 #define WIFSTOPPED(w) ((_W_INT(w)) & 0100) macro
41 #define WIFSIGNALED(w) (!WIFEXITED(w) && !WIFSTOPPED(w))
/dports/textproc/uim-el/uim-d1ac9d9/replace/
H A Dbsd-waitpid.h34 #undef WIFSTOPPED
40 #define WIFSTOPPED(w) ((_W_INT(w)) & 0100) macro
41 #define WIFSIGNALED(w) (!WIFEXITED(w) && !WIFSTOPPED(w))
/dports/mail/opensmtpd/opensmtpd-6.8.0p2/openbsd-compat/
H A Dbsd-waitpid.h34 #undef WIFSTOPPED
40 #define WIFSTOPPED(w) ((_W_INT(w)) & 0100) macro
41 #define WIFSIGNALED(w) (!WIFEXITED(w) && !WIFSTOPPED(w))
/dports/security/ncrack/ncrack-0.7/opensshlib/
H A Dbsd-waitpid.h34 #undef WIFSTOPPED
40 #define WIFSTOPPED(w) ((_W_INT(w)) & 0100) macro
41 #define WIFSIGNALED(w) (!WIFEXITED(w) && !WIFSTOPPED(w))
/dports/security/gnome-ssh-askpass/openssh-6.6p1/openbsd-compat/
H A Dbsd-waitpid.h34 #undef WIFSTOPPED
40 #define WIFSTOPPED(w) ((_W_INT(w)) & 0100) macro
41 #define WIFSIGNALED(w) (!WIFEXITED(w) && !WIFSTOPPED(w))
/dports/japanese/uim-anthy/uim-d1ac9d9/replace/
H A Dbsd-waitpid.h34 #undef WIFSTOPPED
40 #define WIFSTOPPED(w) ((_W_INT(w)) & 0100) macro
41 #define WIFSIGNALED(w) (!WIFEXITED(w) && !WIFSTOPPED(w))

12345678910>>...105