Searched refs:WIFSTOPPED (Results 1 - 25 of 43) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/fixincludes/tests/base/sys/
H A Dwait.h13 #define WSTOPSIG(__x) (int)(WIFSTOPPED(__x) ? (int)((((unsigned int)__x) >> 8) & 0xff) : -1)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/fixincludes/tests/base/sys/
H A Dwait.h21 #define WSTOPSIG(__x) (int)(WIFSTOPPED(__x) ? (int)((((unsigned int)__x) >> 8) & 0xff) : -1)
/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dksh_wait.h17 # undef WIFSTOPPED macro
40 #ifndef WIFSTOPPED
41 # define WIFSTOPPED(s) (((s) & 0xff) == 0x7f) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dgdb_wait.h52 #ifndef WIFSTOPPED
60 #define WIFSTOPPED(w) ((w)&0x40) macro
63 #define WIFSTOPPED(w) (((w)&0377) == 0177) macro
H A Dlinux-nat.c482 if (! WIFSTOPPED (status))
520 if (ret == child_pid && WIFSTOPPED (status)
1122 if (WIFSTOPPED (status))
1437 if (!WIFSTOPPED (status))
1502 if (!WIFSTOPPED (status))
1604 if (!WIFSTOPPED (status))
1739 gdb_assert (lp->status == 0 || WIFSTOPPED (lp->status));
1814 && WIFSTOPPED (status))
1948 if (lp->status && WIFSTOPPED (lp->status))
2216 else if (!WIFSTOPPED (statu
[all...]
H A Dinf-ptrace.c425 if (!WIFSTOPPED (status) && pid != ptid_get_pid (inferior_ptid))
431 if (WIFSTOPPED (status))
H A Dlinux-fork.c344 } while (ret == pid && WIFSTOPPED (status));
H A Dspu-linux-nat.c448 if (pid != -1 && !WIFSTOPPED (status) && pid != PIDGET (inferior_ptid))
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A Dwait.h21 #ifndef WIFSTOPPED
22 #define WIFSTOPPED(w) (((w) & 0xff) == 0x7f) macro
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/include/ac/
H A Dwait.h45 #ifndef WIFSTOPPED
46 # define WIFSTOPPED(s) (LDAP_LO(s) == 0177 && LDAP_HI(s) != 0) macro
/netbsd-6-1-5-RELEASE/games/sail/
H A Dpl_1.c137 if (pid < 0 || (pid > 0 && !WIFSTOPPED(status)))
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/lib/
H A Dwait-process.c45 #define WIFSTOPPED(x) 0 macro
76 /* For valid x, exactly one of WIFSIGNALED(x), WIFEXITED(x), WIFSTOPPED(x)
84 #ifndef WIFSTOPPED
85 # define WIFSTOPPED(x) (WTERMSIG (x) == 0x7f) macro
373 /* One of WIFSIGNALED (status), WIFEXITED (status), WIFSTOPPED (status)
375 if (!WIFSTOPPED (status))
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dwait.h56 #define WIFSTOPPED(x) (_WSTATUS(x) == _WSTOPPED) macro
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/conf/nfs_prot/
H A Dnfs_prot_nextstep.h261 #define WIFSTOPPED(status) ((status) & 0100) macro
262 #define WSTOPSIG(status) (int)(WIFSTOPPED(status) ? \
265 !WIFSTOPPED(status) )
/netbsd-6-1-5-RELEASE/usr.sbin/sup/source/
H A Drun.c200 if (WIFSTOPPED(status)) {
/netbsd-6-1-5-RELEASE/bin/sh/
H A Djobs.c369 if (WIFSTOPPED(ps->status)) {
414 if (WIFSTOPPED(st1) || ((st1 = WTERMSIG(st1) & 0x7f)
457 if (WIFSTOPPED(ps->status))
643 else if (WIFSTOPPED(status))
1002 else if (WIFSTOPPED(status))
1070 else if (WIFSTOPPED(sp->status))
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/gdbserver/
H A Dlinux-low.c416 else if (!WIFSTOPPED (status))
768 } while (pid > 0 && WIFSTOPPED (wstat));
805 } while (lwpid > 0 && WIFSTOPPED (wstat));
1020 && (!WIFSTOPPED (*wstatp)
1031 if (child == NULL && WIFSTOPPED (*wstatp))
1072 if (WIFSTOPPED (*wstatp) && WSTOPSIG (*wstatp) == SIGTRAP)
1105 if (WIFSTOPPED (*wstatp))
1109 && WIFSTOPPED (*wstatp)
1208 || (WIFSTOPPED (*wstat) && WSTOPSIG (*wstat) != SIGTRAP))
1557 if (! WIFSTOPPED (*wsta
[all...]
H A Dlynx-low.c450 if (WIFSTOPPED (wstat))
H A Dspu-low.c460 else if (!WIFSTOPPED (w))
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dsimple_exec.c120 if(WIFSTOPPED(status))
/netbsd-6-1-5-RELEASE/tests/lib/libc/gen/
H A Dt_siginfo.c145 else if (WIFSTOPPED(info->si_status))
/netbsd-6-1-5-RELEASE/usr.bin/make/
H A Dcompat.c410 if (WIFSTOPPED(reason)) {
/netbsd-6-1-5-RELEASE/external/bsd/tmux/dist/
H A Dserver.c393 if (WIFSTOPPED(status))
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/roff/groff/
H A Dpipeline.c51 #define WIFSTOPPED(s) (((s) & 0377) == 0177) macro
/netbsd-6-1-5-RELEASE/usr.bin/su/
H A Dsu_pam.c402 if (WIFSTOPPED(status)) {

Completed in 260 milliseconds

12