Searched refs:WSTOPSIG (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-9.3-release/contrib/cvs/lib/
H A Dwait.h34 #ifndef WSTOPSIG
35 #define WSTOPSIG(w) (((w) >> 8) & 0xff) macro
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dgdb_wait.h76 #ifndef WSTOPSIG
77 #define WSTOPSIG WEXITSTATUS macro
H A Dlin-lwp.c144 strsignal (WSTOPSIG (status)));
147 strsignal (WSTOPSIG (status)));
331 && WIFSTOPPED (status) && WSTOPSIG (status));
385 && WIFSTOPPED (status) && WSTOPSIG (status) == SIGSTOP);
406 strsignal (WSTOPSIG (lp->status)),
413 WSTOPSIG (lp->status)) < 0)
442 WSTOPSIG (lp->status)) < 0)
450 strsignal (WSTOPSIG (lp->status)));
721 if (flush_mask && sigismember (flush_mask, WSTOPSIG (status)))
740 if (WSTOPSIG (statu
[all...]
H A Dlynx-nat.c438 && WSTOPSIG (status) == SIGTRAP
460 && WSTOPSIG (status) == SIGTRAP
495 target_signal_from_host (WSTOPSIG (status));
/freebsd-9.3-release/contrib/bmake/
H A Dwait.h33 # define WSTOPSIG(x) ((&x)->w_stopsig) macro
53 #ifndef WSTOPSIG
54 # define WSTOPSIG(x) WSTOPPED macro
H A Dcompat.c426 status = WSTOPSIG(reason); /* stopped */
H A Djob.c2037 switch (WSTOPSIG(status)) {
2046 job->node->name, WSTOPSIG(status));
/freebsd-9.3-release/contrib/tcsh/
H A Dmi.wait.h34 #define WSTOPSIG(s) (__HIGH(s) & 0377) /* stop signal */ macro
H A Dsh.proc.c64 #ifndef WSTOPSIG
65 # define WSTOPSIG(w) (((union wait *) &(w))->w_stopsig) macro
66 #endif /* !WSTOPSIG */
289 pp->p_reason = WSTOPSIG(w);
/freebsd-9.3-release/tools/test/ptrace/
H A Dscescx.c79 snprintf(b, sizeof(b), "SIG(%s)", strsignal(WSTOPSIG(status)));
210 assert(WSTOPSIG(status) == SIGTRAP);
235 assert(WSTOPSIG(status) == SIGTRAP);
276 assert(WSTOPSIG(status) == SIGTRAP);
360 assert(WSTOPSIG(status) == SIGSTOP);
389 assert(WSTOPSIG(status) == SIGSTOP);
/freebsd-9.3-release/gnu/usr.bin/gdb/gdbserver/
H A Dfbsd-low.c372 || (WSTOPSIG (*wstatp) != 32
373 && WSTOPSIG (*wstatp) != 33)))
483 && WSTOPSIG (wstat) == SIGSTOP
500 WSTOPSIG (wstat), event_child->tid,
504 WSTOPSIG (wstat));
511 if (!WIFSTOPPED (wstat) || WSTOPSIG (wstat) != SIGTRAP)
694 return ((unsigned char) WSTOPSIG (w));
740 && WSTOPSIG (wstat) != SIGSTOP)
/freebsd-9.3-release/usr.bin/truss/
H A Dsetup.c214 switch (WSTOPSIG(waitval)) {
231 info->pr_data = WSTOPSIG(waitval);
/freebsd-9.3-release/sys/sys/
H A Dwait.h55 #define WSTOPSIG(x) (_W_INT(x) >> 8) macro
/freebsd-9.3-release/contrib/libreadline/examples/rlfe/
H A Dos.h459 #ifndef WSTOPSIG
461 # define WSTOPSIG(status) ((status >> 8) & 0377) macro
463 # define WSTOPSIG(status) status.w_S.w_Stopsig macro
/freebsd-9.3-release/release/picobsd/tinyware/passwd/
H A Dpw_util.c223 raise(WSTOPSIG(pstat));
/freebsd-9.3-release/contrib/gcclibs/libiberty/testsuite/
H A Dtest-pexecute.c62 #ifndef WSTOPSIG
63 #define WSTOPSIG WEXITSTATUS macro
/freebsd-9.3-release/contrib/gcc/
H A Dsystem.h342 #ifndef WSTOPSIG
343 #define WSTOPSIG WEXITSTATUS macro
/freebsd-9.3-release/bin/sh/
H A Djobs.c328 i = WSTOPSIG(ps->status);
489 retval = WSTOPSIG(status) + 128;
988 st = WSTOPSIG(status) + 128;
/freebsd-9.3-release/sys/i386/ibcs2/
H A Dibcs2_misc.c176 if (WSTOPSIG(status) <= 0 ||
177 WSTOPSIG(status) > IBCS2_SIGTBLSZ)
180 IBCS2_STOPCODE(bsd_to_ibcs2_sig[_SIG_IDX(WSTOPSIG(status))]);
/freebsd-9.3-release/contrib/groff/src/roff/groff/
H A Dpipeline.c53 #define WSTOPSIG(s) (((s) >> 8) & 0377) macro
/freebsd-9.3-release/lib/libutil/
H A Dpw_util.c335 raise(WSTOPSIG(pstat));
/freebsd-9.3-release/usr.sbin/ppp/
H A Dexec.c367 WSTOPSIG(stat));
/freebsd-9.3-release/sys/compat/svr4/
H A Dsvr4_misc.c147 sig = WSTOPSIG(st);
1154 sig = WSTOPSIG(st);
/freebsd-9.3-release/usr.bin/make/
H A Djob.c1064 job->node->name, WSTOPSIG(*status));
3046 status = WSTOPSIG(reason);
/freebsd-9.3-release/contrib/sendmail/include/sm/
H A Dconf.h2338 # undef WSTOPSIG macro

Completed in 192 milliseconds

12