Searched refs:oset (Results 1 - 25 of 66) sorted by relevance

123

/netbsd-6-1-5-RELEASE/external/public-domain/xz/dist/src/common/
H A Dmythread.h25 # define mythread_sigmask(how, set, oset) \
26 pthread_sigmask(how, set, oset)
39 # define mythread_sigmask(how, set, oset) \
40 sigprocmask(how, set, oset)
/netbsd-6-1-5-RELEASE/usr.bin/mail/
H A Dsig.c133 sigset_t oset; local
138 (void)sigprocmask(SIG_SETMASK, &nset, &oset);
156 (void)sigprocmask(SIG_SETMASK, &oset, NULL);
161 (void)sigprocmask(SIG_SETMASK, &oset, NULL);
169 sigset_t oset; local
175 (void)sigprocmask(SIG_BLOCK, &nset, &oset);
180 (void)sigprocmask(SIG_SETMASK, &oset, NULL);
191 sigset_t oset; local
202 (void)sigprocmask(SIG_UNBLOCK, &nset, &oset);
206 (void)sigprocmask(SIG_SETMASK, &oset, NUL
218 sigset_t oset; local
258 sigset_t oset; local
334 sigset_t oset; /* old signal mask saved by sig_hold() */ member in struct:__anon9829
369 sig_ignore(int sig, struct sigaction *osa, sigset_t *oset) argument
394 sig_restore(int sig, struct sigaction *osa, sigset_t *oset) argument
[all...]
H A Ddotlock.c137 sigset_t nset, oset; local
155 (void)sigprocmask(SIG_BLOCK, &nset, &oset);
157 (void)sigprocmask(SIG_SETMASK, &oset, NULL);
162 (void)sigprocmask(SIG_SETMASK, &oset, NULL);
H A Dpopen.c320 sigset_t nset, oset; local
325 (void)sigprocmask(SIG_BLOCK, &nset, &oset);
338 (void)sigprocmask(SIG_SETMASK, &oset, NULL);
361 sigset_t nset, oset; local
372 (void)sigprocmask(SIG_BLOCK, &nset, &oset);
374 (void)sigprocmask(SIG_SETMASK, &oset, NULL);
520 sigset_t nset, oset; local
524 (void)sigprocmask(SIG_BLOCK, &nset, &oset);
531 (void)sigprocmask(SIG_SETMASK, &oset, NULL);
H A Dedit.c167 sigset_t oset; local
186 (void)sig_ignore(SIGINT, &osa, &oset);
219 (void)sig_restore(SIGINT, &osa, &oset);
H A Dcmd1.c371 sigset_t oset; local
376 (void)sig_ignore(SIGPIPE, &osa, &oset);
378 (void)sig_restore(SIGPIPE, &osa, &oset);
477 sigset_t oset; local
481 (void)sig_ignore(SIGPIPE, &osa, &oset);
483 (void)sig_restore(SIGPIPE, &osa, &oset);
/netbsd-6-1-5-RELEASE/lib/libc/gen/
H A Dsigset.c45 sigset_t set, oset; local
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))
H A Dgetpass.c65 sigset_t oset, nset; local
76 (void)sigprocmask(SIG_BLOCK, &nset, &oset);
105 (void)sigprocmask(SIG_SETMASK, &oset, NULL);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/
H A Ds390xcap.c16 sigset_t oset; local
28 sigprocmask(SIG_SETMASK,&ill_act.sa_mask,&oset);
36 sigprocmask(SIG_SETMASK,&oset,NULL);
H A Dppccap.c33 sigset_t oset;
36 sigprocmask(SIG_SETMASK,&all_masked,&oset);
38 sigprocmask(SIG_SETMASK,&oset,NULL);
63 sigset_t oset; local
100 sigprocmask(SIG_SETMASK,&ill_act.sa_mask,&oset);
125 sigprocmask(SIG_SETMASK,&oset,NULL);
H A Darmcap.c39 sigset_t oset; local
64 sigprocmask(SIG_SETMASK,&ill_act.sa_mask,&oset);
79 sigprocmask(SIG_SETMASK,&oset,NULL);
/netbsd-6-1-5-RELEASE/lib/libc/stdio/
H A Dtmpfile.c57 sigset_t set, oset; local
67 (void)sigprocmask(SIG_BLOCK, &set, &oset);
73 (void)sigprocmask(SIG_SETMASK, &oset, NULL);
/netbsd-6-1-5-RELEASE/lib/libedit/
H A Dsig.c72 sigset_t nset, oset; local
76 (void) sigprocmask(SIG_BLOCK, &nset, &oset);
105 (void) sigprocmask(SIG_SETMASK, &oset, NULL);
117 sigset_t *nset, oset; local
128 (void) sigprocmask(SIG_BLOCK, nset, &oset);
136 (void) sigprocmask(SIG_SETMASK, &oset, NULL);
161 sigset_t oset; local
168 (void) sigprocmask(SIG_BLOCK, &el->el_signal->sig_set, &oset);
177 (void) sigprocmask(SIG_SETMASK, &oset, NULL);
188 sigset_t oset; local
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/sort/
H A Dtmp.c87 sigset_t set, oset; local
96 (void)sigprocmask(SIG_BLOCK, &set, &oset);
104 (void)sigprocmask(SIG_SETMASK, &oset, NULL);
/netbsd-6-1-5-RELEASE/lib/libc/compat/arch/powerpc/sys/
H A Dcompat_sigprocmask13.S14 * sigprocmask(int how, sigset_t *set, sigset_t *oset)
26 or. %r5,%r5,%r5 # check to see of oset requested
27 beq 2f # if oset != NULL,
28 stw %r3,0(%r5) # *oset = oldmask
/netbsd-6-1-5-RELEASE/lib/libc/compat/arch/sparc/sys/
H A Dcompat_sigprocmask.S53 * sigprocmask(int how, sigset_t *set, sigset_t *oset)
65 tst %o2 ! check to see if oset requested
68 bne,a 3f ! if oset != NULL,
69 st %o0, [%o2] ! *oset = oldmask
/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/dist/
H A Dprint-ascii.c76 register const u_char *cp, register u_int length, register u_int oset)
99 ident, oset, HEXDUMP_HEXSTUFF_PER_LINE,
102 oset += HEXDUMP_BYTES_PER_LINE;
116 ident, oset, HEXDUMP_HEXSTUFF_PER_LINE,
133 register u_int oset)
142 (void)printf("%s0x%04x: ", ident, oset);
143 oset += HEXDUMP_BYTES_PER_LINE;
150 (void)printf("%s0x%04x: ", ident, oset);
75 hex_and_ascii_print_with_offset(register const char *ident, register const u_char *cp, register u_int length, register u_int oset) argument
132 hex_print_with_offset(register const char *ident, register const u_char *cp, register u_int length, register u_int oset) argument
/netbsd-6-1-5-RELEASE/tests/lib/libc/sys/
H A Dt_select.c89 sigset_t set, oset, nset; local
90 char obuf[sizeof(oset) + 3], nbuf[sizeof(nset) + 3];
105 if (sigprocmask(SIG_BLOCK, NULL, &oset) == -1)
125 if (memcmp(&oset, &nset, sizeof(oset)) != 0)
129 prmask(&oset, obuf, sizeof(obuf)));
/netbsd-6-1-5-RELEASE/lib/libpthread/
H A Dsem.c300 sigset_t set, oset; local
303 (void) sigprocmask(SIG_SETMASK, &set, &oset);
308 (void) sigsuspend(&oset);
311 (void) sigprocmask(SIG_SETMASK, &oset, NULL);
348 sigset_t set, oset; local
352 (void) sigprocmask(SIG_SETMASK, &set, &oset);
359 (void) sigprocmask(SIG_SETMASK, &oset, NULL);
H A Dpthread_misc.c144 pthread_sigmask(int how, const sigset_t *set, sigset_t *oset) argument
146 if (_sys___sigprocmask14(how, set, oset))
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dreadpassphrase.c55 sigset_t oset, nset; local
84 (void)sigprocmask(SIG_BLOCK, &nset, &oset);
121 (void)sigprocmask(SIG_SETMASK, &oset, NULL);
/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dsigact.c17 * int sigprocmask(int how, sigset_t *set, sigset_t *oset);
88 * "oset" may be NULL in which case the appropriate
327 sigprocmask(how, set, oset)
329 sigset_t *set, *oset;
352 if (oset)
353 *oset = sm;
H A Dsigact.h115 int sigprocmask ARGS(( int how, sigset_t *set, sigset_t *oset ));
/netbsd-6-1-5-RELEASE/regress/sys/kern/select/
H A Dselect.c85 fd_set oset; local
113 memcpy(&oset, &set, sizeof(oset));
150 if (!FD_ISSET(fd, &oset)) {
/netbsd-6-1-5-RELEASE/usr.bin/rsh/
H A Drsh.c95 sigset_t oset, nset; local
266 (void)sigprocmask(SIG_BLOCK, &nset, &oset);
293 talk(nflag, &oset, pid, rem);
339 talk(int nflag, sigset_t *oset, __pid_t pid, int rem) argument
403 (void)sigprocmask(SIG_SETMASK, oset, NULL);

Completed in 363 milliseconds

123