Home
last modified time | relevance | path

Searched refs:WSTOPPED (Results 1 – 25 of 3922) sorted by relevance

12345678910>>...157

/dports/sysutils/cdrkit/cdrkit-1.1.11/include/
H A Dwaitdefs.h80 # ifndef WSTOPPED
81 # define WSTOPPED 0x7F macro
97 WSTOPPED)
101 WSTOPPED && \
106 WSTOPPED && \
/dports/sysutils/cdrdao/cdrdao-1.2.4/scsilib/include/
H A Dwaitdefs.h69 # ifndef WSTOPPED
70 # define WSTOPPED 0x7F macro
86 WSTOPPED)
90 WSTOPPED && \
95 WSTOPPED && \
/dports/sysutils/genisoimage/cdrkit-1.1.11/include/
H A Dwaitdefs.h80 # ifndef WSTOPPED
81 # define WSTOPPED 0x7F macro
97 WSTOPPED)
101 WSTOPPED && \
106 WSTOPPED && \
/dports/textproc/c2man/c2man-2.0.42/tests/
H A Dwait.h1 #define WSTOPPED 0177 /* value of s.stopval if process is stopped */ macro
15 #define WIFSTOPPED(x) ((x).w_stopval == WSTOPPED)
16 #define WIFSIGNALED(x) ((x).w_stopval != WSTOPPED && (x).w_termsig != 0)
17 #define WIFEXITED(x) ((x).w_stopval != WSTOPPED && (x).w_termsig == 0)
/dports/devel/sunpromake/schily-2021-09-18/include/schily/
H A Dwait.h159 #if defined(WSTOPPED) && defined(_WSTOPPED) && WSTOPPED == _WSTOPPED
160 #undef WSTOPPED
161 #define WSTOPPED WUNTRACED macro
183 #ifndef WSTOPPED
185 #define WSTOPPED WUNTRACED macro
187 #define WSTOPPED 0 macro
/dports/devel/smake/schily-2021-09-18/include/schily/
H A Dwait.h159 #if defined(WSTOPPED) && defined(_WSTOPPED) && WSTOPPED == _WSTOPPED
160 #undef WSTOPPED
161 #define WSTOPPED WUNTRACED macro
183 #ifndef WSTOPPED
185 #define WSTOPPED WUNTRACED macro
187 #define WSTOPPED 0 macro
/dports/devel/schilybase/schily-2021-09-18/include/schily/
H A Dwait.h159 #if defined(WSTOPPED) && defined(_WSTOPPED) && WSTOPPED == _WSTOPPED
160 #undef WSTOPPED
161 #define WSTOPPED WUNTRACED macro
183 #ifndef WSTOPPED
185 #define WSTOPPED WUNTRACED macro
187 #define WSTOPPED 0 macro
/dports/net/rscsi/schily-2021-09-18/include/schily/
H A Dwait.h159 #if defined(WSTOPPED) && defined(_WSTOPPED) && WSTOPPED == _WSTOPPED
160 #undef WSTOPPED
161 #define WSTOPPED WUNTRACED macro
183 #ifndef WSTOPPED
185 #define WSTOPPED WUNTRACED macro
187 #define WSTOPPED 0 macro
/dports/archivers/star/schily-2021-09-18/include/schily/
H A Dwait.h159 #if defined(WSTOPPED) && defined(_WSTOPPED) && WSTOPPED == _WSTOPPED
160 #undef WSTOPPED
161 #define WSTOPPED WUNTRACED macro
183 #ifndef WSTOPPED
185 #define WSTOPPED WUNTRACED macro
187 #define WSTOPPED 0 macro
/dports/sysutils/cdrtools/schily-2021-09-18/include/schily/
H A Dwait.h159 #if defined(WSTOPPED) && defined(_WSTOPPED) && WSTOPPED == _WSTOPPED
160 #undef WSTOPPED
161 #define WSTOPPED WUNTRACED macro
183 #ifndef WSTOPPED
185 #define WSTOPPED WUNTRACED macro
187 #define WSTOPPED 0 macro
/dports/editors/ved/schily-2021-09-18/include/schily/
H A Dwait.h159 #if defined(WSTOPPED) && defined(_WSTOPPED) && WSTOPPED == _WSTOPPED
160 #undef WSTOPPED
161 #define WSTOPPED WUNTRACED macro
183 #ifndef WSTOPPED
185 #define WSTOPPED WUNTRACED macro
187 #define WSTOPPED 0 macro
/dports/devel/sccs/schily-2021-09-18/include/schily/
H A Dwait.h159 #if defined(WSTOPPED) && defined(_WSTOPPED) && WSTOPPED == _WSTOPPED
160 #undef WSTOPPED
161 #define WSTOPPED WUNTRACED macro
183 #ifndef WSTOPPED
185 #define WSTOPPED WUNTRACED macro
187 #define WSTOPPED 0 macro
/dports/sysutils/schilyutils/schily-2021-09-18/include/schily/
H A Dwait.h159 #if defined(WSTOPPED) && defined(_WSTOPPED) && WSTOPPED == _WSTOPPED
160 #undef WSTOPPED
161 #define WSTOPPED WUNTRACED macro
183 #ifndef WSTOPPED
185 #define WSTOPPED WUNTRACED macro
187 #define WSTOPPED 0 macro
/dports/shells/bash/bash-5.1/include/
H A Dunionwait.h88 #define WSTOPPED 0177 macro
89 #define WIFSTOPPED(x) ((x).w_stopval == WSTOPPED)
90 #define WIFEXITED(x) ((x).w_stopval != WSTOPPED && (x).w_termsig == 0)
91 #define WIFSIGNALED(x) ((x).w_stopval != WSTOPPED && (x).w_termsig != 0)
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/nix-0.9.0/src/sys/
H A Dwait.rs41 const WSTOPPED: WaitPidFlag = WUNTRACED; const
156 const WSTOPPED: i32 = 0x7f; const
171 wstatus(status) == WSTOPPED && stop_signal(status) == SIGCONT in continued()
175 wstatus(status) == WSTOPPED && stop_signal(status) != SIGCONT in stopped()
183 wstatus(status) != WSTOPPED && wstatus(status) != 0 in signaled()
203 const WSTOPPED: i32 = 0x7f; const
210 wstatus(status) == WSTOPPED in stopped()
218 wstatus(status) != WSTOPPED && wstatus(status) != 0 && status != 0x13 in signaled()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/nix-0.9.0/src/sys/
H A Dwait.rs41 const WSTOPPED: WaitPidFlag = WUNTRACED; const
156 const WSTOPPED: i32 = 0x7f; const
171 wstatus(status) == WSTOPPED && stop_signal(status) == SIGCONT in continued()
175 wstatus(status) == WSTOPPED && stop_signal(status) != SIGCONT in stopped()
183 wstatus(status) != WSTOPPED && wstatus(status) != 0 in signaled()
203 const WSTOPPED: i32 = 0x7f; const
210 wstatus(status) == WSTOPPED in stopped()
218 wstatus(status) != WSTOPPED && wstatus(status) != 0 && status != 0x13 in signaled()
/dports/lang/gcc10/gcc-10.3.0/libphobos/libdruntime/core/sys/posix/sys/
H A Dwait.d295 enum WSTOPPED = 2; in version() local
311 enum WSTOPPED = 0x00000008; in version() local
326 enum WSTOPPED = WUNTRACED; in version() local
334 enum WSTOPPED = WUNTRACED; in version() local
347 enum WSTOPPED = WUNTRACED; in version() local
355 enum WSTOPPED = WUNTRACED; in version() local
385 enum WSTOPPED = 2; in version() local
396 enum WSTOPPED = 2; in version() local
412 enum WSTOPPED = 2; in version() local
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/libdruntime/core/sys/posix/sys/
H A Dwait.d295 enum WSTOPPED = 2; in version() local
311 enum WSTOPPED = 0x00000008; in version() local
326 enum WSTOPPED = WUNTRACED; in version() local
334 enum WSTOPPED = WUNTRACED; in version() local
347 enum WSTOPPED = WUNTRACED; in version() local
355 enum WSTOPPED = WUNTRACED; in version() local
385 enum WSTOPPED = 2; in version() local
396 enum WSTOPPED = 2; in version() local
412 enum WSTOPPED = 2; in version() local
/dports/lang/gcc10-devel/gcc-10-20211008/libphobos/libdruntime/core/sys/posix/sys/
H A Dwait.d295 enum WSTOPPED = 2; in version() local
311 enum WSTOPPED = 0x00000008; in version() local
326 enum WSTOPPED = WUNTRACED; in version() local
334 enum WSTOPPED = WUNTRACED; in version() local
347 enum WSTOPPED = WUNTRACED; in version() local
355 enum WSTOPPED = WUNTRACED; in version() local
385 enum WSTOPPED = 2; in version() local
396 enum WSTOPPED = 2; in version() local
412 enum WSTOPPED = 2; in version() local
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/libdruntime/core/sys/posix/sys/
H A Dwait.d272 enum WSTOPPED = 2; in version() local
288 enum WSTOPPED = 0x00000008; in version() local
303 enum WSTOPPED = WUNTRACED; in version() local
311 enum WSTOPPED = WUNTRACED; in version() local
317 enum WSTOPPED = WUNTRACED; in version() local
325 enum WSTOPPED = WUNTRACED; in version() local
355 enum WSTOPPED = 2; in version() local
369 enum WSTOPPED = 2; in version() local
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/libdruntime/core/sys/posix/sys/
H A Dwait.d272 enum WSTOPPED = 2; in version() local
288 enum WSTOPPED = 0x00000008; in version() local
303 enum WSTOPPED = WUNTRACED; in version() local
311 enum WSTOPPED = WUNTRACED; in version() local
317 enum WSTOPPED = WUNTRACED; in version() local
325 enum WSTOPPED = WUNTRACED; in version() local
355 enum WSTOPPED = 2; in version() local
369 enum WSTOPPED = 2; in version() local
/dports/lang/gcc9/gcc-9.4.0/libphobos/libdruntime/core/sys/posix/sys/
H A Dwait.d272 enum WSTOPPED = 2; in version() local
288 enum WSTOPPED = 0x00000008; in version() local
303 enum WSTOPPED = WUNTRACED; in version() local
311 enum WSTOPPED = WUNTRACED; in version() local
317 enum WSTOPPED = WUNTRACED; in version() local
325 enum WSTOPPED = WUNTRACED; in version() local
355 enum WSTOPPED = 2; in version() local
369 enum WSTOPPED = 2; in version() local
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/core/sys/posix/sys/
H A Dwait.d316 enum WSTOPPED = 2; in version() local
332 enum WSTOPPED = 0x00000008; in version() local
347 enum WSTOPPED = WUNTRACED; in version() local
377 enum WSTOPPED = WUNTRACED; in version() local
390 enum WSTOPPED = WUNTRACED; in version() local
398 enum WSTOPPED = WUNTRACED; in version() local
428 enum WSTOPPED = 2; in version() local
439 enum WSTOPPED = 2; in version() local
455 enum WSTOPPED = 2; in version() local
/dports/lang/gcc11/gcc-11.2.0/libphobos/libdruntime/core/sys/posix/sys/
H A Dwait.d316 enum WSTOPPED = 2; in version() local
332 enum WSTOPPED = 0x00000008; in version() local
347 enum WSTOPPED = WUNTRACED; in version() local
377 enum WSTOPPED = WUNTRACED; in version() local
390 enum WSTOPPED = WUNTRACED; in version() local
398 enum WSTOPPED = WUNTRACED; in version() local
428 enum WSTOPPED = 2; in version() local
439 enum WSTOPPED = 2; in version() local
455 enum WSTOPPED = 2; in version() local
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/libdruntime/core/sys/posix/sys/
H A Dwait.d316 enum WSTOPPED = 2; in version() local
332 enum WSTOPPED = 0x00000008; in version() local
347 enum WSTOPPED = WUNTRACED; in version() local
377 enum WSTOPPED = WUNTRACED; in version() local
390 enum WSTOPPED = WUNTRACED; in version() local
398 enum WSTOPPED = WUNTRACED; in version() local
428 enum WSTOPPED = 2; in version() local
439 enum WSTOPPED = 2; in version() local
455 enum WSTOPPED = 2; in version() local

12345678910>>...157