Symbol: WTERMSIG
bin/csh/proc.c
127
if (WTERMSIG(w) == SIGINT)
bin/csh/proc.c
133
pp->p_reason = WTERMSIG(w);
bin/ksh/jobs.c
1218
&& (sigtraps[WTERMSIG(status)].flags & TF_TTY_INTR))
bin/ksh/jobs.c
1219
trapsig(WTERMSIG(status));
bin/ksh/jobs.c
1349
j->status = 128 + WTERMSIG(j->last_proc->status);
bin/ksh/jobs.c
1487
&& (WTERMSIG(p->status) == SIGINT
bin/ksh/jobs.c
1488
|| WTERMSIG(p->status) == SIGPIPE)) {
bin/ksh/jobs.c
1491
strlcpy(buf, sigtraps[WTERMSIG(p->status)].mess,
bin/sh/jobs.c
1554
st = WTERMSIG(status) + 128;
bin/sh/jobs.c
1568
if (WIFSIGNALED(status) && WTERMSIG(status) == SIGINT)
bin/sh/jobs.c
468
if (WIFSTOPPED(st1) || ((st1 = WTERMSIG(st1) & 0x7f)
bin/sh/jobs.c
518
st = WTERMSIG(ps->status);
bin/sh/jobs.c
707
retval = WTERMSIG(status) + 128;
distrib/utils/ssh/ssh.c
265
if (WTERMSIG(cstat)) {
distrib/utils/ssh/ssh.c
512
if (WTERMSIG(cstat)) {
distrib/utils/ssh/ssh.c
583
WTERMSIG(cstat));
lib/libc/gen/arc4random.c
941
WTERMSIG(status));
lib/libpam/modules/pam_exec/pam_exec.c
143
argv[0], WTERMSIG(status),
lib/libutil/compat/compat_logoutx.c
68
utp->ut_exit.e_termination = (uint16_t)WTERMSIG(status);
lib/libutil/logoutx.c
68
utp->ut_exit.e_termination = (uint16_t)WTERMSIG(status);
lib/libutil/logwtmpx.c
73
ut.ut_exit.e_termination = (uint16_t)WTERMSIG(status);
lib/libutil/passwd.c
178
warnx("pwd_mkdb exited with signal %d", WTERMSIG(pstat));
lib/libutil/ttyaction.c
152
if (WTERMSIG(status)) {
lib/libutil/ttyaction.c
154
actfile, linenum, WTERMSIG(status));
libexec/ftpd/logwtmp.c
137
ut.ut_exit.e_termination = (uint16_t)WTERMSIG(status);
sbin/devpubd/devpubd.c
124
devpubd_script, WTERMSIG(status));
sbin/fsck/fsck.c
393
warnx("%s: %s", spec, strsignal(WTERMSIG(status)));
sbin/fsck/preen.c
207
WTERMSIG(status));
sbin/init/init.c
798
if (WTERMSIG(status) == SIGKILL) {
sbin/init/init.c
897
if (WIFSIGNALED(status) && WTERMSIG(status) == SIGTERM &&
sbin/mount/mount.c
568
warnx("%s: %s", name, strsignal(WTERMSIG(status)));
sys/compat/linux/common/linux_misc.c
197
sig = WTERMSIG(st);
sys/compat/linux/common/linux_signal.c
855
sts = native_to_linux_signo[WTERMSIG(status)];
sys/compat/linux32/common/linux32_signal.c
654
sts = native_to_linux32_signo[WTERMSIG(status)];
tests/dev/sysmon/t_swwdog.c
165
ATF_REQUIRE_EQ(WTERMSIG(status), SIGABRT);
tests/kernel/h_fpufork.c
60
errx(1, "child exited on signal %d", WTERMSIG(status));
tests/kernel/t_cloexec.c
305
WTERMSIG(status));
tests/kernel/t_clofork.c
282
WTERMSIG(status));
tests/kernel/t_execregs.c
108
WTERMSIG(status), strsignal(WTERMSIG(status)));
tests/kernel/t_lua.c
219
"child terminated on signal %d", WTERMSIG(status));
tests/kernel/t_signal_and_sp.c
137
WTERMSIG(status), strsignal(WTERMSIG(status)));
tests/kernel/t_sysv.c
285
c_status, WTERMSIG(c_status));
tests/kernel/t_sysv.c
505
c_status, WTERMSIG(c_status));
tests/kernel/t_sysv.c
688
c_status, WTERMSIG(c_status));
tests/lib/libc/gen/execve/t_execve.c
100
WTERMSIG(status), strsignal(WTERMSIG(status)));
tests/lib/libc/gen/execve/t_execve.c
98
ATF_REQUIRE_EQ_MSG(WTERMSIG(status), SIGTERM,
tests/lib/libc/gen/posix_spawn/t_spawn.c
549
ATF_REQUIRE_EQ_MSG(WTERMSIG(status), SIGTERM,
tests/lib/libc/gen/posix_spawn/t_spawn.c
551
WTERMSIG(status), strsignal(WTERMSIG(status)));
tests/lib/libc/gen/t_assert.c
137
if (WIFSIGNALED(sta) == 0 || WTERMSIG(sta) != SIGABRT)
tests/lib/libc/gen/t_ctype.c
832
WTERMSIG(status), strsignal(WTERMSIG(status)));
tests/lib/libc/gen/t_pause.c
103
if (WIFSIGNALED(sta) == 0 || WTERMSIG(sta) != SIGKILL)
tests/lib/libc/gen/t_siginfo.c
157
ATF_REQUIRE_EQ(WTERMSIG(info->si_status), status);
tests/lib/libc/sys/t_fork.c
211
ATF_REQUIRE_EQ(WTERMSIG(status), sig);
tests/lib/libc/sys/t_fork.c
236
ATF_REQUIRE_EQ(WTERMSIG(status), SIGKILL);
tests/lib/libc/sys/t_kill.c
252
if (WIFSIGNALED(sta) == 0 || WTERMSIG(sta) != SIGKILL)
tests/lib/libc/sys/t_kill.c
298
if (WIFSIGNALED(sta) == 0 || WTERMSIG(sta) != SIGKILL)
tests/lib/libc/sys/t_kill.c
75
if (WIFSIGNALED(sta) == 0 || WTERMSIG(sta) != sig[i])
tests/lib/libc/sys/t_mkfifo.c
103
if (WIFSIGNALED(sta) == 0 || WTERMSIG(sta) != SIGKILL)
tests/lib/libc/sys/t_mkfifo.c
195
if (WIFSIGNALED(sta) != 0 || WTERMSIG(sta) == SIGKILL)
tests/lib/libc/sys/t_msgrcv.c
282
if (WIFSIGNALED(sta) != 0 || WTERMSIG(sta) == SIGKILL)
tests/lib/libc/sys/t_ptrace_sigchld.c
107
ATF_REQUIRE_EQ(WTERMSIG(info->si_status), expected_status);
tests/lib/libc/sys/t_ptrace_wait.h
360
ATF_REQUIRE_EQ_MSG(WTERMSIG(status), expected_termsig,
tests/lib/libc/sys/t_ptrace_wait.h
375
FORKEE_ASSERT_EQ(WTERMSIG(status), expected_termsig);
tests/lib/libc/sys/t_setrlimit.c
595
ATF_REQUIRE_EQ_MSG(WTERMSIG(status), SIGSEGV, "termsig=%d",
tests/lib/libc/sys/t_setrlimit.c
596
WTERMSIG(status));
tests/lib/libc/sys/t_setrlimit.c
600
WTERMSIG(status));
tests/lib/libc/sys/t_wait.c
122
ATF_REQUIRE(WIFSIGNALED(st) && WTERMSIG(st) == SIGTERM);
tests/lib/libc/sys/t_wait.c
158
ATF_REQUIRE(WIFSIGNALED(st) && WTERMSIG(st) == SIGSEGV
tests/lib/libc/sys/t_wait.c
223
ATF_REQUIRE(WIFSIGNALED(st) && WTERMSIG(st) == SIGQUIT);
tests/lib/libc/sys/t_wait.c
289
ATF_REQUIRE(WIFSIGNALED(st) && WTERMSIG(st) == SIGQUIT);
tests/lib/libpthread/t_once.c
221
WTERMSIG(status), strsignal(WTERMSIG(status)), trial);
tests/net/mcast/mcast.c
385
if (WTERMSIG(status) == SIGTERM)
tests/net/mcast/mcast.c
392
strsignal(WTERMSIG(status)));
tests/rump/rumpkern/h_client/h_stresscli.c
208
if (!WIFSIGNALED(status) || WTERMSIG(status) != thesig){
tests/rump/rumpkern/t_kern.c
78
ATF_REQUIRE(WIFSIGNALED(status) && WTERMSIG(status) == SIGABRT);
tests/rump/rumpkern/t_lwproc.c
206
ATF_REQUIRE_EQ(WTERMSIG(status), SIGABRT);
tests/rump/rumpkern/t_signals.c
112
ATF_REQUIRE(WIFSIGNALED(status) && WTERMSIG(status) == SIGABRT);
usr.bin/diff/pr.c
111
WTERMSIG(wstatus));
usr.bin/diff3/diff3.c
839
errx(2, "diff killed by signal %d", WTERMSIG(status));
usr.bin/make/compat.c
392
status = WTERMSIG(reason);
usr.bin/make/job.c
1263
(void)printf("*** [%s] Signal %d\n", job->node->name, WTERMSIG(status));
usr.bin/progress/progress.c
264
ws = WIFSIGNALED(ws) ? WTERMSIG(ws) : WEXITSTATUS(ws);
usr.bin/pwait/pwait.c
186
WTERMSIG(status));
usr.bin/rlogin/rlogin.c
419
done(WEXITSTATUS(status) | WTERMSIG(status));
usr.bin/script/script.c
241
return 128 + WTERMSIG(status);
usr.bin/timeout/timeout.c
358
pstat = 128 + WTERMSIG(pstat);
usr.bin/xargs/xargs.c
602
if (WTERMSIG(status) < NSIG) {
usr.bin/xargs/xargs.c
604
sys_signame[WTERMSIG(status)]);
usr.bin/xargs/xargs.c
607
WTERMSIG(status));
usr.bin/xlint/xlint/xlint.c
336
signo = WTERMSIG(status);
usr.sbin/autofs/automountd.c
413
pid, WTERMSIG(status));
usr.sbin/autofs/popen.c
182
cur->command, pid, WTERMSIG(status));
usr.sbin/inetd/inetd.c
708
sep->se_server, WTERMSIG(status));
usr.sbin/lpr/lpd/printjob.c
724
printer, WEXITSTATUS(status), WTERMSIG(status));
usr.sbin/lpr/lpd/printjob.c
775
printer, format, (int)child_pid, WTERMSIG(status));
usr.sbin/sysinst/run.c
593
return WTERMSIG(status);
usr.sbin/syslogd/syslogd.c
4339
code = WTERMSIG(status);
usr.sbin/user/user.c
262
warnx("Error running `%s': Signal %d", buf, WTERMSIG(ret));