Symbol: WIFSIGNALED
bin/csh/proc.c
125
if (WIFSIGNALED(w)) {
bin/ksh/jobs.c
1083
WIFSIGNALED(status) &&
bin/ksh/jobs.c
1184
else if (WIFSIGNALED(status))
libexec/ld.so/ldd/ldd.c
201
if (WIFSIGNALED(status)) {
libexec/spamd/grey.c
221
else if (WIFSIGNALED(status))
regress/bin/ksh/edit/edit.c
152
if (WIFSIGNALED(status) && WTERMSIG(status) != SIGHUP) {
regress/lib/libc/malloc/malloc_errs/malloc_errs.c
318
if (!WIFSIGNALED(status) ||
regress/lib/libc/sys/t_fork.c
187
ATF_REQUIRE(!WIFSIGNALED(status));
regress/lib/libc/sys/t_fork.c
209
ATF_REQUIRE(WIFSIGNALED(status));
regress/lib/libc/sys/t_fork.c
222
ATF_REQUIRE(!WIFSIGNALED(status));
regress/lib/libc/sys/t_fork.c
234
ATF_REQUIRE(WIFSIGNALED(status));
regress/lib/libc/sys/t_fork.c
318
ASSERT_EQ(!!WIFSIGNALED(status), false);
regress/lib/libc/sys/t_fork.c
329
ATF_REQUIRE_EQ(!!WIFSIGNALED(status), false);
regress/lib/libc/sys/t_kill.c
253
if (WIFSIGNALED(sta) == 0 || WTERMSIG(sta) != SIGKILL)
regress/lib/libc/sys/t_kill.c
299
if (WIFSIGNALED(sta) == 0 || WTERMSIG(sta) != SIGKILL)
regress/lib/libc/sys/t_kill.c
76
if (WIFSIGNALED(sta) == 0 || WTERMSIG(sta) != sig[i])
regress/lib/libc/sys/t_mkfifo.c
104
if (WIFSIGNALED(sta) == 0 || WTERMSIG(sta) != SIGKILL)
regress/lib/libc/sys/t_mkfifo.c
196
if (WIFSIGNALED(sta) != 0 || WTERMSIG(sta) == SIGKILL)
regress/lib/libc/sys/t_msgrcv.c
140
if (WIFEXITED(sta) == 0 || WIFSIGNALED(sta) != 0)
regress/lib/libc/sys/t_msgrcv.c
283
if (WIFSIGNALED(sta) != 0 || WTERMSIG(sta) == SIGKILL)
regress/lib/libc/sys/t_msgsnd.c
111
if (WIFEXITED(sta) != 0 || WIFSIGNALED(sta) == 0)
regress/lib/libc/sys/t_msgsnd.c
249
if (WIFEXITED(sta) == 0 || WIFSIGNALED(sta) != 0)
regress/lib/libpthread/cancel_wait/cancel_wait.c
105
ASSERT(WIFSIGNALED(status));
regress/sys/dev/kcov/kcov.c
359
if (WIFSIGNALED(status)) {
regress/sys/dev/kcov/kcov.c
428
if (WIFSIGNALED(status)) {
regress/sys/dev/wscons/sigio.c
151
if (WIFSIGNALED(status))
regress/sys/kern/fork-exit/fork-exit.c
202
if (!WIFSIGNALED(status))
regress/sys/kern/main-thread-exited/main-thread-exited.c
42
exit(! WIFSIGNALED(status) || WTERMSIG(status) != SIGKILL);
regress/sys/kern/pipe/pipe.c
101
if (WIFSIGNALED(status))
regress/sys/kern/pledge/generic/manager.c
293
if (WIFSIGNALED(status)) {
regress/sys/kern/pledge/sendrecvfd/sendrecvfd.c
263
if (WIFSIGNALED(status))
regress/sys/kern/setuid/setgid_child.c
39
if (WIFSIGNALED(status))
regress/sys/kern/setuid/setuid_child.c
39
if (WIFSIGNALED(status))
regress/sys/kern/signal/sig-stop3/sig-stop3.c
102
if (!WIFSIGNALED(status) || WTERMSIG(status) != SIGKILL)
regress/sys/kern/unveil/syscalls.c
870
if (WIFSIGNALED(status))
regress/sys/kern/unveil/unveil.h
65
if (WIFSIGNALED(status)) {
regress/sys/kern/unveil/unveil.h
77
if (WIFSIGNALED(status)) {
regress/sys/uvm/vnode/test-deadlock.c
78
if (WIFSIGNALED(status))
sbin/dhcp6leased/dhcp6leased.c
359
} else if (WIFSIGNALED(status))
sbin/dhcpleased/dhcpleased.c
374
} else if (WIFSIGNALED(status))
sbin/fsck/fsck.c
351
else if (WIFSIGNALED(status)) {
sbin/fsck/preen.c
173
if (WIFSIGNALED(status)) {
sbin/iked/iked.c
391
if (WIFSIGNALED(status)) {
sbin/iked/proc.c
395
if (WIFSIGNALED(status)) {
sbin/init/init.c
723
if (WIFSIGNALED(status) && WTERMSIG(status) == SIGTERM &&
sbin/mount/mount.c
455
} else if (WIFSIGNALED(status)) {
sbin/mountd/mountd.c
700
if (WIFSIGNALED(status)) {
sbin/newfs/newfs.c
725
} else if (WIFSIGNALED(status)) {
sbin/quotacheck/quotacheck.c
362
} else if (WIFSIGNALED(status)) {
sbin/slaacd/slaacd.c
327
} else if (WIFSIGNALED(status))
sbin/unwind/unwind.c
332
} else if (WIFSIGNALED(status))
usr.bin/awk/run.c
2168
} else if (WIFSIGNALED(status)) {
usr.bin/bc/bc.y
1081
if (WIFEXITED(status) || WIFSIGNALED(status))
usr.bin/rsync/main.c
653
else if (WIFSIGNALED(st))
usr.bin/ssh/misc.c
2208
if (WIFSIGNALED(status)) {
usr.bin/ssh/monitor.c
331
} else if (WIFSIGNALED(status)) {
usr.bin/ssh/monitor_wrap.c
135
} else if (WIFSIGNALED(status)) {
usr.bin/ssh/session.c
2029
} else if (WIFSIGNALED(status)) {
usr.bin/ssh/sshd.c
342
if (WIFSIGNALED(child->status)) {
usr.bin/time/time.c
95
if (WIFSIGNALED(status))
usr.bin/timeout/timeout.c
330
else if (WIFSIGNALED(pstat))
usr.bin/tmux/cmd-run-shell.c
260
} else if (WIFSIGNALED(status)) {
usr.bin/tmux/format.c
2066
if ((wp->flags & PANE_STATUSREADY) && WIFSIGNALED(wp->status)) {
usr.bin/tmux/popup.c
700
else if (WIFSIGNALED(status))
usr.bin/tmux/server.c
473
else if (WIFEXITED(status) || WIFSIGNALED(status))
usr.bin/vi/ex/ex_shell.c
166
if (WIFSIGNALED(pstat) && (!okpipe || WTERMSIG(pstat) != SIGPIPE)) {
usr.bin/xargs/xargs.c
587
} else if (WIFSIGNALED(status)) {
usr.sbin/acme-client/util.c
238
} else if (!WIFEXITED(c) && WIFSIGNALED(c)) {
usr.sbin/acme-client/util.c
273
if (!WIFEXITED(c) && WIFSIGNALED(c)) {
usr.sbin/amd/amd/sched.c
202
if (WIFSIGNALED(w))
usr.sbin/amd/amd/sched.c
259
WIFSIGNALED(p->w) ? WTERMSIG(p->w) : 0,
usr.sbin/bgpd/bgpd.c
499
} else if (WIFSIGNALED(status)) {
usr.sbin/bgplgd/slowcgi.c
565
if (WIFSIGNALED(status))
usr.sbin/bgplgd/slowcgi.c
571
WIFSIGNALED(status) ? "signal " : "",
usr.sbin/dvmrpd/dvmrpd.c
297
} else if (WIFSIGNALED(status))
usr.sbin/eigrpd/eigrpd.c
305
} else if (WIFSIGNALED(status))
usr.sbin/httpd/proc.c
368
if (WIFSIGNALED(status)) {
usr.sbin/inetd/inetd.c
528
else if (WIFSIGNALED(status))
usr.sbin/ldapd/ldapd.c
96
else if (WIFSIGNALED(status))
usr.sbin/ldpd/ldpd.c
312
} else if (WIFSIGNALED(status))
usr.sbin/lpd/lpd.c
236
if (WIFSIGNALED(status))
usr.sbin/npppd/npppd/npppd.c
1969
if (WIFSIGNALED(status))
usr.sbin/ntpd/constraint.c
476
if (WIFSIGNALED(status)) {
usr.sbin/ospf6d/ospf6d.c
320
} else if (WIFSIGNALED(status))
usr.sbin/ospfd/ospfd.c
336
} else if (WIFSIGNALED(status))
usr.sbin/pppd/main.c
1192
if (WIFSIGNALED(status)) {
usr.sbin/rad/rad.c
318
} else if (WIFSIGNALED(status))
usr.sbin/relayd/proc.c
368
if (WIFSIGNALED(status)) {
usr.sbin/ripd/ripd.c
293
} else if (WIFSIGNALED(status))
usr.sbin/rpki-client/main.c
1520
if (WIFSIGNALED(st)) {
usr.sbin/rpki-client/rsync.c
218
} else if (WIFSIGNALED(st)) {
usr.sbin/sasyncd/monitor.c
176
(WIFEXITED(status) || WIFSIGNALED(status)))
usr.sbin/slowcgi/slowcgi.c
542
if (WIFSIGNALED(status))
usr.sbin/smtpd/smtpd.c
364
if (WIFSIGNALED(status)) {
usr.sbin/smtpd/smtpd.c
416
if (WIFSIGNALED(status) &&
usr.sbin/smtpd/smtpd.c
426
WIFSIGNALED(status) &&
usr.sbin/snmpd/proc.c
367
if (WIFSIGNALED(status)) {
usr.sbin/snmpd/snmpd.c
278
if (WIFSIGNALED(status)) {
usr.sbin/snmpd/snmpd.c
74
if (WIFSIGNALED(status)) {
usr.sbin/snmpd/traphandler.c
394
if (WIFSIGNALED(status)) {
usr.sbin/tcpdump/tcpdump.c
567
if (pid > 0 && (WIFEXITED(status) || WIFSIGNALED(status)))
usr.sbin/user/user.c
266
if (WIFSIGNALED(status)) {
usr.sbin/vmd/proc.c
274
if (WIFSIGNALED(status)) {
usr.sbin/vmd/vmm.c
344
if (WIFEXITED(status) || WIFSIGNALED(status)) {
usr.sbin/ypldap/ypldap.c
83
if (WIFSIGNALED(status)) {