Searched refs:WTERMSIG (Results 26 - 50 of 93) sorted by relevance

1234

/freebsd-9.3-release/sbin/fsck/
H A Dpreen.c189 WTERMSIG(status));
H A Dfsck.c388 warnx("%s: %s", spec, strsignal(WTERMSIG(status)));
/freebsd-9.3-release/sbin/hastd/
H A Dhooks.c273 pid, WTERMSIG(status), hp->hp_comm);
/freebsd-9.3-release/sbin/quotacheck/
H A Dpreen.c166 WTERMSIG(status));
/freebsd-9.3-release/usr.bin/ldd/
H A Dldd.c241 WTERMSIG(status));
/freebsd-9.3-release/usr.bin/time/
H A Dtime.c140 exitonsig = WIFSIGNALED(status) ? WTERMSIG(status) : 0;
/freebsd-9.3-release/usr.bin/make/
H A Djob.c376 #define W_SETTERMSIG(st, val) W_SETMASKED(st, val, WTERMSIG)
898 if (WTERMSIG(*status) == SIGCONT) {
979 if (done || DEBUG(JOB) || (WTERMSIG(*status) == SIGCONT)) {
998 if (WTERMSIG(*status) == SIGCONT) {
1036 WTERMSIG(*status));
2146 (WTERMSIG(status) == SIGCONT)) {
3048 status = WTERMSIG(reason);
/freebsd-9.3-release/contrib/gcc/
H A Dsystem.h333 #ifndef WTERMSIG
334 #define WTERMSIG(S) ((S) & 0x7f) macro
/freebsd-9.3-release/gnu/usr.bin/gdb/gdbserver/
H A Dfbsd-low.c679 fprintf (stderr, "\nChild terminated with signal = %x \n", WTERMSIG (w));
684 return ((unsigned char) WTERMSIG (w));
/freebsd-9.3-release/usr.sbin/sysinstall/
H A Duser.c321 msgDebug("pw(8) exited with signal %d.\n", WTERMSIG(i));
632 j = WTERMSIG(i);
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dresrc.c51 #ifndef WTERMSIG
52 #define WTERMSIG(w) ((w) & 0177) macro
64 #ifndef WTERMSIG
65 #define WTERMSIG(w) ((w) & 0x7f) macro
299 fatal (_("subprocess got fatal signal %d"), WTERMSIG (wait_status));
/freebsd-9.3-release/contrib/openbsm/bin/auditd/
H A Dauditd.c625 WTERMSIG(wstatus)));
/freebsd-9.3-release/contrib/sendmail/include/sm/
H A Dconf.h715 # undef WTERMSIG macro
2337 # undef WTERMSIG macro
2899 # ifndef WTERMSIG
2900 # define WTERMSIG(st) (((st) & 0177)) macro
2901 # endif /* ! WTERMSIG */
/freebsd-9.3-release/lib/libpam/modules/pam_exec/
H A Dpam_exec.c241 func, argv[0], WTERMSIG(status),
/freebsd-9.3-release/sbin/ipfw/
H A Dmain.c584 WTERMSIG(status));
/freebsd-9.3-release/tools/regression/posixshm/
H A Dposixshm.c578 if (!WIFSIGNALED(status) || WTERMSIG(status) != SIGSEGV) {
/freebsd-9.3-release/tools/test/ptrace/
H A Dscescx.c69 snprintf(b, sizeof(b), "SIG(%s)", strsignal(WTERMSIG(status)));
/freebsd-9.3-release/usr.bin/mail/
H A Dfio.c388 WTERMSIG(wait_status) != SIGPIPE) {
/freebsd-9.3-release/sys/kern/
H A Dkern_exit.c149 WTERMSIG(rv), WEXITSTATUS(rv));
983 siginfo->si_status = WTERMSIG(p->p_xstat);
986 siginfo->si_status = WTERMSIG(p->p_xstat);
/freebsd-9.3-release/contrib/tcsh/
H A Dsh.proc.c55 #ifndef WTERMSIG
56 # define WTERMSIG(w) (((union wait *) &(w))->w_termsig) macro
60 #endif /* !WTERMSIG */
264 (int)getpid(), (int)pid, w, WTERMSIG(w),
313 if (WTERMSIG(w) == SIGINT)
319 pp->p_reason = WTERMSIG(w);
/freebsd-9.3-release/sbin/init/
H A Dinit.c780 if (WTERMSIG(status) == SIGKILL) {
894 if (WIFSIGNALED(status) && WTERMSIG(status) == SIGTERM &&
1693 if (WIFSIGNALED(status) && WTERMSIG(status) == SIGTERM &&
/freebsd-9.3-release/sys/i386/ibcs2/
H A Dibcs2_misc.c182 if (WTERMSIG(status) <= 0 ||
183 WTERMSIG(status) > IBCS2_SIGTBLSZ)
185 status = bsd_to_ibcs2_sig[_SIG_IDX(WTERMSIG(status))];
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/plockstat/
H A Dplockstat.c697 proc_signame(WTERMSIG(wstat),
/freebsd-9.3-release/contrib/bmake/
H A Dcompat.c453 status = WTERMSIG(reason); /* signaled */
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dlynx-nat.c489 target_signal_from_host (WTERMSIG (status));

Completed in 196 milliseconds

1234