Searched refs:covered (Results 1 - 25 of 29) sorted by relevance

12

/macosx-10.10.1/bind9-45.101/bind9/lib/dns/rdata/generic/
H A Drrsig_46.h28 dns_rdatatype_t covered; member in struct:dns_rdata_rrsig
H A Dsig_24.h29 dns_rdatatype_t covered; member in struct:dns_rdata_sig_t
H A Dnxt_30.c40 dns_rdatatype_t covered; local
69 covered = (dns_rdatatype_t)n;
70 } else if (dns_rdatatype_fromtext(&covered,
76 if (covered < 1 || covered > 127)
78 if (first || covered > maxcovered)
79 maxcovered = covered;
81 bm[covered/8] |= (0x80>>(covered%8));
H A Drrsig_46.c34 dns_rdatatype_t covered; local
48 * Type covered.
52 result = dns_rdatatype_fromtext(&covered, &token.value.as_textregion);
59 covered = (dns_rdatatype_t)i;
61 RETERR(uint16_tobuffer(covered, target));
131 dns_rdatatype_t covered; local
144 * Type covered.
146 covered = uint16_fromregion(&sr);
152 if (dns_rdatatype_isknown(covered) && covered !
[all...]
H A Dsig_24.c34 dns_rdatatype_t covered; local
48 * Type covered.
52 result = dns_rdatatype_fromtext(&covered, &token.value.as_textregion);
59 covered = (dns_rdatatype_t)i;
61 RETERR(uint16_tobuffer(covered, target));
131 dns_rdatatype_t covered; local
146 * Type covered.
148 covered = uint16_fromregion(&sr);
154 if (dns_rdatatype_isknown(covered) && covered !
[all...]
H A Dnsec_47.c39 dns_rdatatype_t covered; local
65 RETTOK(dns_rdatatype_fromtext(&covered,
67 bm[covered/8] |= (0x80>>(covered%8));
H A Dnsec3_50.c49 dns_rdatatype_t covered; local
115 RETTOK(dns_rdatatype_fromtext(&covered,
117 bm[covered/8] |= (0x80>>(covered%8));
/macosx-10.10.1/OpenSSL098-52/src/crypto/bn/
H A Dbn_prime.pl45 * included with this distribution is covered by the same copyright terms
/macosx-10.10.1/OpenSSL098-52/src/util/
H A Dadd_cr.pl77 * included with this distribution is covered by the same copyright terms
/macosx-10.10.1/OpenSSL098-52/src/crypto/conf/
H A Dkeysets.pl67 * included with this distribution is covered by the same copyright terms
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/
H A Dncache.c631 if (rrsig.covered == covers) {
722 rdataset->covers = rrsig.covered;
H A Ddnssec.c224 sig.covered = set->type;
377 if (set->type != sig.covered)
779 sig.covered = 0;
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dpsf.vim39 "Some of the attributes covered by attUnquotString and attQuotString:
/macosx-10.10.1/OpenSSL098-52/src/crypto/objects/
H A Dobj_dat.pl191 * included with this distribution is covered by the same copyright terms
H A Dobjects.pl137 * included with this distribution is covered by the same copyright terms
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/tests/
H A Ddbversion_test.c643 rrsig.covered = dns_rdatatype_a;
/macosx-10.10.1/ksh-23/ksh/src/cmd/INIT/
H A Dpackage.sh739 binary package(s); covered and up-to-date packages are not downloaded again unless
898 source package(s); covered and up-to-date packages are not downloaded again unless
6902 covered=
6918 covered=$covered:$covers
6932 covered=$covered:$covers
6941 case $covered in
6945 do case :$covered: in
6953 do case :$covered
[all...]
H A Dpackage.mk133 Each package is covered by one of the license files
144 binaries covered by license(s) must contain the corresponding
926 1) echo 'The software is covered by this license:' ;;
927 *) echo 'The software is covered by these licenses:' ;;
936 echo 'Individual components may be covered by separate licenses;'
/macosx-10.10.1/ksh-23/ksh/lib/package/
H A Dpackage.mk133 Each package is covered by one of the license files
144 binaries covered by license(s) must contain the corresponding
926 1) echo 'The software is covered by this license:' ;;
927 *) echo 'The software is covered by these licenses:' ;;
936 echo 'Individual components may be covered by separate licenses;'
/macosx-10.10.1/emacs-93/emacs/lisp/gnus/
H A Dgnus-agent.el628 "Close all methods covered by the Gnus agent."
629 (let ((methods (gnus-agent-covered-methods)))
685 gnus-agent-covered-methods)
736 (defun gnus-agent-any-covered-gcc ()
745 covered)
746 (while (and (not covered) methods)
747 (setq covered (gnus-agent-method-p (car methods))
749 covered)))
754 (when (and (not gnus-plugged) (gnus-agent-any-covered-gcc))
763 (when (or gnus-plugged (not (gnus-agent-any-covered
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/language/
H A Deuropean.el233 covered by other ISO-8859 character sets:
/macosx-10.10.1/emacs-93/emacs/etc/
H A Dgnus-refcard.tex1254 J a & \textbf{Add} the current server to the list of servers covered
1256 J r & \textbf{Remove} the current server from the list of servers covered
/macosx-10.10.1/bind9-45.101/bind9/bin/named/
H A Dupdate.c1230 * covered and algorithm.
1237 dbsig.covered == updatesig.covered &&
/macosx-10.10.1/BerkeleyDB-21/db/perl/DB_File/
H A DDB_File.pm2269 Although B<DB_File> is covered by the Perl license, the library it
/macosx-10.10.1/bind9-45.101/bind9/bin/dig/
H A Ddighost.c3986 if ((siginfo.covered == covers) ||

Completed in 213 milliseconds

12