Symbol: WIFSIGNALED
bin/sh/jobs.c
1110
*signaled = WIFSIGNALED(status);
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
1262
if (WIFSIGNALED(sp->status)) {
crypto/openssh/auth-pam.c
172
if (WIFSIGNALED(sshpam_thread_status)) {
crypto/openssh/misc.c
2208
if (WIFSIGNALED(status)) {
crypto/openssh/monitor_wrap.c
143
} else if (WIFSIGNALED(status)) {
crypto/openssh/sandbox-systrace.c
138
if (WIFSIGNALED(status))
crypto/openssh/session.c
2380
} else if (WIFSIGNALED(status)) {
crypto/openssh/sshd-session.c
365
} else if (WIFSIGNALED(status))
crypto/openssh/sshd.c
340
if (WIFSIGNALED(child->status)) {
lib/libpam/modules/pam_exec/pam_exec.c
240
if (WIFSIGNALED(status)) {
lib/libutil/logoutx.c
59
if (WIFSIGNALED(status))
lib/libutil/logwtmpx.c
64
if (WIFSIGNALED(status))
sbin/fsck/preen.c
136
if (WIFSIGNALED(status)) {
sbin/init/init.c
1688
if (WIFSIGNALED(status) && WTERMSIG(status) == SIGTERM &&
sbin/init/init.c
851
if (WIFSIGNALED(status) && WTERMSIG(status) == SIGTERM &&
sbin/ip6fw/ip6fw.c
1391
} else if (WIFSIGNALED(status)) {
sbin/ipfw/ipfw2.c
4266
else if (WIFSIGNALED(status))
sbin/ipfw3/ipfw3.c
1216
else if (WIFSIGNALED(status))
sbin/mount/mount.c
484
} else if (WIFSIGNALED(status)) {
sbin/mount_ufs/mount.c
441
} else if (WIFSIGNALED(status)) {
test/interbench/interbench.c
1446
if (WIFSIGNALED(status))
test/testcases/mem/mmap_madvise_1/mmap_madvise_1.c
87
if (WIFSIGNALED(status)) {
usr.bin/bc/bc.y
1077
if (WIFEXITED(status) || WIFSIGNALED(status))
usr.bin/dfregress/userland.c
163
} else if (WIFSIGNALED(status)) {
usr.bin/ldd/ldd.c
183
} else if (WIFSIGNALED(status)) {
usr.bin/mail/cmd2.c
360
if (WIFSIGNALED(wait_status) && WCOREDUMP(wait_status))
usr.bin/mail/fio.c
380
if (wait_child(pid) < 0 && WIFSIGNALED(wait_status) &&
usr.bin/pwait/pwait.c
132
else if (WIFSIGNALED(status))
usr.bin/script/script.c
280
else if (WIFSIGNALED(status))
usr.bin/time/time.c
148
exit_on_sig = WIFSIGNALED(status) ? WTERMSIG(status) : 0;
usr.bin/timeout/timeout.c
465
if (WIFSIGNALED(pstat))
usr.bin/xargs/xargs.c
686
} else if (WIFSIGNALED(status)) {
usr.sbin/autofs/automountd.c
396
if (WIFSIGNALED(status)) {
usr.sbin/autofs/popen.c
174
if (WIFSIGNALED(status)) {
usr.sbin/cron/cron/do_command.c
543
if (WIFSIGNALED(waiter) && WCOREDUMP(waiter))
usr.sbin/cron/cron/externs.h
106
#ifndef WIFSIGNALED
usr.sbin/cron/crontab/crontab.c
433
if (WIFSIGNALED(waiter)) {
usr.sbin/inetd/inetd.c
898
if (WIFSIGNALED(status) || WEXITSTATUS(status))
usr.sbin/ppp/chap.c
356
else if (WIFSIGNALED(status))
usr.sbin/ppp/chat.c
767
if (WIFSIGNALED(stat)) {
usr.sbin/ppp/exec.c
206
} else if (WIFSIGNALED(stat)) {
usr.sbin/resident/resident.c
247
} else if (WIFSIGNALED(status)) {
usr.sbin/syslogd/syslogd.c
2125
if (WIFSIGNALED(status))
usr.sbin/syslogd/syslogd.c
2600
if (WIFSIGNALED(status)) {