Symbol: SIG_UNBLOCK
bin/csh/csh.c
1037
sigprocmask(SIG_UNBLOCK, &sigset, NULL);
bin/csh/func.c
456
sigprocmask(SIG_UNBLOCK, &sigset, NULL);
bin/csh/func.c
518
sigprocmask(SIG_UNBLOCK, &sigset, NULL);
bin/csh/func.c
524
sigprocmask(SIG_UNBLOCK, &sigset, NULL);
bin/csh/func.c
837
sigprocmask(SIG_UNBLOCK, &sigset, NULL);
bin/csh/func.c
886
sigprocmask(SIG_UNBLOCK, &sigset, NULL);
bin/csh/hist.c
114
sigprocmask(SIG_UNBLOCK, &sigset, NULL);
bin/csh/proc.c
1088
sigprocmask(SIG_UNBLOCK, &sigset, NULL);
bin/csh/set.c
702
sigprocmask(SIG_UNBLOCK, &sigset, NULL);
games/boggle/boggle/mach.c
636
sigprocmask(SIG_UNBLOCK, &sigset, &osigset);
games/sail/machdep.h
50
sigprocmask(SIG_UNBLOCK, &sigset, (sigset_t *)0); \
games/tetris/screen.c
221
(void) sigprocmask(SIG_UNBLOCK, &sigset, (sigset_t *)0);
games/tetris/screen.c
234
(void) sigprocmask(SIG_UNBLOCK, &sigset, (sigset_t *)0);
lib/libc/stdlib/system.c
78
sigprocmask(SIG_UNBLOCK, &mask, NULL);
lib/libc/sys/w_sigprocmask.c
30
if (set != NULL && how != SIG_UNBLOCK && sigismember(set, SIGTHR)) {
lib/libcurses/base/sigaction.c
64
else if (mode == SIG_UNBLOCK)
lib/libcurses/tty/lib_tstp.c
208
(void) sigprocmask(SIG_UNBLOCK, &mask, NULL);
lib/librthread/rthread.c
241
sigprocmask(SIG_UNBLOCK, &sa.sa_mask, NULL);
libexec/ftpd/ftpd.c
1053
sigprocmask(SIG_UNBLOCK, &allsigs, NULL);
libexec/ftpd/ftpd.c
1293
sigprocmask (SIG_UNBLOCK, &allsigs, NULL);
libexec/ftpd/ftpd.c
1325
sigprocmask (SIG_UNBLOCK, &allsigs, NULL);
libexec/login_skey/login_skey.c
265
(void)sigprocmask(SIG_UNBLOCK, &nset, NULL);
libexec/login_token/login_token.c
153
(void)sigprocmask(SIG_UNBLOCK, &blockset, NULL);
libexec/login_token/login_token.c
94
(void)sigprocmask(SIG_UNBLOCK, &blockset, NULL);
regress/lib/libc/setjmp/jmptest.c
130
if (sigprocmask(SIG_UNBLOCK, &ss, NULL) == -1)
regress/lib/libc/sys/t_pollts.c
178
ATF_REQUIRE_EQ(sigprocmask(SIG_UNBLOCK, &mask, NULL), 0);
regress/lib/libpthread/dlopen/dlopen.c
575
sigprocmask(SIG_UNBLOCK, &mask, NULL);
regress/lib/libpthread/dlopen/dlopen.c
649
sigprocmask(SIG_UNBLOCK, &mask, NULL);
regress/lib/libpthread/pthread_join/pthread_join.c
105
if (sigprocmask(SIG_UNBLOCK, &mask, NULL))
regress/lib/libpthread/sigmask/sigmask.c
60
CHECKr(pthread_sigmask(SIG_UNBLOCK, &mask, NULL));
regress/sys/kern/signal/sigpthread/sigpthread.c
275
if (pthread_sigmask(SIG_UNBLOCK, &set, NULL) == -1)
regress/usr.sbin/syslogd/ttylog.c
120
if (sigprocmask(SIG_UNBLOCK, &set, NULL) == -1)
regress/usr.sbin/syslogd/ttylog.c
132
if (sigprocmask(SIG_UNBLOCK, &set, NULL) == -1)
sbin/unwind/libunbound/util/locks.c
86
if((err=pthread_sigmask(SIG_UNBLOCK, &sigset, NULL)))
sbin/unwind/libunbound/util/locks.c
90
if((err=thr_sigsetmask(SIG_UNBLOCK, &sigset, NULL)))
sbin/unwind/libunbound/util/locks.c
94
if(sigprocmask(SIG_UNBLOCK, &sigset, NULL))
sys/kern/kern_sig.c
472
case SIG_UNBLOCK:
usr.bin/mail/cmd1.c
80
(void)sigprocmask(SIG_UNBLOCK, &intset, &oset);
usr.bin/mail/fio.c
217
(void)sigprocmask(SIG_UNBLOCK, &intset, &oset);
usr.bin/mail/fio.c
378
(void)sigprocmask(SIG_UNBLOCK, &nset, oset);
usr.bin/mail/send.c
76
(void)sigprocmask(SIG_UNBLOCK, &intset, &oset);
usr.bin/mail/tty.c
206
(void)sigprocmask(SIG_UNBLOCK, &intset, &oset);
usr.bin/mail/tty.c
276
(void)sigprocmask(SIG_UNBLOCK, &nset, NULL);
usr.bin/script/script.c
296
sigprocmask(SIG_UNBLOCK, &blkalrm, NULL);
usr.bin/telnet/sys_bsd.c
355
sigprocmask(SIG_UNBLOCK, &mask, NULL);
usr.bin/top/top.c
716
sigprocmask(SIG_UNBLOCK, &mask, NULL);
usr.sbin/rpc.lockd/lockd_lock.c
751
if (sigprocmask(SIG_UNBLOCK, &block, NULL) == -1) {
usr.sbin/unbound/util/locks.c
86
if((err=pthread_sigmask(SIG_UNBLOCK, &sigset, NULL)))
usr.sbin/unbound/util/locks.c
90
if((err=thr_sigsetmask(SIG_UNBLOCK, &sigset, NULL)))
usr.sbin/unbound/util/locks.c
94
if(sigprocmask(SIG_UNBLOCK, &sigset, NULL))