Symbol: WIFSIGNALED
bin/pwait/pwait.c
272
} else if (WIFSIGNALED(status)) {
bin/sh/jobs.c
1106
*signaled = WIFSIGNALED(status);
bin/sh/jobs.c
1119
if (!WIFSIGNALED(status) || WTERMSIG(status) != SIGINT)
bin/sh/jobs.c
1124
WIFSIGNALED(status) && WTERMSIG(status) == SIGINT)
bin/sh/jobs.c
1258
if (WIFSIGNALED(sp->status)) {
crypto/heimdal/appl/login/login.c
99
if(WIFEXITED(status) || WIFSIGNALED(status)) {
crypto/heimdal/lib/roken/rkpty.c
294
else if (WIFSIGNALED(status)) {
crypto/heimdal/lib/roken/simple_exec.c
124
if(WIFSIGNALED(status)) {
crypto/openssh/auth-pam.c
178
if (WIFSIGNALED(sshpam_thread_status)) {
crypto/openssh/misc.c
2294
if (WIFSIGNALED(status)) {
crypto/openssh/monitor.c
393
} else if (WIFSIGNALED(status)) {
crypto/openssh/monitor_wrap.c
138
} else if (WIFSIGNALED(status)) {
crypto/openssh/openbsd-compat/bsd-waitpid.h
41
#define WTERMSIG(w) (int)(WIFSIGNALED(w) ? (_W_INT(w) & 0177) : -1)
crypto/openssh/session.c
2367
} else if (WIFSIGNALED(status)) {
crypto/openssh/sshd.c
368
if (WIFSIGNALED(child->status)) {
crypto/openssl/apps/lib/http_server.c
129
} else if (WIFSIGNALED(status)) {
crypto/openssl/apps/speed.c
5140
} else if (WIFSIGNALED(status)) {
lib/libc/tests/secure/fortify_poll_test.c
253
if (!WIFSIGNALED(__status)) {
lib/libc/tests/secure/fortify_poll_test.c
362
if (!WIFSIGNALED(__status)) {
lib/libc/tests/secure/fortify_poll_test.c
471
if (!WIFSIGNALED(__status)) {
lib/libc/tests/secure/fortify_poll_test.c
583
if (!WIFSIGNALED(__status)) {
lib/libc/tests/secure/fortify_random_test.c
289
if (!WIFSIGNALED(__status)) {
lib/libc/tests/secure/fortify_select_test.c
241
if (!WIFSIGNALED(__status)) {
lib/libc/tests/secure/fortify_select_test.c
341
if (!WIFSIGNALED(__status)) {
lib/libc/tests/secure/fortify_select_test.c
435
if (!WIFSIGNALED(__status)) {
lib/libc/tests/secure/fortify_select_test.c
535
if (!WIFSIGNALED(__status)) {
lib/libc/tests/secure/fortify_select_test.c
629
if (!WIFSIGNALED(__status)) {
lib/libc/tests/secure/fortify_select_test.c
729
if (!WIFSIGNALED(__status)) {
lib/libc/tests/secure/fortify_signal_test.c
289
if (!WIFSIGNALED(__status)) {
lib/libc/tests/secure/fortify_socket_test.c
1111
if (!WIFSIGNALED(__status)) {
lib/libc/tests/secure/fortify_socket_test.c
1330
if (!WIFSIGNALED(__status)) {
lib/libc/tests/secure/fortify_socket_test.c
1504
if (!WIFSIGNALED(__status)) {
lib/libc/tests/secure/fortify_socket_test.c
1601
if (!WIFSIGNALED(__status)) {
lib/libc/tests/secure/fortify_socket_test.c
1704
if (!WIFSIGNALED(__status)) {
lib/libc/tests/secure/fortify_socket_test.c
1898
if (!WIFSIGNALED(__status)) {
lib/libc/tests/secure/fortify_socket_test.c
306
if (!WIFSIGNALED(__status)) {
lib/libc/tests/secure/fortify_socket_test.c
465
if (!WIFSIGNALED(__status)) {
lib/libc/tests/secure/fortify_socket_test.c
619
if (!WIFSIGNALED(__status)) {
lib/libc/tests/secure/fortify_socket_test.c
773
if (!WIFSIGNALED(__status)) {
lib/libc/tests/secure/fortify_socket_test.c
942
if (!WIFSIGNALED(__status)) {
lib/libc/tests/secure/fortify_stdio_test.c
1037
if (!WIFSIGNALED(__status)) {
lib/libc/tests/secure/fortify_stdio_test.c
1196
if (!WIFSIGNALED(__status)) {
lib/libc/tests/secure/fortify_stdio_test.c
1338
if (!WIFSIGNALED(__status)) {
lib/libc/tests/secure/fortify_stdio_test.c
1492
if (!WIFSIGNALED(__status)) {
lib/libc/tests/secure/fortify_stdio_test.c
289
if (!WIFSIGNALED(__status)) {
lib/libc/tests/secure/fortify_stdio_test.c
431
if (!WIFSIGNALED(__status)) {
lib/libc/tests/secure/fortify_stdio_test.c
580
if (!WIFSIGNALED(__status)) {
lib/libc/tests/secure/fortify_stdio_test.c
729
if (!WIFSIGNALED(__status)) {
lib/libc/tests/secure/fortify_stdio_test.c
878
if (!WIFSIGNALED(__status)) {
lib/libc/tests/secure/fortify_stdlib_test.c
289
if (!WIFSIGNALED(__status)) {
lib/libc/tests/secure/fortify_stdlib_test.c
431
if (!WIFSIGNALED(__status)) {
lib/libc/tests/secure/fortify_stdlib_test.c
573
if (!WIFSIGNALED(__status)) {
lib/libc/tests/secure/fortify_string_test.c
1036
if (!WIFSIGNALED(__status)) {
lib/libc/tests/secure/fortify_string_test.c
1200
if (!WIFSIGNALED(__status)) {
lib/libc/tests/secure/fortify_string_test.c
1364
if (!WIFSIGNALED(__status)) {
lib/libc/tests/secure/fortify_string_test.c
1528
if (!WIFSIGNALED(__status)) {
lib/libc/tests/secure/fortify_string_test.c
1692
if (!WIFSIGNALED(__status)) {
lib/libc/tests/secure/fortify_string_test.c
1856
if (!WIFSIGNALED(__status)) {
lib/libc/tests/secure/fortify_string_test.c
2020
if (!WIFSIGNALED(__status)) {
lib/libc/tests/secure/fortify_string_test.c
2184
if (!WIFSIGNALED(__status)) {
lib/libc/tests/secure/fortify_string_test.c
294
if (!WIFSIGNALED(__status)) {
lib/libc/tests/secure/fortify_string_test.c
441
if (!WIFSIGNALED(__status)) {
lib/libc/tests/secure/fortify_string_test.c
588
if (!WIFSIGNALED(__status)) {
lib/libc/tests/secure/fortify_string_test.c
730
if (!WIFSIGNALED(__status)) {
lib/libc/tests/secure/fortify_string_test.c
872
if (!WIFSIGNALED(__status)) {
lib/libc/tests/secure/fortify_strings_test.c
294
if (!WIFSIGNALED(__status)) {
lib/libc/tests/secure/fortify_strings_test.c
436
if (!WIFSIGNALED(__status)) {
lib/libc/tests/secure/fortify_strings_test.c
578
if (!WIFSIGNALED(__status)) {
lib/libc/tests/secure/fortify_uio_test.c
247
if (!WIFSIGNALED(__status)) {
lib/libc/tests/secure/fortify_uio_test.c
350
if (!WIFSIGNALED(__status)) {
lib/libc/tests/secure/fortify_uio_test.c
519
if (!WIFSIGNALED(__status)) {
lib/libc/tests/secure/fortify_uio_test.c
619
if (!WIFSIGNALED(__status)) {
lib/libc/tests/secure/fortify_uio_test.c
722
if (!WIFSIGNALED(__status)) {
lib/libc/tests/secure/fortify_uio_test.c
891
if (!WIFSIGNALED(__status)) {
lib/libc/tests/secure/fortify_unistd_test.c
1049
if (!WIFSIGNALED(__status)) {
lib/libc/tests/secure/fortify_unistd_test.c
1203
if (!WIFSIGNALED(__status)) {
lib/libc/tests/secure/fortify_unistd_test.c
1357
if (!WIFSIGNALED(__status)) {
lib/libc/tests/secure/fortify_unistd_test.c
1509
if (!WIFSIGNALED(__status)) {
lib/libc/tests/secure/fortify_unistd_test.c
1651
if (!WIFSIGNALED(__status)) {
lib/libc/tests/secure/fortify_unistd_test.c
1803
if (!WIFSIGNALED(__status)) {
lib/libc/tests/secure/fortify_unistd_test.c
1945
if (!WIFSIGNALED(__status)) {
lib/libc/tests/secure/fortify_unistd_test.c
2112
if (!WIFSIGNALED(__status)) {
lib/libc/tests/secure/fortify_unistd_test.c
310
if (!WIFSIGNALED(__status)) {
lib/libc/tests/secure/fortify_unistd_test.c
457
if (!WIFSIGNALED(__status)) {
lib/libc/tests/secure/fortify_unistd_test.c
599
if (!WIFSIGNALED(__status)) {
lib/libc/tests/secure/fortify_unistd_test.c
741
if (!WIFSIGNALED(__status)) {
lib/libc/tests/secure/fortify_unistd_test.c
895
if (!WIFSIGNALED(__status)) {
lib/libc/tests/secure/fortify_wchar_test.c
1058
if (!WIFSIGNALED(__status)) {
lib/libc/tests/secure/fortify_wchar_test.c
1222
if (!WIFSIGNALED(__status)) {
lib/libc/tests/secure/fortify_wchar_test.c
1386
if (!WIFSIGNALED(__status)) {
lib/libc/tests/secure/fortify_wchar_test.c
1550
if (!WIFSIGNALED(__status)) {
lib/libc/tests/secure/fortify_wchar_test.c
1714
if (!WIFSIGNALED(__status)) {
lib/libc/tests/secure/fortify_wchar_test.c
1878
if (!WIFSIGNALED(__status)) {
lib/libc/tests/secure/fortify_wchar_test.c
2042
if (!WIFSIGNALED(__status)) {
lib/libc/tests/secure/fortify_wchar_test.c
294
if (!WIFSIGNALED(__status)) {
lib/libc/tests/secure/fortify_wchar_test.c
441
if (!WIFSIGNALED(__status)) {
lib/libc/tests/secure/fortify_wchar_test.c
588
if (!WIFSIGNALED(__status)) {
lib/libc/tests/secure/fortify_wchar_test.c
730
if (!WIFSIGNALED(__status)) {
lib/libc/tests/secure/fortify_wchar_test.c
894
if (!WIFSIGNALED(__status)) {
lib/libpam/modules/pam_exec/pam_exec.c
419
if (WIFSIGNALED(status)) {
lib/libproc/proc_util.c
164
if (WIFEXITED(status) || WIFSIGNALED(status))
lib/libutil/tests/pidfile_test.c
227
if (WIFSIGNALED(status))
libexec/flua/modules/lposix.c
489
} else if (WIFSIGNALED(status)) {
sbin/dumpon/dumpon.c
368
else if (WIFSIGNALED(status))
sbin/fsck/fsck.c
403
else if (WIFSIGNALED(status)) {
sbin/fsck/preen.c
184
if (WIFSIGNALED(status)) {
sbin/hastd/hastd.c
313
} else if (WIFSIGNALED(status)) {
sbin/hastd/hastd.c
353
if (WIFSIGNALED(status) ||
sbin/hastd/hooks.c
269
} else if (WIFSIGNALED(status)) {
sbin/init/init.c
1236
if (WIFSIGNALED(status) && WTERMSIG(status) == SIGTERM &&
sbin/init/init.c
2107
if (WIFSIGNALED(status) && WTERMSIG(status) == SIGTERM &&
sbin/ipfw/main.c
663
else if (WIFSIGNALED(status))
sbin/mdmfs/mdmfs.c
808
if (WIFSIGNALED(status))
sbin/mount/mount.c
166
} else if (WIFSIGNALED(status)) {
sbin/quotacheck/preen.c
155
if (WIFSIGNALED(status)) {
sbin/reboot/reboot.c
111
if (WIFSIGNALED(status))
sys/compat/linux/linux_misc.c
733
if (WIFSIGNALED(tmpstat)) {
sys/kern/kern_exit.c
1145
} else if (WIFSIGNALED(p->p_xsig)) {
sys/kern/kern_exit.c
652
else if (WIFSIGNALED(signo))
sys/kern/kern_sig.c
3727
} else if (WIFSIGNALED(p->p_xsig)) {
tests/sys/capsicum/capmode.cc
525
EXPECT_TRUE(WIFSIGNALED(status)) << " status = " << std::hex << status;
tests/sys/capsicum/linux.cc
1108
EXPECT_TRUE(WIFSIGNALED(status));
tests/sys/capsicum/procdesc.cc
286
EXPECT_TRUE(WIFSIGNALED(status));
tests/sys/capsicum/procdesc.cc
582
EXPECT_TRUE(WIFSIGNALED(status));
tests/sys/capsicum/procdesc.cc
86
EXPECT_TRUE(WIFSIGNALED(status));
tests/sys/fs/fusefs/xattr.cc
492
ASSERT_TRUE(WIFSIGNALED(status));
tests/sys/kern/aslr.c
148
ATF_REQUIRE(WIFSIGNALED(st) && WTERMSIG(st) == SIGTERM);
tests/sys/kern/aslr.c
159
ATF_REQUIRE(WIFSIGNALED(st) && WTERMSIG(st) == SIGTERM);
tests/sys/kern/jaildesc.c
334
ATF_REQUIRE(WIFSIGNALED(status));
tests/sys/kern/prace.c
122
ATF_REQUIRE(WIFSIGNALED(status));
tests/sys/kern/procdesc.c
425
ATF_REQUIRE(WIFSIGNALED(status));
tests/sys/kern/procdesc.c
469
ATF_REQUIRE(WIFSIGNALED(status));
tests/sys/kern/ptrace_test.c
1850
ATF_REQUIRE(WIFSIGNALED(status));
tests/sys/kern/ptrace_test.c
1901
ATF_REQUIRE(WIFSIGNALED(status));
tests/sys/kern/ptrace_test.c
1959
ATF_REQUIRE(WIFSIGNALED(status));
tests/sys/kern/ptrace_test.c
2079
ATF_REQUIRE(WIFSIGNALED(status));
tests/sys/kern/ptrace_test.c
2245
ATF_REQUIRE(WIFSIGNALED(status));
tests/sys/kern/ptrace_test.c
2302
ATF_REQUIRE(WIFSIGNALED(status));
tests/sys/kern/ptrace_test.c
2674
ATF_REQUIRE(WIFSIGNALED(status));
tests/sys/kern/ptrace_test.c
2738
ATF_REQUIRE(WIFSIGNALED(status));
tests/sys/kern/ptrace_test.c
3366
ATF_REQUIRE(WIFSIGNALED(status));
tests/sys/kern/ptrace_test.c
3708
ATF_REQUIRE(WIFSIGNALED(status));
tests/sys/kern/reaper.c
475
ATF_CHECK(WIFSIGNALED(status) && WTERMSIG(status) == SIGTERM);
tests/sys/kern/reaper.c
629
ATF_CHECK(WIFSIGNALED(status) && WTERMSIG(status) == SIGTERM);
tests/sys/kern/reaper.c
635
ATF_CHECK(WIFSIGNALED(status) && WTERMSIG(status) == SIGTERM);
tests/sys/kern/reaper.c
709
ATF_CHECK(WIFSIGNALED(status) && WTERMSIG(status) == SIGUSR1);
tests/sys/kern/reaper.c
716
ATF_CHECK(WIFSIGNALED(status) && WTERMSIG(status) == SIGUSR1);
tests/sys/kern/reaper.c
729
ATF_CHECK(WIFSIGNALED(status) && WTERMSIG(status) == SIGUSR2);
tests/sys/kern/reaper.c
736
ATF_CHECK(WIFSIGNALED(status) && WTERMSIG(status) == SIGUSR2);
tests/sys/kern/socket_splice.c
713
ATF_REQUIRE(WIFSIGNALED(status));
tests/sys/kern/tty/test_sti.c
129
ATF_REQUIRE(WIFSIGNALED(status));
tests/sys/kern/waitpid_nohang.c
60
ATF_CHECK(WIFSIGNALED(status) && WTERMSIG(status) == SIGTERM);
tests/sys/posixshm/posixshm_test.c
851
if (!WIFSIGNALED(status) || WTERMSIG(status) != SIGBUS)
tools/regression/sockets/udp_pingpong/udp_pingpong.c
562
if (WIFSIGNALED(status))
tools/regression/sockets/unix_cmsg/uc_common.c
571
if (WIFSIGNALED(status))
tools/test/ptrace/scescx.c
234
if (WIFEXITED(status) || WIFSIGNALED(status)) {
tools/test/ptrace/scescx.c
259
if (WIFEXITED(status) || WIFSIGNALED(status)) {
tools/test/ptrace/scescx.c
318
if (WIFEXITED(status) || WIFSIGNALED(status)) {
tools/test/ptrace/scescx.c
62
if (WIFSIGNALED(status)) {
tools/tools/so_splice/proxy.c
342
} else if (WIFSIGNALED(status)) {
usr.bin/diff/pr.c
124
else if (WIFSIGNALED(wstatus))
usr.bin/diff3/diff3.c
951
if (WIFSIGNALED(status))
usr.bin/ldd/ldd.c
118
else if (WIFSIGNALED(status))
usr.bin/ldd/ldd.c
221
} else if (WIFSIGNALED(status)) {
usr.bin/mail/cmd2.c
370
if (WIFSIGNALED(wait_status) && WCOREDUMP(wait_status))
usr.bin/mail/fio.c
381
if (wait_child(pid) < 0 && WIFSIGNALED(wait_status) &&
usr.bin/mail/tests/mailx_signal_test.c
146
ATF_CHECK(WIFSIGNALED(status));
usr.bin/mail/tests/mailx_signal_test.c
147
if (WIFSIGNALED(status))
usr.bin/script/script.c
416
else if (WIFSIGNALED(status))
usr.bin/time/time.c
145
exitonsig = WIFSIGNALED(status) ? WTERMSIG(status) : 0;
usr.bin/truss/syscalls.c
2337
else if (WIFSIGNALED(status))
usr.bin/xargs/xargs.c
670
} else if (WIFSIGNALED(status)) {
usr.sbin/autofs/automountd.c
407
if (WIFSIGNALED(status)) {
usr.sbin/autofs/popen.c
174
if (WIFSIGNALED(status)) {
usr.sbin/bhyve/bhyverun.c
931
if (WIFSIGNALED(status)) {
usr.sbin/bsdinstall/runconsoles/child.c
379
if (WIFSIGNALED(status))
usr.sbin/bsdinstall/runconsoles/runconsoles.c
640
if (WIFSIGNALED(status))
usr.sbin/cron/cron/do_command.c
800
if (WIFSIGNALED(waiter) && WCOREDUMP(waiter))
usr.sbin/cron/crontab/crontab.c
427
if (WIFSIGNALED(waiter)) {
usr.sbin/ctld/ctld.cc
2369
if (WIFSIGNALED(status)) {
usr.sbin/daemon/daemon.c
870
WIFSIGNALED(status))) {
usr.sbin/inetd/inetd.c
959
if (WIFSIGNALED(status) || WEXITSTATUS(status))
usr.sbin/iscsid/iscsid.c
674
if (WIFSIGNALED(status)) {
usr.sbin/jail/command.c
209
if (WIFSIGNALED(j->pstatus))
usr.sbin/pkg/pkg.c
248
else if (WIFSIGNALED(pstat))
usr.sbin/ppp/chap.c
356
else if (WIFSIGNALED(status))
usr.sbin/ppp/chat.c
772
if (WIFSIGNALED(stat)) {
usr.sbin/ppp/exec.c
359
} else if (WIFSIGNALED(stat)) {
usr.sbin/syslogd/syslogd.c
3453
if (WIFSIGNALED(status))
usr.sbin/syslogd/syslogd.c
3871
if (WIFSIGNALED(status)) {
usr.sbin/ypldap/ypldap.c
84
if (WIFSIGNALED(status)) {