Symbol: SIG_BLOCK
bin/pax/ar_io.c
1104
if (sigprocmask(SIG_BLOCK, &s_mask, &o_mask) < 0)
bin/pax/ar_subs.c
132
(void)sigprocmask(SIG_BLOCK, &s_mask, NULL);
bin/pax/ar_subs.c
337
(void)sigprocmask(SIG_BLOCK, &s_mask, NULL);
bin/pax/ar_subs.c
526
(void)sigprocmask(SIG_BLOCK, &s_mask, NULL);
bin/pax/ar_subs.c
941
(void)sigprocmask(SIG_BLOCK, &s_mask, NULL);
bin/sh/jobs.c
1163
sigprocmask(SIG_BLOCK, &mask, &omask);
bin/timeout/timeout.c
343
if (sigprocmask(SIG_BLOCK, &allmask, &oldmask) < 0)
crypto/heimdal/appl/ftp/ftpd/popen.c
226
sigprocmask(SIG_BLOCK, &sigset, &osigset);
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_open.c
395
#ifdef SIG_BLOCK
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_open.c
417
#ifdef SIG_BLOCK
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_open.c
419
(void)sigprocmask(SIG_BLOCK, &set, &oset);
crypto/krb5/src/plugins/kdb/db2/libdb2/btree/bt_open.c
426
#ifdef SIG_BLOCK
crypto/krb5/src/util/ss/list_rqs.c
54
sigprocmask(SIG_BLOCK, &nmask, &omask);
crypto/krb5/src/util/ss/listen.c
91
sigprocmask(SIG_BLOCK, &nmask, &omask);
crypto/krb5/src/util/ss/ss_internal.h
117
#define sigblock(x) (_fake_sigstore=x,sigprocmask(SIG_BLOCK,&_fake_sigstore,0))
crypto/krb5/src/util/verto/ev.c
4083
sigprocmask (SIG_BLOCK, &sigfd_set, 0);
crypto/openssh/clientloop.c
1578
if (sigprocmask(SIG_BLOCK, &bsigset, &osigset) == -1)
crypto/openssh/misc.c
355
sigprocmask(SIG_BLOCK, &nsigset, &osigset);
crypto/openssh/openbsd-compat/sigact.c
79
if (mode == SIG_BLOCK)
crypto/openssh/serverloop.c
350
if (sigprocmask(SIG_BLOCK, &bsigset, &osigset) == -1)
crypto/openssh/ssh-agent.c
2548
sigprocmask(SIG_BLOCK, &nsigset, &osigset);
crypto/openssh/sshd.c
985
sigprocmask(SIG_BLOCK, &nsigset, &osigset);
lib/libc/compat-43/sigcompat.c
108
if (__libc_sigprocmask(SIG_BLOCK, NULL, &set) == -1)
lib/libc/compat-43/sigcompat.c
123
return (__libc_sigprocmask(SIG_BLOCK, &set, NULL));
lib/libc/compat-43/sigcompat.c
156
if (__libc_sigprocmask(SIG_BLOCK, NULL, &pset) == -1)
lib/libc/compat-43/sigcompat.c
159
if (__libc_sigprocmask(SIG_BLOCK, &set, &pset) == -1)
lib/libc/compat-43/sigcompat.c
87
n = __libc_sigprocmask(SIG_BLOCK, &set, &oset);
lib/libc/db/btree/bt_open.c
400
(void)__libc_sigprocmask(SIG_BLOCK, &set, &oset);
lib/libc/db/hash/hash_page.c
865
(void)__libc_sigprocmask(SIG_BLOCK, &set, &oset);
lib/libc/gen/pause.c
47
if (sigprocmask(SIG_BLOCK, NULL, &oset) == -1)
lib/libc/gen/setmode.c
365
(void)__libc_sigprocmask(SIG_BLOCK, &sigset, &sigoset);
lib/libc/gen/wordexp.c
155
(void)__libc_sigprocmask(SIG_BLOCK, &newsigblock, &oldsigblock);
lib/libc/net/rcmd.c
141
__libc_sigprocmask(SIG_BLOCK, (const sigset_t *)&newmask, &oldmask);
lib/libc/secure/libc_stack_protector.c
109
(void)sigprocmask(SIG_BLOCK, &mask, NULL);
lib/libc/stdio/tmpfile.c
67
(void)__libc_sigprocmask(SIG_BLOCK, &set, &oset);
lib/libc/stdlib/system.c
87
(void)__libc_sigprocmask(SIG_BLOCK, &sigblock, &osigblock);
lib/libthr/thread/thr_sig.c
101
__sys_sigprocmask(SIG_BLOCK, &_thr_maskset, &curthread->sigmask);
lib/libulog/ulog_login_pseudo.c
55
sigprocmask(SIG_BLOCK, &nblock, &oblock);
lib/libutil/pw_util.c
299
sigprocmask(SIG_BLOCK, &nsigset, &oldsigset);
libexec/rtld-elf/rtld_lock.c
166
sigprocmask(SIG_BLOCK, &fullsigmask, &tmp_oldsigmask);
sbin/adjkerntz/adjkerntz.c
133
(void) sigprocmask(SIG_BLOCK, &mask, NULL);
sbin/devd/devd.cc
248
::sigprocmask(SIG_BLOCK, &newsigblock, &oldsigblock);
sys/compat/linux/linux_signal.c
290
how = SIG_BLOCK;
sys/fs/fuse/fuse_ipc.c
423
kern_sigprocmask(td, SIG_BLOCK, NULL, &oldset, 0);
sys/fs/fuse/fuse_ipc.c
437
kern_sigprocmask(td, SIG_BLOCK, &blockedset, NULL, 0);
sys/kern/kern_sig.c
1142
case SIG_BLOCK:
sys/kern/kern_sig.c
1568
kern_sigprocmask(td, SIG_BLOCK, &set, &oset, 0);
sys/kern/kern_sig.c
2104
kern_sigprocmask(td, SIG_BLOCK, &mask, NULL,
tests/sys/aio/aio_test.c
1442
ATF_REQUIRE(sigprocmask(SIG_BLOCK, &set, NULL) == 0);
tests/sys/capsicum/linux.cc
117
EXPECT_OK(sigprocmask(SIG_BLOCK, &mask, NULL));
tests/sys/capsicum/linux.cc
164
EXPECT_OK(sigprocmask(SIG_BLOCK, &mask, NULL));
tests/sys/kern/ktrace_test.c
179
ATF_REQUIRE(sigprocmask(SIG_BLOCK, &set, NULL) != -1);
tests/sys/kern/ktrace_test.c
216
ATF_REQUIRE(sigprocmask(SIG_BLOCK, &set, NULL) != -1);
tests/sys/kern/ktrace_test.c
254
ATF_REQUIRE(sigprocmask(SIG_BLOCK, &set, NULL) != -1);
tests/sys/kern/ktrace_test.c
299
ATF_REQUIRE(sigprocmask(SIG_BLOCK, &set, NULL) != -1);
tests/sys/kern/ktrace_test.c
340
ATF_REQUIRE(sigprocmask(SIG_BLOCK, &set, NULL) != -1);
tests/sys/kern/ktrace_test.c
379
ATF_REQUIRE(sigprocmask(SIG_BLOCK, &set, NULL) != -1);
tests/sys/kern/ktrace_test.c
429
ATF_REQUIRE(sigprocmask(SIG_BLOCK, &set, NULL) != -1);
tests/sys/kern/ktrace_test.c
478
ATF_REQUIRE(sigprocmask(SIG_BLOCK, &set, NULL) != -1);
tests/sys/kern/ktrace_test.c
513
ATF_REQUIRE(sigprocmask(SIG_BLOCK, &set, NULL) != -1);
tests/sys/kern/ktrace_test.c
555
ATF_REQUIRE(sigprocmask(SIG_BLOCK, &set, NULL) != -1);
tests/sys/kern/prace.c
51
sigprocmask(SIG_BLOCK, &set1, NULL);
tests/sys/kern/ptrace_test.c
1975
CHILD_REQUIRE_EQ(pthread_sigmask(SIG_BLOCK, &sigmask, NULL), 0);
tests/sys/kern/ptrace_test.c
2037
CHILD_REQUIRE_EQ(pthread_sigmask(SIG_BLOCK, &sigmask, NULL), 0);
tests/sys/kern/ptrace_test.c
2140
CHILD_REQUIRE_EQ(pthread_sigmask(SIG_BLOCK, &sigmask, NULL), 0);
tests/sys/kern/ptrace_test.c
2560
CHILD_REQUIRE_EQ(sigprocmask(SIG_BLOCK, &sigmask, NULL), 0);
tests/sys/kern/ptrace_test.c
2917
CHILD_REQUIRE_EQ(pthread_sigmask(SIG_BLOCK, &sigmask, NULL), 0);
tests/sys/kern/ptrace_test.c
2948
CHILD_REQUIRE_EQ(sigprocmask(SIG_BLOCK, &sigmask, NULL), 0);
tests/sys/kern/ptrace_test.c
3020
CHILD_REQUIRE_EQ(sigprocmask(SIG_BLOCK, &sigmask, NULL), 0);
tests/sys/kern/ptrace_test.c
3097
CHILD_REQUIRE_EQ(pthread_sigmask(SIG_BLOCK, &sigmask, NULL), 0);
tests/sys/kern/reaper.c
165
r = sigprocmask(SIG_BLOCK, &mask, NULL);
tests/sys/kern/reaper.c
251
r = sigprocmask(SIG_BLOCK, &mask, NULL);
tests/sys/kern/sigwait.c
444
ATF_REQUIRE(sigprocmask(SIG_BLOCK, &set, NULL) == 0);
tests/sys/kern/timerfd.c
312
sigprocmask(SIG_BLOCK, &sigs, NULL);
tests/sys/kqueue/kqueue_peek_signal.c
49
rv = sigprocmask(SIG_BLOCK, &set, NULL);
tests/sys/kqueue/libkqueue/proc.c
290
if (sigprocmask(SIG_BLOCK, &mask, NULL) == -1)
tests/sys/kqueue/libkqueue/proc.c
316
if (sigprocmask(SIG_BLOCK, &mask, NULL) == -1)
tests/sys/kqueue/libkqueue/proc.c
354
if (sigprocmask(SIG_BLOCK, &mask, NULL) == -1)
tests/sys/kqueue/libkqueue/proc.c
379
if (sigprocmask(SIG_BLOCK, &mask, NULL) == -1)
tests/sys/kqueue/libkqueue/signal.c
105
if (sigprocmask(SIG_BLOCK, &mask, NULL) == -1)
tests/sys/kqueue/libkqueue/signal.c
143
if (sigprocmask(SIG_BLOCK, &mask, NULL) == -1)
tests/sys/kqueue/libkqueue/signal.c
168
if (sigprocmask(SIG_BLOCK, &mask, NULL) == -1)
tests/sys/kqueue/libkqueue/signal.c
51
if (sigprocmask(SIG_BLOCK, &mask, NULL) == -1)
tests/sys/kqueue/libkqueue/signal.c
79
if (sigprocmask(SIG_BLOCK, &mask, NULL) == -1)
tests/sys/mqueue/mqtest5.c
40
sigprocmask(SIG_BLOCK, &set, NULL);
tests/sys/posixshm/posixshm_test.c
941
ATF_REQUIRE_MSG(sigprocmask(SIG_BLOCK, &ss, (sigset_t *)0) == 0,
tools/regression/sigqueue/sigqtest1/sigqtest1.c
34
sigprocmask(SIG_BLOCK, &set, NULL);
tools/regression/sigqueue/sigqtest2/sigqtest2.c
94
sigprocmask(SIG_BLOCK, &set, NULL);
tools/test/pthread_vfork/pthread_vfork_test.c
86
if (sigprocmask(SIG_BLOCK, &sigchld_mask, NULL) == -1)
tools/tools/netmap/pkt-gen.c
3375
if (pthread_sigmask(SIG_BLOCK, &ss, NULL) < 0) {
usr.bin/lockf/lockf.c
271
(void)sigprocmask(SIG_BLOCK, &mask, &omask);
usr.bin/login/login.c
380
(void)sigprocmask(SIG_BLOCK, &mask, &omask);
usr.bin/login/login.c
565
(void)sigprocmask(SIG_BLOCK, &mask, NULL);
usr.bin/mail/collect.c
480
(void)sigprocmask(SIG_BLOCK, &nset, NULL);
usr.bin/mail/collect.c
664
(void)sigprocmask(SIG_BLOCK, &nset, NULL);
usr.bin/mail/collect.c
86
(void)sigprocmask(SIG_BLOCK, &nset, NULL);
usr.bin/mail/fio.c
280
(void)sigprocmask(SIG_BLOCK, &nset, &oset);
usr.bin/mail/lex.c
561
(void)sigprocmask(SIG_BLOCK, &nset, NULL);
usr.bin/mail/popen.c
141
(void)sigprocmask(SIG_BLOCK, &nset, &oset);
usr.bin/mail/popen.c
367
(void)sigprocmask(SIG_BLOCK, &nset, &oset);
usr.bin/mail/popen.c
398
(void)sigprocmask(SIG_BLOCK, &nset, &oset);
usr.bin/mail/tty.c
277
(void)sigprocmask(SIG_BLOCK, &nset, NULL);
usr.bin/script/script.c
288
if (sigprocmask(SIG_BLOCK, &smask, &selmask) != 0)
usr.bin/tip/tip/tipout.c
137
sigprocmask(SIG_BLOCK, NULL, &omask);
usr.bin/tip/tip/tipout.c
147
sigprocmask(SIG_BLOCK, &mask, NULL);
usr.bin/tip/tip/tipout.c
159
sigprocmask(SIG_BLOCK, &mask, NULL);
usr.bin/top/top.c
578
sigprocmask(SIG_BLOCK, &new_sigmask, &old_sigmask);
usr.sbin/bhyve/rfb.c
1300
if (pthread_sigmask(SIG_BLOCK, &set, NULL) != 0) {
usr.sbin/bsdinstall/runconsoles/child.c
344
sigprocmask(SIG_BLOCK, &set, NULL);
usr.sbin/bsdinstall/runconsoles/runconsoles.c
113
sigprocmask(SIG_BLOCK, &set, &oset);
usr.sbin/bsdinstall/runconsoles/runconsoles.c
559
sigprocmask(SIG_BLOCK, &set, &oset);
usr.sbin/iostat/iostat.c
639
sigprocmask(SIG_BLOCK, &sigmask, &oldsigmask);
usr.sbin/lpr/lpd/lpd.c
319
sigprocmask(SIG_BLOCK, &nmask, &omask);
usr.sbin/mountd/mountd.c
1248
sigprocmask(SIG_BLOCK, &sighup_mask, NULL);
usr.sbin/mountd/mountd.c
1471
sigprocmask(SIG_BLOCK, &sighup_mask, NULL);
usr.sbin/mountd/mountd.c
761
sigprocmask(SIG_BLOCK, &sighup_mask, &sig_mask);
usr.sbin/nfsuserd/nfsuserd.c
466
sigprocmask(SIG_BLOCK, &signew, NULL);
usr.sbin/nscd/nscd.c
556
if (pthread_sigmask(SIG_BLOCK, &new, NULL) != 0)
usr.sbin/ppp/timer.c
71
sigprocmask(SIG_BLOCK, &mask, &omask);
usr.sbin/ppp/timer.c
86
sigprocmask(SIG_BLOCK, &mask, &omask);
usr.sbin/pwd_mkdb/pwd_mkdb.c
157
(void)sigprocmask(SIG_BLOCK, &set, (sigset_t *)NULL);
usr.sbin/route6d/route6d.c
505
sigprocmask(SIG_BLOCK, &mask, &omask);
usr.sbin/route6d/route6d.c
515
sigprocmask(SIG_BLOCK, &mask, &omask);
usr.sbin/rpc.lockd/lockd_lock.c
2262
if (sigprocmask(SIG_BLOCK, &block, NULL) < 0) {
usr.sbin/rpc.tlsservd/rpc.tlscommon.c
75
sigprocmask(SIG_BLOCK, &sighup_mask, NULL);
usr.sbin/sa/main.c
229
(sigprocmask(SIG_BLOCK, &nmask, &omask) == -1)) {