Symbol: WTERMSIG
bin/sh/jobs.c
1119
st = WTERMSIG(status) + 128;
bin/sh/jobs.c
1123
if (!WIFSIGNALED(status) || WTERMSIG(status) != SIGINT)
bin/sh/jobs.c
1128
WIFSIGNALED(status) && WTERMSIG(status) == SIGINT)
bin/sh/jobs.c
1263
sig = WTERMSIG(sp->status);
bin/sh/jobs.c
431
i = WTERMSIG(status);
bin/sh/jobs.c
589
retval = WTERMSIG(status) + 128;
crypto/openssh/auth-pam.c
173
if (signal_is_crash(WTERMSIG(sshpam_thread_status)))
crypto/openssh/misc.c
2209
error("%s %s exited on signal %d", tag, cmd, WTERMSIG(status));
crypto/openssh/monitor_wrap.c
145
WTERMSIG(status));
crypto/openssh/monitor_wrap.c
146
cleanup_exit(signal_is_crash(WTERMSIG(status)) ?
crypto/openssh/sandbox-systrace.c
140
__func__, WTERMSIG(status));
crypto/openssh/session.c
2385
if ((r = sshpkt_put_cstring(ssh, sig2name(WTERMSIG(status)))) != 0 ||
crypto/openssh/session.c
2391
xasprintf(&note, "signal %d%s", WTERMSIG(status),
crypto/openssh/sshd-session.c
367
WTERMSIG(status));
crypto/openssh/sshd.c
345
if ((was_crash = signal_is_crash(WTERMSIG(child->status))))
crypto/openssh/sshd.c
349
WTERMSIG(child->status), child->early ? " (early)" : "");
lib/libpam/modules/pam_exec/pam_exec.c
242
func, argv[0], WTERMSIG(status),
lib/libutil/logoutx.c
60
utp->ut_exit.e_termination = (uint16_t)WTERMSIG(status);
lib/libutil/logwtmpx.c
65
ut.ut_exit.e_termination = (uint16_t)WTERMSIG(status);
sbin/fsck/preen.c
139
WTERMSIG(status));
sbin/init/init.c
1688
if (WIFSIGNALED(status) && WTERMSIG(status) == SIGTERM &&
sbin/init/init.c
766
if (WTERMSIG(status) == SIGKILL) {
sbin/init/init.c
851
if (WIFSIGNALED(status) && WTERMSIG(status) == SIGTERM &&
sbin/ip6fw/ip6fw.c
1394
WTERMSIG(status));
sbin/ipfw/ipfw2.c
4269
WTERMSIG(status));
sbin/ipfw3/ipfw3.c
1218
WTERMSIG(status));
sbin/mount/mount.c
485
warnx("%s: %s", name, sys_siglist[WTERMSIG(status)]);
sbin/mount_ufs/mount.c
442
warnx("%s: %s", name, sys_siglist[WTERMSIG(status)]);
sys/kern/kern_exit.c
1229
info->si_status = WTERMSIG(p->p_xstat);
sys/kern/kern_exit.c
308
WTERMSIG(rv), WEXITSTATUS(rv));
test/interbench/interbench.c
1447
fprintf(stderr, "with signal %d", WTERMSIG(status));
usr.bin/dfregress/userland.c
165
tr->signal = WTERMSIG(status);
usr.bin/ldd/ldd.c
185
*argv, WTERMSIG(status));
usr.bin/mail/fio.c
381
WTERMSIG(wait_status) != SIGPIPE) {
usr.bin/pwait/pwait.c
135
WTERMSIG(status));
usr.bin/script/script.c
281
e = WTERMSIG(status);
usr.bin/time/time.c
148
exit_on_sig = WIFSIGNALED(status) ? WTERMSIG(status) : 0;
usr.bin/timeout/timeout.c
404
WTERMSIG(status));
usr.bin/timeout/timeout.c
413
WTERMSIG(status));
usr.bin/timeout/timeout.c
466
kill_self(WTERMSIG(pstat));
usr.bin/xargs/xargs.c
688
if (WTERMSIG(status) != SIGPIPE) {
usr.bin/xargs/xargs.c
689
if (WTERMSIG(status) < NSIG)
usr.bin/xargs/xargs.c
691
sys_signame[WTERMSIG(status)]);
usr.bin/xargs/xargs.c
694
name, WTERMSIG(status));
usr.sbin/autofs/automountd.c
398
pid, WTERMSIG(status));
usr.sbin/autofs/popen.c
176
cur->command, pid, WTERMSIG(status));
usr.sbin/cron/cron/externs.h
107
#define WIFSIGNALED(x) (WTERMSIG(x) != 0)
usr.sbin/cron/cron/externs.h
110
#define WIFEXITED(x) (WTERMSIG(x) == 0)
usr.sbin/cron/cron/externs.h
88
# ifndef WTERMSIG
usr.sbin/cron/cron/externs.h
98
# ifndef WTERMSIG
usr.sbin/cron/crontab/crontab.c
435
editor, WTERMSIG(waiter), WCOREDUMP(waiter) ?"" :"no ");
usr.sbin/inetd/inetd.c
888
: WTERMSIG(status));
usr.sbin/inetd/inetd.c
904
: WTERMSIG(status));
usr.sbin/lpr/lpd/printjob.c
783
WTERMSIG(wstatus));
usr.sbin/lpr/lpd/printjob.c
840
pp->printer, format, WTERMSIG(wstatus));
usr.sbin/ppp/chap.c
357
log_Printf(LogWARN, "Chap: Child received signal %d\n", WTERMSIG(status));
usr.sbin/ppp/chat.c
768
log_Printf(LogWARN, "%s: signal %d\n", name, WTERMSIG(stat));
usr.sbin/ppp/exec.c
208
WTERMSIG(stat));
usr.sbin/resident/resident.c
249
*argv, WTERMSIG(status));
usr.sbin/syslogd/syslogd.c
2127
pid, WTERMSIG(status),
usr.sbin/syslogd/syslogd.c
2602
code = WTERMSIG(status);