Symbol: SIG_UNBLOCK
bin/csh/csh.c
1103
(void)sigprocmask(SIG_UNBLOCK, &nsigset, NULL);
bin/csh/func.c
485
(void) sigprocmask(SIG_UNBLOCK, &nsigset, NULL);
bin/csh/func.c
549
(void)sigprocmask(SIG_UNBLOCK, &nsigset, NULL);
bin/csh/func.c
555
(void) sigprocmask(SIG_UNBLOCK, &nsigset, NULL);
bin/csh/func.c
882
(void)sigprocmask(SIG_UNBLOCK, &nsigset, NULL);
bin/csh/func.c
933
(void)sigprocmask(SIG_UNBLOCK, &nsigset, NULL);
bin/csh/hist.c
152
(void)sigprocmask(SIG_UNBLOCK, &nsigset, NULL);
bin/csh/proc.c
1096
(void)sigprocmask(SIG_UNBLOCK, &nsigset, NULL);
bin/csh/set.c
851
(void)sigprocmask(SIG_UNBLOCK, &nsigset, NULL);
bin/sh/main.c
130
sigprocmask(SIG_UNBLOCK, &mask, NULL);
bin/sh/trap.c
625
(void)sigprocmask(SIG_UNBLOCK, &ss, NULL);
bin/sh/trap.c
972
sigprocmask(SIG_UNBLOCK, &sigs, NULL);
games/boggle/boggle/mach.c
595
sigprocmask(SIG_UNBLOCK, &isigset, &osigset);
games/sail/machdep.h
49
sigprocmask(SIG_UNBLOCK, &set, (sigset_t *)0); \
games/tetris/screen.c
141
(void) sigprocmask(SIG_UNBLOCK, &set, (sigset_t *)0);
games/tetris/screen.c
154
(void) sigprocmask(SIG_UNBLOCK, &set, (sigset_t *)0);
lib/libc/gen/sigrelse.c
50
return (sigprocmask(SIG_UNBLOCK, &set, NULL));
lib/libc/gen/sigset.c
85
if (sigprocmask(SIG_UNBLOCK, &set, &oset) != 0)
lib/libcurses/tstp.c
89
(void)sigprocmask(SIG_UNBLOCK, &set, NULL);
lib/libutil/raise_default_signal.c
95
(sigprocmask(SIG_UNBLOCK, &mask, NULL) == -1))
lib/libutil/ttymsg.c
184
(void)sigprocmask(SIG_UNBLOCK, &nset, NULL);
sys/arch/usermode/usermode/thunk.c
619
return sigprocmask(SIG_UNBLOCK, &set, NULL);
sys/compat/linux/common/linux_signal.c
421
how = SIG_UNBLOCK;
sys/compat/linux/common/linux_signal.c
475
how = SIG_UNBLOCK;
sys/compat/linux32/common/linux32_signal.c
374
how = SIG_UNBLOCK;
sys/kern/sys_sig.c
606
case SIG_UNBLOCK:
sys/rump/librump/rumpkern/signals.c
248
case SIG_UNBLOCK:
tests/lib/libc/setjmp/t_setjmp.c
247
RL(sigprocmask(SIG_UNBLOCK, &ss, NULL));
tests/lib/libc/setjmp/t_threadjmp.c
146
REQUIRE_ERRNO(sigprocmask(SIG_UNBLOCK, &ss, NULL) != -1);
tests/lib/libc/sys/t_pollts.c
176
ATF_REQUIRE_EQ(sigprocmask(SIG_UNBLOCK, &mask, NULL), 0);
tests/lib/libc/sys/t_sigqueue.c
189
ATF_REQUIRE(sigprocmask(SIG_UNBLOCK, &mask, &orig) != -1);
tests/lib/libc/sys/t_timer_create.c
209
(void)sigprocmask(SIG_UNBLOCK, &set, NULL);
usr.bin/mail/sig.c
209
(void)sigprocmask(SIG_UNBLOCK, &nset, &oset);
usr.bin/mail/sig.c
390
(void)sigprocmask(SIG_UNBLOCK, &nset, oset);
usr.bin/mail/sig.c
392
(void)sigprocmask(SIG_UNBLOCK, NULL, oset);
usr.bin/systat/main.c
358
sigprocmask(SIG_UNBLOCK, &set, NULL);
usr.sbin/mountd/mountd.c
710
(void)sigprocmask(SIG_UNBLOCK, &sighup_mask, NULL);
usr.sbin/mountd/mountd.c
846
(void)sigprocmask(SIG_UNBLOCK, &sighup_mask, NULL);
usr.sbin/mountd/mountd.c
851
(void)sigprocmask(SIG_UNBLOCK, &sighup_mask, NULL);
usr.sbin/rpc.lockd/lockd_lock.c
757
if (sigprocmask(SIG_UNBLOCK, &block, NULL) < 0) {