Symbol: SIG_UNBLOCK
bin/sh/trap.c
551
sigprocmask(SIG_UNBLOCK, &sigs, NULL);
crypto/openssh/sandbox-seccomp-filter.c
483
if (sigprocmask(SIG_UNBLOCK, &mask, NULL) == -1)
games/boggle/boggle/mach.c
624
sigprocmask(SIG_UNBLOCK, &sigset, &osigset);
games/sail/machdep.h
49
sigprocmask(SIG_UNBLOCK, &set, (sigset_t *)0); \
games/tetris/screen.c
217
sigprocmask(SIG_UNBLOCK, &sigset, (sigset_t *)0);
games/tetris/screen.c
230
sigprocmask(SIG_UNBLOCK, &sigset, (sigset_t *)0);
lib/libthread_xu/thread/thr_sig.c
173
if (how != SIG_UNBLOCK) {
libexec/ftpd/ftpd.c
2730
sigprocmask(flag ? SIG_BLOCK : SIG_UNBLOCK, &sset, NULL);
sbin/adjkerntz/adjkerntz.c
190
sigprocmask(SIG_UNBLOCK, &mask, NULL);
sbin/adjkerntz/adjkerntz.c
242
sigprocmask(SIG_UNBLOCK, &mask, NULL);
sbin/mountd/mountd.c
1031
sigprocmask(SIG_UNBLOCK, &sighup_mask, NULL);
sbin/mountd/mountd.c
1036
sigprocmask(SIG_UNBLOCK, &sighup_mask, NULL);
sbin/mountd/mountd.c
829
sigprocmask(SIG_UNBLOCK, &sighup_mask, NULL);
sbin/mountd/mountd.c
845
sigprocmask(SIG_UNBLOCK, &sighup_mask, NULL);
sbin/mountd/mountd.c
869
sigprocmask(SIG_UNBLOCK, &sighup_mask, NULL);
sys/kern/kern_sig.c
494
case SIG_UNBLOCK:
sys/platform/vkernel64/platform/console.c
258
sigprocmask(SIG_UNBLOCK, &ss, &oss);
tools/regression/lib/libc-regex/testregex.c
1000
op = SIG_UNBLOCK;
usr.bin/mail/collect.c
483
sigprocmask(SIG_UNBLOCK, &nset, NULL);
usr.bin/mail/collect.c
655
sigprocmask(SIG_UNBLOCK, &nset, NULL);
usr.bin/mail/collect.c
98
sigprocmask(SIG_UNBLOCK, &nset, NULL);
usr.bin/mail/lex.c
560
sigprocmask(SIG_UNBLOCK, &nset, NULL);
usr.bin/mail/tty.c
186
sigprocmask(SIG_UNBLOCK, &nset, NULL);
usr.bin/top/top.c
154
sigprocmask(SIG_UNBLOCK, &set, NULL);
usr.bin/top/top.c
276
sigprocmask(SIG_UNBLOCK, (sigset_t *)parm, NULL);
usr.sbin/daemon/daemon.c
290
if (sigprocmask(SIG_UNBLOCK, &mask_term, NULL)) {
usr.sbin/daemon/daemon.c
297
if (sigprocmask(SIG_UNBLOCK, &mask_reopen, NULL)) {
usr.sbin/daemon/daemon.c
391
if (sigprocmask(SIG_UNBLOCK, &mask_read, NULL)) {
usr.sbin/daemon/daemon.c
402
if (sigprocmask(SIG_UNBLOCK, &mask_susp, NULL)) {
usr.sbin/rpc.lockd/lockd_lock.c
653
if (sigprocmask(SIG_UNBLOCK, &block, NULL) < 0) {