/src/lib/libc/gen/ |
sigset.c | 45 sigset_t set, oset; local in function:sigset 56 if (sigprocmask(SIG_BLOCK, &set, &oset) != 0) 59 if (sigismember(&oset, sig)) { 85 if (sigprocmask(SIG_UNBLOCK, &set, &oset) != 0) 89 if (sigismember(&oset, sig))
|
/src/usr.bin/sort/ |
tmp.c | 87 sigset_t set, oset; local in function:ftmp 96 (void)sigprocmask(SIG_BLOCK, &set, &oset); 104 (void)sigprocmask(SIG_SETMASK, &oset, NULL);
|
/src/lib/libc/db/db/ |
dbfile.c | 81 sigset_t set, oset; local in function:__dbtemp 100 (void)sigprocmask(SIG_BLOCK, &set, &oset); 112 (void)sigprocmask(SIG_SETMASK, &oset, NULL); 116 (void)sigprocmask(SIG_SETMASK, &oset, NULL);
|
/src/lib/libc/stdio/ |
tmpfile.c | 57 sigset_t set, oset; local in function:tmpfile 67 (void)sigprocmask(SIG_BLOCK, &set, &oset); 73 (void)sigprocmask(SIG_SETMASK, &oset, NULL);
|
/src/lib/libedit/ |
sig.c | 75 sigset_t nset, oset; local in function:sig_handler 80 (void) sigprocmask(SIG_BLOCK, &nset, &oset); 109 (void) sigprocmask(SIG_SETMASK, &oset, NULL); 122 sigset_t *nset, oset; local in function:sig_init 133 (void) sigprocmask(SIG_BLOCK, nset, &oset); 141 (void) sigprocmask(SIG_SETMASK, &oset, NULL); 166 sigset_t oset; local in function:sig_set 174 (void) sigprocmask(SIG_BLOCK, &el->el_signal->sig_set, &oset); 182 (void) sigprocmask(SIG_SETMASK, &oset, NULL); 193 sigset_t oset; local in function:sig_clr [all...] |
el.c | 606 sigset_t oset, nset; local in function:el_resize 610 (void) sigprocmask(SIG_BLOCK, &nset, &oset); 616 (void) sigprocmask(SIG_SETMASK, &oset, NULL);
|
terminal.c | 843 sigset_t oset, nset; local in function:terminal_set 848 (void) sigprocmask(SIG_BLOCK, &nset, &oset); 914 (void) sigprocmask(SIG_SETMASK, &oset, NULL);
|
/src/usr.bin/mail/ |
dotlock.c | 138 sigset_t nset, oset; local in function:dot_lock 156 (void)sigprocmask(SIG_BLOCK, &nset, &oset); 158 (void)sigprocmask(SIG_SETMASK, &oset, NULL); 163 (void)sigprocmask(SIG_SETMASK, &oset, NULL);
|
edit.c | 167 sigset_t oset; local in function:edit1 186 (void)sig_ignore(SIGINT, &osa, &oset); 219 (void)sig_restore(SIGINT, &osa, &oset);
|
cmd1.c | 373 sigset_t oset; local in function:type1 378 (void)sig_ignore(SIGPIPE, &osa, &oset); 380 (void)sig_restore(SIGPIPE, &osa, &oset); 479 sigset_t oset; local in function:pipecmd 483 (void)sig_ignore(SIGPIPE, &osa, &oset); 485 (void)sig_restore(SIGPIPE, &osa, &oset);
|
collect.c | 131 sigset_t oset; local in function:mesedit 135 (void)sig_ignore(SIGINT, &osa, &oset); 142 (void)sig_restore(SIGINT, &osa, &oset); 157 sigset_t oset; local in function:mespipe 163 (void)sig_ignore(SIGINT, &osa, &oset); 198 (void)sig_restore(SIGINT, &osa, &oset);
|
popen.c | 314 sigset_t nset, oset; local in function:wait_child 319 (void)sigprocmask(SIG_BLOCK, &nset, &oset); 332 (void)sigprocmask(SIG_SETMASK, &oset, NULL); 355 sigset_t nset, oset; local in function:Pclose 366 (void)sigprocmask(SIG_BLOCK, &nset, &oset); 368 (void)sigprocmask(SIG_SETMASK, &oset, NULL); 514 sigset_t nset, oset; local in function:free_child 518 (void)sigprocmask(SIG_BLOCK, &nset, &oset); 525 (void)sigprocmask(SIG_SETMASK, &oset, NULL);
|
sig.c | 133 sigset_t oset; local in function:sig_check 138 (void)sigprocmask(SIG_SETMASK, &nset, &oset); 156 (void)sigprocmask(SIG_SETMASK, &oset, NULL); 161 (void)sigprocmask(SIG_SETMASK, &oset, NULL); 176 sigset_t oset; local in function:sig_signal 182 (void)sigprocmask(SIG_BLOCK, &nset, &oset); 187 (void)sigprocmask(SIG_SETMASK, &oset, NULL); 198 sigset_t oset; local in function:do_default_handler 209 (void)sigprocmask(SIG_UNBLOCK, &nset, &oset); 213 (void)sigprocmask(SIG_SETMASK, &oset, NULL) 225 sigset_t oset; local in function:sig_handler 265 sigset_t oset; local in function:sig_setup 341 sigset_t oset; \/* old signal mask saved by sig_hold() *\/ member in struct:__anon056030630208 [all...] |
fio.c | 437 sigset_t nset, oset; local in function:expand 478 sigprocmask(SIG_BLOCK, &nset, &oset); 480 sigprocmask(SIG_SETMASK, &oset, NULL);
|
cmd3.c | 143 sigset_t oset; local in function:shell 150 (void)sig_ignore(SIGINT, &osa, &oset); 157 (void)sig_restore(SIGINT, &osa, &oset); 171 sigset_t oset; local in function:dosh 175 (void)sig_ignore(SIGINT, &osa, &oset); 179 (void)sig_restore(SIGINT, &osa, &oset);
|
lex.c | 541 sigset_t oset; local in function:close_piping 550 (void)sig_ignore(SIGPIPE, &osa, &oset); 558 (void)sig_restore(SIGPIPE, &osa, &oset);
|
/src/lib/libcurses/ |
tstp.c | 69 sigset_t oset, set; local in function:__stop_signal_handler 78 (void)sigprocmask(SIG_BLOCK, &set, &oset); 100 (void)sigprocmask(SIG_SETMASK, &oset, NULL);
|
/src/lib/librefuse/ |
refuse_signals.c | 94 block_signals(sigset_t* oset) { 109 return pthread_sigmask(SIG_BLOCK, &set, oset); 113 unblock_signals(const sigset_t* oset) { 114 return pthread_sigmask(SIG_SETMASK, oset, NULL); 232 sigset_t oset; local in function:__fuse_set_signal_handlers 234 rv = block_signals(&oset); 276 rv = unblock_signals(&oset); 289 sigset_t oset; local in function:__fuse_remove_signal_handlers 291 rv = block_signals(&oset); 327 rv = unblock_signals(&oset); [all...] |
/src/regress/sys/kern/select/ |
select.c | 85 fd_set oset; local in function:f 113 memcpy(&oset, &set, sizeof(oset)); 150 if (!FD_ISSET(fd, &oset)) {
|
/src/tests/lib/libc/sys/ |
t_select.c | 91 sigset_t set, oset, nset; local in function:child 92 char obuf[sizeof(oset) + 3], nbuf[sizeof(nset) + 3]; 107 if (sigprocmask(SIG_BLOCK, NULL, &oset) == -1) 127 if (memcmp(&oset, &nset, sizeof(oset)) != 0) 131 prmask(&oset, obuf, sizeof(obuf)));
|
/src/bin/dd/ |
dd.c | 621 sigset_t oset; local in function:bwrite 625 (void)sigprocmask(SIG_BLOCK, &infoset, &oset); 628 (void)sigprocmask(SIG_SETMASK, &oset, NULL);
|
/src/usr.bin/rsh/ |
rsh.c | 96 sigset_t oset, nset; local in function:main 270 (void)sigprocmask(SIG_BLOCK, &nset, &oset); 295 talk(nflag, &oset, pid, rem); 336 talk(int nflag, sigset_t *oset, __pid_t pid, int rem) 406 (void)sigprocmask(SIG_SETMASK, oset, NULL);
|
/src/sys/compat/linux/common/ |
linux_signal.c | 409 linux_sigprocmask1(struct lwp *l, int how, const linux_old_sigset_t *set, linux_old_sigset_t *oset) 438 set ? &nbss : NULL, oset ? &obss : NULL); 442 if (oset) { 444 error = copyout(&olss, oset, sizeof(olss)); 458 syscallarg(linux_sigset_t *) oset; 461 linux_sigset_t nlss, olss, *oset; local in function:linux_sys_rt_sigprocmask 485 oset = SCARG(uap, oset); 495 set ? &nbss : NULL, oset ? &obss : NULL); 497 if (!error && oset) { [all...] |