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

123

/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/smartsign/
H A Dclean.sh19 rm -f K* dsset-* *.signed random.data dnskey.sigs other.sigs dsset.out
H A Dtests.sh193 awk '$2 == "RRSIG" && $3 == "DNSKEY" { getline; print $2 }' $cfile.signed > dnskey.sigs
194 grep -w "$ckactive" dnskey.sigs > /dev/null || ret=1
195 grep -w "$ckrevoked" dnskey.sigs > /dev/null || ret=1
196 grep -w "$czactive" dnskey.sigs > /dev/null || ret=1
198 grep -w "$ckprerevoke" dnskey.sigs > /dev/null && ret=1
199 grep -w "$ckpublished" dnskey.sigs > /dev/null && ret=1
200 grep -w "$czpublished" dnskey.sigs > /dev/null && ret=1
201 grep -w "$czinactive" dnskey.sigs > /dev/null && ret=1
202 grep -w "$czgenerated" dnskey.sigs > /dev/null && ret=1
204 awk '$2 == "RRSIG" && $3 != "DNSKEY" { getline; print $2 }' $cfile.signed | sort -un > other.sigs
[all...]
/macosx-10.10.1/Heimdal-398.1.2/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);
/macosx-10.10.1/less-25/less/
H A Dsignal.c26 * "sigs" contains bits indicating signals which need to be processed.
28 public int sigs; variable
52 sigs |= S_INTERRUPT;
78 sigs |= S_STOP;
94 sigs |= S_WINCH;
109 sigs |= S_WINCH;
130 sigs |= S_INTERRUPT;
193 * A received signal cause a bit to be set in "sigs".
200 if ((tsignals = sigs) == 0)
202 sigs
[all...]
H A Dttyin.c28 extern int sigs;
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/system/metadata/
H A Dtests.sh53 }' < ${cfile}.signed > sigs
65 grep "DNSKEY $ksk"'$' sigs > /dev/null || ret=1
66 grep "SOA $ksk"'$' sigs > /dev/null && ret=1
73 grep "SOA $zsk"'$' sigs > /dev/null || ret=1
80 grep " $standby"'$' sigs > /dev/null && ret=1
87 grep " $inact"'$' sigs > /dev/null && ret=1
101 grep " $rolling"'$' sigs > /dev/null && ret=1
118 grep "DNSKEY $postrev"'$' sigs > /dev/null || ret=1
119 grep "SOA $postrev"'$' sigs > /dev/null && ret=1
132 grep "DNSKEY $rolling"'$' sigs > /de
[all...]
H A Dclean.sh23 rm -f keys sigs
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/gke/
H A Dgkhandmake89 sigs = { } variable
98 sigs[path] = dict(
105 signatures = sigs
H A Dgkgenerate6 # will collect GKE data from all files and write two output files (name.auth and name.sigs)
48 sigsfile = args.output + ".sigs"
69 sigs = { } variable
75 sigs.update(data["signatures"])
112 for sig in sigs:
113 sigdata = sigs[sig]
116 print "Wrote %d signature record(s) to %s" % (len(sigs), sigsfile)
H A Dgkrecord127 sigs = { } variable
151 sigs[path] = dict(
171 for rec in sigs:
181 signatures = sigs
198 print "Recorded %d authorization(s), %d signature(s) in %s" % (len(auth), len(sigs), outputfile)
/macosx-10.10.1/postfix-255/postfix/src/master/
H A Dmaster_sig.c221 static int sigs[] = { local
233 for (i = 0; i < sizeof(sigs) / sizeof(sigs[0]); i++)
234 if (sigaction(sigs[i], &action, (struct sigaction *) 0) < 0)
235 msg_fatal("%s: sigaction(%d): %m", myname, sigs[i]);
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/
H A Dui.c117 struct sigaction sigs[NSIG]; local
135 for(i = 1; i < sizeof(sigs) / sizeof(sigs[0]); i++)
137 if (sigaction(i, &sa, &sigs[i]) == 0)
191 for(i = 1; i < sizeof(sigs) / sizeof(sigs[0]); i++)
193 sigaction(i, &sigs[i], NULL);
/macosx-10.10.1/OpenSSH-189/osslshim/ossl/
H A Dossl-ui.c148 struct sigaction sigs[NSIG]; local
166 for (i = 1; i < sizeof(sigs) / sizeof(sigs[0]); i++) {
168 if (sigaction(i, &sa, &sigs[i]) == 0) {
235 for (i = 1; i < sizeof(sigs) / sizeof(sigs[0]); i++) {
237 sigaction(i, &sigs[i], NULL);
/macosx-10.10.1/ruby-106/ruby/
H A Dsignal.c197 const struct signals *sigs; local
199 for (sigs = siglist; sigs->signm; sigs++)
200 if (strcmp(sigs->signm, nm) == 0)
201 return sigs->signo;
208 const struct signals *sigs; local
210 for (sigs = siglist; sigs->signm; sigs
1039 const struct signals *sigs; local
[all...]
/macosx-10.10.1/bind9-45.101/bind9/lib/lwres/
H A Dlwres_grbn.c190 lwres_buffer_putmem(b, req->sigs[x], datalen);
297 grbn->sigs = NULL;
323 grbn->sigs = CTXMALLOC(sizeof(char *) * nsigs);
324 if (grbn->sigs == NULL) {
357 ret = lwres_data_parse(b, &grbn->sigs[x], &grbn->siglen[x]);
377 if (grbn->sigs != NULL)
378 CTXFREE(grbn->sigs, sizeof(char *) * nsigs);
420 CTXFREE(grbn->sigs, sizeof(char *) * grbn->nsigs);
/macosx-10.10.1/gpatch-3/patch/
H A Dutil.c671 #define NUM_SIGS (sizeof (sigs) / sizeof (*sigs))
672 static int const sigs[] = { variable
758 if (sigaction (sigs[i], (struct sigaction *) 0, &initial_act) != 0)
762 ignoring_signal = signal (sigs[i], SIG_IGN) == SIG_IGN;
766 sigaddset (&signals_to_block, sigs[i]);
767 setup_handler (sigs[i]);
778 if (sigismember (&signals_to_block, sigs[i]))
779 setup_handler (sigs[i]);
794 if (sigismember (&signals_to_block, sigs[
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/sec/Security/Tool/
H A Dcodesign.c346 CFArrayRef sigs = load_code_signatures(argv[0]);
347 require(sigs, out);
350 CFShow(sigs);
352 CFIndex i, count = CFArrayGetCount(sigs);
355 CFDictionaryRef signature = CFArrayGetValueAtIndex(sigs, i);
420 CFReleaseSafe(sigs);
/macosx-10.10.1/emacs-93/emacs/lisp/eshell/
H A Desh-proc.el435 (let ((sigs eshell-kill-process-signals))
436 (while sigs
440 (signal-process (process-id proc) (car sigs)))) t query)
443 (setq sigs nil)
445 (setq sigs (cdr sigs))))))
/macosx-10.10.1/bind9-45.101/bind9/bin/named/
H A Dlwdgrbn.c258 grbn->sigs = NULL;
308 grbn->sigs = isc_mem_get(cm->mctx, grbn->nsigs *
310 if (grbn->sigs == NULL)
318 result = fill_array(&i, sigrdataset, grbn->nsigs, grbn->sigs,
348 if (grbn->sigs != NULL)
349 isc_mem_put(cm->mctx, grbn->sigs,
375 if (grbn->sigs != NULL)
376 isc_mem_put(cm->mctx, grbn->sigs,
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dgpg.vim25 \ check-sigs decrypt decrypt-files delete-key
32 \ list-sigs lsign-key nrsign-key print-md print-mds
67 \ force-mdc force-v3-sigs force-v4-certs
76 \ no-expert no-for-your-eyes-only no-force-v3-sigs
/macosx-10.10.1/Security-57031.1.35/Security/include/security_codesigning/
H A Dpolicydb.h47 static const char gkeSigsFile[] = "/var/db/gke.sigs";
122 void installExplicitSet(const char *auth, const char *sigs);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dpolicydb.h47 static const char gkeSigsFile[] = "/var/db/gke.sigs";
122 void installExplicitSet(const char *auth, const char *sigs);
/macosx-10.10.1/uucp-11/uucp/contrib/
H A Dxchat.c292 struct siglist *sigs; local
346 sigs = &sigtbl[0];
347 while(sigs->signal)
349 sigs->o_catcher = (int (*) ())signal(sigs->signal, sigs->n_catcher);
350 sigs += 1;
370 sigs = &sigtbl[0];
371 while(sigs->signal)
372 if(sigs
[all...]
/macosx-10.10.1/ruby-106/ruby/lib/xmlrpc/
H A Dserver.rb252 sigs = []
257 sig.each {|s| sigs << s}
260 sigs << sig
264 sigs.uniq! || sigs # remove eventually duplicated signatures
/macosx-10.10.1/gnudiff-19/diffutils/src/
H A Dsdiff.c69 #define NUM_SIGS (sizeof sigs / sizeof *sigs)
70 static int const sigs[] = { variable
796 sigaddset (&catchaction.sa_mask, sigs[i]);
802 sigaction (sigs[i], 0, &initial_action[i]);
804 initial_action[i] = signal (sigs[i], SIG_IGN);
807 signal_handler (sigs[i], catchsig);
826 if ((! s || sigs[i] == s) && initial_handler (i) != SIG_IGN)
828 sigaction (sigs[i], &initial_action[i], 0);
830 signal (sigs[
[all...]

Completed in 268 milliseconds

123