Home
last modified time | relevance | path

Searched refs:WSTOPSIG (Results 1 – 25 of 2466) sorted by relevance

12345678910>>...99

/dports/devel/libunwind/libunwind-1.5.0/tests/
H A Dtest-ptrace.c255 || (WIFSTOPPED (status) && WSTOPSIG (status) != SIGTRAP)) in main()
271 pending_sig = WSTOPSIG (status); in main()
273 if (WSTOPSIG (status) == SIGKILL) in main()
277 if (WSTOPSIG (status) == SIGUSR1) in main()
279 else if (WSTOPSIG (status) == SIGUSR2) in main()
282 if (WSTOPSIG (status) != SIGUSR1 && WSTOPSIG (status) != SIGUSR2) in main()
289 WSTOPSIG (status)); in main()
/dports/lang/gcc10/gcc-10.3.0/libphobos/libdruntime/core/sys/posix/sys/
H A Dwait.d78 extern (D) int WSTOPSIG( int status ) { return WEXITSTATUS( status ); } in version()
100 extern (D) int WSTOPSIG( int status ) { return status >> 8; } in version()
122 extern (D) int WSTOPSIG( int status ) { return status >> 8; } in version()
144 extern (D) int WSTOPSIG( int status ) { return status >> 8; } in version()
167 extern (D) int WSTOPSIG(int status) { return (status >> 8) & 0xFF; } in version()
189 extern (D) int WSTOPSIG( int status ) { return status >> 8; } in version()
202 extern (D) int WSTOPSIG(int status) { return (status >> 8) & 0x7f; } in version()
214 extern (D) int WSTOPSIG( int status ) { return WEXITSTATUS(status); } in version()
228 alias WEXITSTATUS WSTOPSIG; in version() local
262 extern (D) int WSTOPSIG( int status ) { return WEXITSTATUS( status ); } in version()
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/libdruntime/core/sys/posix/sys/
H A Dwait.d78 extern (D) int WSTOPSIG( int status ) { return WEXITSTATUS( status ); } in version()
100 extern (D) int WSTOPSIG( int status ) { return status >> 8; } in version()
122 extern (D) int WSTOPSIG( int status ) { return status >> 8; } in version()
144 extern (D) int WSTOPSIG( int status ) { return status >> 8; } in version()
167 extern (D) int WSTOPSIG(int status) { return (status >> 8) & 0xFF; } in version()
189 extern (D) int WSTOPSIG( int status ) { return status >> 8; } in version()
202 extern (D) int WSTOPSIG(int status) { return (status >> 8) & 0x7f; } in version()
214 extern (D) int WSTOPSIG( int status ) { return WEXITSTATUS(status); } in version()
228 alias WEXITSTATUS WSTOPSIG; in version() local
262 extern (D) int WSTOPSIG( int status ) { return WEXITSTATUS( status ); } in version()
/dports/lang/gcc10-devel/gcc-10-20211008/libphobos/libdruntime/core/sys/posix/sys/
H A Dwait.d78 extern (D) int WSTOPSIG( int status ) { return WEXITSTATUS( status ); } in version()
100 extern (D) int WSTOPSIG( int status ) { return status >> 8; } in version()
122 extern (D) int WSTOPSIG( int status ) { return status >> 8; } in version()
144 extern (D) int WSTOPSIG( int status ) { return status >> 8; } in version()
167 extern (D) int WSTOPSIG(int status) { return (status >> 8) & 0xFF; } in version()
189 extern (D) int WSTOPSIG( int status ) { return status >> 8; } in version()
202 extern (D) int WSTOPSIG(int status) { return (status >> 8) & 0x7f; } in version()
214 extern (D) int WSTOPSIG( int status ) { return WEXITSTATUS(status); } in version()
228 alias WEXITSTATUS WSTOPSIG; in version() local
262 extern (D) int WSTOPSIG( int status ) { return WEXITSTATUS( status ); } in version()
/dports/shells/bash/bash-5.1/include/
H A Dposixwait.h55 # if !defined (WSTOPSIG)
56 # define WSTOPSIG(s) ((s) >> 8) macro
89 # if !defined (WSTOPSIG)
90 # define WSTOPSIG(s) ((s).w_stopsig) macro
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/libdruntime/core/sys/posix/sys/
H A Dwait.d78 extern (D) int WSTOPSIG( int status ) { return WEXITSTATUS( status ); } in version()
100 extern (D) int WSTOPSIG( int status ) { return status >> 8; } in version()
122 extern (D) int WSTOPSIG( int status ) { return status >> 8; } in version()
144 extern (D) int WSTOPSIG( int status ) { return status >> 8; } in version()
166 extern (D) int WSTOPSIG( int status ) { return status >> 8; } in version()
179 extern (D) int WSTOPSIG(int status) { return (status >> 8) & 0x7f; } in version()
191 extern (D) int WSTOPSIG( int status ) { return WEXITSTATUS(status); } in version()
205 alias WEXITSTATUS WSTOPSIG; in version() local
239 extern (D) int WSTOPSIG( int status ) { return WEXITSTATUS( status ); } in version()
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/libdruntime/core/sys/posix/sys/
H A Dwait.d78 extern (D) int WSTOPSIG( int status ) { return WEXITSTATUS( status ); } in version()
100 extern (D) int WSTOPSIG( int status ) { return status >> 8; } in version()
122 extern (D) int WSTOPSIG( int status ) { return status >> 8; } in version()
144 extern (D) int WSTOPSIG( int status ) { return status >> 8; } in version()
166 extern (D) int WSTOPSIG( int status ) { return status >> 8; } in version()
179 extern (D) int WSTOPSIG(int status) { return (status >> 8) & 0x7f; } in version()
191 extern (D) int WSTOPSIG( int status ) { return WEXITSTATUS(status); } in version()
205 alias WEXITSTATUS WSTOPSIG; in version() local
239 extern (D) int WSTOPSIG( int status ) { return WEXITSTATUS( status ); } in version()
/dports/lang/gcc9/gcc-9.4.0/libphobos/libdruntime/core/sys/posix/sys/
H A Dwait.d78 extern (D) int WSTOPSIG( int status ) { return WEXITSTATUS( status ); } in version()
100 extern (D) int WSTOPSIG( int status ) { return status >> 8; } in version()
122 extern (D) int WSTOPSIG( int status ) { return status >> 8; } in version()
144 extern (D) int WSTOPSIG( int status ) { return status >> 8; } in version()
166 extern (D) int WSTOPSIG( int status ) { return status >> 8; } in version()
179 extern (D) int WSTOPSIG(int status) { return (status >> 8) & 0x7f; } in version()
191 extern (D) int WSTOPSIG( int status ) { return WEXITSTATUS(status); } in version()
205 alias WEXITSTATUS WSTOPSIG; in version() local
239 extern (D) int WSTOPSIG( int status ) { return WEXITSTATUS( status ); } in version()
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/core/sys/posix/sys/
H A Dwait.d81 extern (D) int WSTOPSIG( int status ) { return WEXITSTATUS( status ); } in version()
105 extern (D) int WSTOPSIG( int status ) { return status >> 8; } in version()
129 extern (D) int WSTOPSIG( int status ) { return status >> 8; } in version()
153 extern (D) int WSTOPSIG( int status ) { return status >> 8; } in version()
178 extern (D) int WSTOPSIG(int status) { return (status >> 8) & 0xFF; } in version()
202 extern (D) int WSTOPSIG( int status ) { return status >> 8; } in version()
217 extern (D) int WSTOPSIG(int status) { return (status >> 8) & 0x7f; } in version()
231 extern (D) int WSTOPSIG( int status ) { return WEXITSTATUS(status); } in version()
247 alias WEXITSTATUS WSTOPSIG; in version() local
283 extern (D) int WSTOPSIG( int status ) { return WEXITSTATUS( status ); } in version()
/dports/lang/gcc11/gcc-11.2.0/libphobos/libdruntime/core/sys/posix/sys/
H A Dwait.d81 extern (D) int WSTOPSIG( int status ) { return WEXITSTATUS( status ); } in version()
105 extern (D) int WSTOPSIG( int status ) { return status >> 8; } in version()
129 extern (D) int WSTOPSIG( int status ) { return status >> 8; } in version()
153 extern (D) int WSTOPSIG( int status ) { return status >> 8; } in version()
178 extern (D) int WSTOPSIG(int status) { return (status >> 8) & 0xFF; } in version()
202 extern (D) int WSTOPSIG( int status ) { return status >> 8; } in version()
217 extern (D) int WSTOPSIG(int status) { return (status >> 8) & 0x7f; } in version()
231 extern (D) int WSTOPSIG( int status ) { return WEXITSTATUS(status); } in version()
247 alias WEXITSTATUS WSTOPSIG; in version() local
283 extern (D) int WSTOPSIG( int status ) { return WEXITSTATUS( status ); } in version()
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/libdruntime/core/sys/posix/sys/
H A Dwait.d81 extern (D) int WSTOPSIG( int status ) { return WEXITSTATUS( status ); } in version()
105 extern (D) int WSTOPSIG( int status ) { return status >> 8; } in version()
129 extern (D) int WSTOPSIG( int status ) { return status >> 8; } in version()
153 extern (D) int WSTOPSIG( int status ) { return status >> 8; } in version()
178 extern (D) int WSTOPSIG(int status) { return (status >> 8) & 0xFF; } in version()
202 extern (D) int WSTOPSIG( int status ) { return status >> 8; } in version()
217 extern (D) int WSTOPSIG(int status) { return (status >> 8) & 0x7f; } in version()
231 extern (D) int WSTOPSIG( int status ) { return WEXITSTATUS(status); } in version()
247 alias WEXITSTATUS WSTOPSIG; in version() local
283 extern (D) int WSTOPSIG( int status ) { return WEXITSTATUS( status ); } in version()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libphobos/libdruntime/core/sys/posix/sys/
H A Dwait.d81 extern (D) int WSTOPSIG( int status ) { return WEXITSTATUS( status ); } in version()
105 extern (D) int WSTOPSIG( int status ) { return status >> 8; } in version()
129 extern (D) int WSTOPSIG( int status ) { return status >> 8; } in version()
153 extern (D) int WSTOPSIG( int status ) { return status >> 8; } in version()
178 extern (D) int WSTOPSIG(int status) { return (status >> 8) & 0xFF; } in version()
202 extern (D) int WSTOPSIG( int status ) { return status >> 8; } in version()
217 extern (D) int WSTOPSIG(int status) { return (status >> 8) & 0x7f; } in version()
231 extern (D) int WSTOPSIG( int status ) { return WEXITSTATUS(status); } in version()
247 alias WEXITSTATUS WSTOPSIG; in version() local
283 extern (D) int WSTOPSIG( int status ) { return WEXITSTATUS( status ); } in version()
/dports/sysutils/cdrkit/cdrkit-1.1.11/include/
H A Dwaitdefs.h92 # ifndef WSTOPSIG
93 # define WSTOPSIG(status) ((status).w_stopsig) macro
120 # ifndef WSTOPSIG
121 # define WSTOPSIG(status) (((status) >> 8) & 0xFF)
/dports/sysutils/cdrdao/cdrdao-1.2.4/scsilib/include/
H A Dwaitdefs.h81 # ifndef WSTOPSIG
82 # define WSTOPSIG(status) ((status).w_stopsig) macro
109 # ifndef WSTOPSIG
110 # define WSTOPSIG(status) (((status) >> 8) & 0xFF)
/dports/sysutils/genisoimage/cdrkit-1.1.11/include/
H A Dwaitdefs.h92 # ifndef WSTOPSIG
93 # define WSTOPSIG(status) ((status).w_stopsig) macro
120 # ifndef WSTOPSIG
121 # define WSTOPSIG(status) (((status) >> 8) & 0xFF)
/dports/devel/gdb761/gdb-7.6.1/gdb/common/
H A Dlinux-ptrace.c156 if (WSTOPSIG (status) != SIGTRAP && WSTOPSIG (status) != SIGSEGV) in linux_ptrace_test_ret_to_nx()
160 (int) WSTOPSIG (status)); in linux_ptrace_test_ret_to_nx()
201 if (WSTOPSIG (status) == SIGTRAP && pc == return_address + 1) in linux_ptrace_test_ret_to_nx()
208 if (WSTOPSIG (status) == SIGSEGV && pc == return_address) in linux_ptrace_test_ret_to_nx()
/dports/www/lynx/lynx2.8.9rel.1/WWW/Library/Implementation/
H A Dwww_wait.h26 #ifndef WSTOPSIG
28 # define WSTOPSIG(status) (status.w_stopsig) macro
30 # define WSTOPSIG(status) WEXITSTATUS(status) macro
/dports/www/lynx-current/lynx2.9.0dev.9/WWW/Library/Implementation/
H A Dwww_wait.h26 #ifndef WSTOPSIG
28 # define WSTOPSIG(status) (status.w_stopsig) macro
30 # define WSTOPSIG(status) WEXITSTATUS(status) macro
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dlin-lwp.c140 strsignal (WSTOPSIG (status))); in status_to_str()
143 strsignal (WSTOPSIG (status))); in status_to_str()
331 && WIFSTOPPED (status) && WSTOPSIG (status)); in lin_lwp_attach_lwp()
406 strsignal (WSTOPSIG (lp->status)), in detach_callback()
413 WSTOPSIG (lp->status)) < 0) in detach_callback()
442 WSTOPSIG (lp->status)) < 0) in detach_callback()
450 strsignal (WSTOPSIG (lp->status))); in detach_callback()
786 if (WSTOPSIG (status) != SIGSTOP) in stop_wait_callback()
788 if (WSTOPSIG (status) == SIGTRAP) in stop_wait_callback()
873 kill_lwp (GET_LWP (lp->ptid), WSTOPSIG (status)); in stop_wait_callback()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dlin-lwp.c140 strsignal (WSTOPSIG (status))); in status_to_str()
143 strsignal (WSTOPSIG (status))); in status_to_str()
331 && WIFSTOPPED (status) && WSTOPSIG (status)); in lin_lwp_attach_lwp()
406 strsignal (WSTOPSIG (lp->status)), in detach_callback()
413 WSTOPSIG (lp->status)) < 0) in detach_callback()
442 WSTOPSIG (lp->status)) < 0) in detach_callback()
450 strsignal (WSTOPSIG (lp->status))); in detach_callback()
786 if (WSTOPSIG (status) != SIGSTOP) in stop_wait_callback()
788 if (WSTOPSIG (status) == SIGTRAP) in stop_wait_callback()
873 kill_lwp (GET_LWP (lp->ptid), WSTOPSIG (status)); in stop_wait_callback()
[all …]
/dports/devel/gdb/gdb-11.1/gdb/nat/
H A Dlinux-ptrace.c210 if (WSTOPSIG (status) != SIGTRAP && WSTOPSIG (status) != SIGSEGV) in linux_ptrace_test_ret_to_nx()
214 (int) WSTOPSIG (status)); in linux_ptrace_test_ret_to_nx()
236 if (WSTOPSIG (status) == SIGTRAP && pc == return_address + 1) in linux_ptrace_test_ret_to_nx()
243 if (WSTOPSIG (status) == SIGSEGV && pc == return_address) in linux_ptrace_test_ret_to_nx()
611 && (WSTOPSIG (wstat) == SIGTRAP in linux_wstatus_maybe_breakpoint()
614 || WSTOPSIG (wstat) == SIGILL in linux_wstatus_maybe_breakpoint()
615 || WSTOPSIG (wstat) == SIGSEGV)); in linux_wstatus_maybe_breakpoint()
H A Dlinux-waitpid.c34 if (WSTOPSIG (status) == SYSCALL_SIGTRAP) in status_to_str()
39 strsigno (WSTOPSIG (status)), in status_to_str()
40 strsignal (WSTOPSIG (status))); in status_to_str()
/dports/x11-toolkits/blt/blt2.5/generic/
H A DbltWait.h182 #ifndef WSTOPSIG
183 # define WSTOPSIG(stat) (((*((int *) &(stat))) >> 8) & 0xff) macro
238 #ifndef WSTOPSIG
239 # define WSTOPSIG(stat) (((*((int *) &(stat))) >> 8) & 0xff) macro
/dports/devel/sunpromake/schily-2021-09-18/include/schily/
H A Dwait.h221 #undef WSTOPSIG
240 # ifndef WSTOPSIG
241 # define WSTOPSIG(status) (_W_U(status)->w_stopsig) macro
278 # ifndef WSTOPSIG
279 # define WSTOPSIG(status) ((_W_I(status) >> 8) & 0xFF) macro
/dports/devel/smake/schily-2021-09-18/include/schily/
H A Dwait.h221 #undef WSTOPSIG
240 # ifndef WSTOPSIG
241 # define WSTOPSIG(status) (_W_U(status)->w_stopsig) macro
278 # ifndef WSTOPSIG
279 # define WSTOPSIG(status) ((_W_I(status) >> 8) & 0xFF) macro

12345678910>>...99