Searched refs:sigs (Results 1 - 25 of 45) sorted by relevance

12

/freebsd-11-stable/crypto/heimdal/appl/login/
H A Dread_string.c53 struct sigaction sigs[NSIG]; local
71 for(i = 1; i < sizeof(sigs) / sizeof(sigs[0]); i++)
73 if (sigaction(i, &sa, &sigs[i]) == 0)
115 for(i = 1; i < sizeof(sigs) / sizeof(sigs[0]); i++)
117 sigaction(i, &sigs[i], NULL);
/freebsd-11-stable/contrib/xz/src/xz/
H A Dsignals.c57 static const int sigs[] = { local
76 for (size_t i = 0; i < ARRAY_SIZE(sigs); ++i)
77 sigaddset(&hooked_signals, sigs[i]);
99 for (size_t i = 0; i < ARRAY_SIZE(sigs); ++i) {
103 if (sigaction(sigs[i], NULL, &old) == 0
108 if (sigaction(sigs[i], &my_sa, NULL))
/freebsd-11-stable/contrib/less/
H A Dsignal.c26 * "sigs" contains bits indicating signals which need to be processed.
28 public int sigs; variable
56 sigs |= S_INTERRUPT;
86 sigs |= S_STOP;
111 sigs |= S_WINCH;
132 sigs |= S_INTERRUPT;
213 * A received signal cause a bit to be set in "sigs".
220 if ((tsignals = sigs) == 0)
222 sigs = 0;
H A Dos.c67 extern int sigs;
168 sigs |= S_INTERRUPT;
173 sigs |= S_INTERRUPT;
181 sigs |= S_INTERRUPT;
H A Dttyin.c35 extern int sigs;
H A Dcommand.c25 extern int sigs;
1155 while (!sigs)
1172 if (sigs && !ABORT_SIGS())
1212 if (sigs)
1230 if (sigs)
1236 if (sigs)
H A Dtags.c24 extern int sigs;
573 if (sigs)
H A Dlinenum.c68 extern int sigs;
H A Dforwback.c25 extern int sigs;
H A Dinput.c26 extern int sigs;
/freebsd-11-stable/sys/contrib/ngatm/netnatm/saal/
H A Dsscfupriv.h55 sscfu_sigq_head_t sigs; /* signal queue */ member in struct:sscfu
H A Dsaal_sscfu.c91 SIGQ_INIT(&sscf->sigs);
105 SIGQ_CLEAR(&sscf->sigs);
114 SIGQ_CLEAR(&sscf->sigs);
542 SIGQ_APPEND(&sscf->sigs, s);
560 while ((s = SIGQ_GET(&sscf->sigs)) != NULL) {
H A Dsscoppriv.h271 sscop_sigq_head_t sigs; /* saved signals */ member in struct:sscop
/freebsd-11-stable/bin/sh/
H A Derror.c106 sigset_t sigs; local
109 sigemptyset(&sigs);
110 sigprocmask(SIG_SETMASK, &sigs, NULL);
H A Dtrap.c515 sigset_t sigs; local
547 sigemptyset(&sigs);
548 sigaddset(&sigs, sig);
549 sigprocmask(SIG_UNBLOCK, &sigs, NULL);
/freebsd-11-stable/sys/contrib/ngatm/netnatm/api/
H A Dcc_sig.c125 TAILQ_INSERT_TAIL(&user->cc->sigs, s, link);
140 TAILQ_INSERT_TAIL(&user->cc->sigs, s, link);
166 TAILQ_INSERT_TAIL(&conn->cc->sigs, s, link);
206 TAILQ_INSERT_TAIL(&conn->cc->sigs, s, link);
227 TAILQ_INSERT_TAIL(&conn->cc->sigs, s, link);
237 TAILQ_INSERT_AFTER(&conn->cc->sigs, s, s1, link);
256 s = TAILQ_FIRST(&cc->sigs);
262 TAILQ_REMOVE(&cc->sigs, s, link);
312 while ((s = TAILQ_FIRST(&cc->sigs)) != NULL) {
313 TAILQ_REMOVE(&cc->sigs,
[all...]
H A Dcc_data.c58 TAILQ_INIT(&cc->sigs);
/freebsd-11-stable/contrib/ldns/drill/
H A Ddnssec.c108 ldns_rr_list *sigs = NULL; local
130 sigs = ldns_pkt_rr_list_by_name_and_type(p, name,
133 if (!sigs) {
134 sigs = ldns_pkt_rr_list_by_name_and_type(
146 sigs = ldns_pkt_rr_list_by_type(p,
153 for (i = 0; i < ldns_rr_list_rr_count(sigs); i++) {
154 /* only add the sigs that cover this type */
156 ldns_rr_list_rr(sigs, i)))) {
161 sigs, i)));
165 ldns_rr_list_deep_free(sigs);
239 ldns_rr_list* sigs = ldns_pkt_rr_list_by_type(pkt, LDNS_RR_TYPE_RRSIG, LDNS_SECTION_ANY_NOQUESTION); local
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dser-e7kpc.c106 sigs[] = variable in typeref:struct:sw
139 for (try = 0; sigs[try].sw; try++)
142 board_at = sigs[try].addr - dsbase;
154 if (val == (0xaaa0 | sigs[try].sw))
164 sigs[try].addr);
H A Dinfrun.c225 #define SET_SIGS(nsigs,sigs,flags) \
229 if ((sigs)[signum]) \
233 #define UNSET_SIGS(nsigs,sigs,flags) \
237 if ((sigs)[signum]) \
3473 unsigned char *sigs;
3484 sigs = (unsigned char *) alloca (nsigs);
3485 memset (sigs, 0, nsigs);
3520 SET_SIGS (nsigs, sigs, signal_stop);
3521 SET_SIGS (nsigs, sigs, signal_print);
3525 UNSET_SIGS (nsigs, sigs, signal_progra
3466 unsigned char *sigs; local
[all...]
/freebsd-11-stable/contrib/ldns/
H A Ddnssec.c222 ldns_rr_list *sigs; local
226 sigs = ldns_pkt_rr_list_by_name_and_type(pkt,
234 sigs_covered = ldns_rr_list_subtype_by_rdf(sigs, rdf_t, 0);
237 ldns_rr_list_deep_free(sigs);
247 ldns_rr_list *sigs; local
251 sigs = ldns_pkt_rr_list_by_type(pkt,
260 sigs_covered = ldns_rr_list_subtype_by_rdf(sigs, rdf_t, 0);
263 ldns_rr_list_deep_free(sigs);
1528 ldns_rr_list *sigs; local
1544 /* if s is not NULL, the sigs ar
[all...]
/freebsd-11-stable/contrib/unbound/util/
H A Dub_event.c210 ub_default_event_base(int sigs, time_t* time_secs, struct timeval* time_tv) argument
216 (void)sigs;
224 if(sigs)
229 (void)sigs;
H A Dub_event_pluggable.c351 ub_default_event_base(int sigs, time_t* time_secs, struct timeval* time_tv) argument
360 (void)sigs;
368 if(sigs)
373 (void)sigs;
/freebsd-11-stable/gnu/usr.bin/rcs/lib/
H A Drcsutil.c618 setup_catchsig(sig, sigs)
620 int sigs;
625 for (i=sigs; 0<=--i; ) {
639 for (j=sigs; 0<=--j; )
660 setup_catchsig(sig, sigs)
662 int sigs;
668 for (i=sigs; 0<=--i; )
671 for (i=sigs; 0<=--i; )
683 setup_catchsig(sig, sigs)
685 int sigs;
[all...]
/freebsd-11-stable/contrib/diff/src/
H A Dsdiff.c67 #define NUM_SIGS (sizeof sigs / sizeof *sigs)
68 static int const sigs[] = { variable
799 sigaddset (&catchaction.sa_mask, sigs[i]);
805 sigaction (sigs[i], 0, &initial_action[i]);
807 initial_action[i] = signal (sigs[i], SIG_IGN);
810 signal_handler (sigs[i], catchsig);
829 if ((! s || sigs[i] == s) && initial_handler (i) != SIG_IGN)
832 sigaction (sigs[i], &initial_action[i], 0);
834 signal (sigs[
[all...]

Completed in 197 milliseconds

12