Home
last modified time | relevance | path

Searched refs:DS (Results 1 – 25 of 740) sorted by relevance

12345678910>>...30

/netbsd/external/mpl/bind/dist/bin/tests/system/cds/
H A Dtests.sh102 out=DS.1
106 out=DS.1
111 out=DS.1
132 testcase 0 $DIFF DS.1 DS.inplace
135 testcase 0 $DIFF DS.1 DS.inplace.bak
139 out=DS.1
144 out=DS.1
153 out=DS.1
183 out=DS.2
191 out=DS.2
[all …]
H A Dsetup.sh48 grep " ${DEFAULT_ALGORITHM_NUMBER} 1 " DS.$n >DS.$n-1
49 grep " ${DEFAULT_ALGORITHM_NUMBER} 2 " DS.$n >DS.$n-2
52 sed 's/ IN DS / 3600 IN DS /' <DS.$n >DS.ttl$n
53 sed 's/ IN DS / 7200 IN DS /' <DS.$n >DS.ttlong$n
54 tac <DS.$n >DS.rev$n
60 sort DS.1 DS.2 >DS.both
62 cp DS.1 DS.inplace
67 $mangle " IN DS $id1 ${DEFAULT_ALGORITHM_NUMBER} 1 " <DS.1 >DS.broke1
68 $mangle " IN DS $id1 ${DEFAULT_ALGORITHM_NUMBER} 2 " <DS.1 >DS.broke2
74 ' <DS.2 >UP.add2
[all …]
/netbsd/sys/dev/videomode/
H A Dvideomode.c23 #define DS VID_DBLSCAN macro
78 M("320x175x85",320,175,15750,336,368,416,191,192,222,HP|VN|DS),
79 M("320x200x85",320,200,15750,336,368,416,200,202,222,HN|VP|DS),
80 M("360x200x70",360,200,14160,369,423,450,206,207,224,HN|VP|DS),
81 M("360x200x85",360,200,17750,378,414,468,200,202,223,HN|VP|DS),
82 M("360x200x87",360,200,17750,369,423,450,210,211,224,HN|VN|DS),
83 M("320x240x60",320,240,12587,328,376,400,245,246,262,HN|VN|DS),
84 M("320x240x72",320,240,15750,332,352,416,244,246,260,HN|VN|DS),
85 M("320x240x75",320,240,15750,328,360,420,240,242,250,HN|VN|DS),
86 M("320x240x85",320,240,18000,348,376,416,240,242,254,HN|VN|DS),
[all …]
/netbsd/external/gpl3/gcc.old/dist/libgcc/config/cris/
H A Darit.c131 #define DS __asm__ ("dstep %2,%0" : "=r" (a) : "0" (a), "r" (b)); \ in do_31div() macro
136 case 32: DS; case 31: DS; case 30: DS; case 29: DS; in do_31div()
137 case 28: DS; case 27: DS; case 26: DS; case 25: DS; in do_31div()
138 case 24: DS; case 23: DS; case 22: DS; case 21: DS; in do_31div()
139 case 20: DS; case 19: DS; case 18: DS; case 17: DS; in do_31div()
140 case 16: DS; case 15: DS; case 14: DS; case 13: DS; in do_31div()
141 case 12: DS; case 11: DS; case 10: DS; case 9: DS; in do_31div()
142 case 8: DS; case 7: DS; case 6: DS; case 5: DS; in do_31div()
143 case 4: DS; case 3: DS; case 2: DS; case 1: DS; in do_31div()
/netbsd/external/gpl3/gcc/dist/libgcc/config/cris/
H A Darit.c131 #define DS __asm__ ("dstep %2,%0" : "=r" (a) : "0" (a), "r" (b)); \ in do_31div() macro
136 case 32: DS; case 31: DS; case 30: DS; case 29: DS; in do_31div()
137 case 28: DS; case 27: DS; case 26: DS; case 25: DS; in do_31div()
138 case 24: DS; case 23: DS; case 22: DS; case 21: DS; in do_31div()
139 case 20: DS; case 19: DS; case 18: DS; case 17: DS; in do_31div()
140 case 16: DS; case 15: DS; case 14: DS; case 13: DS; in do_31div()
141 case 12: DS; case 11: DS; case 10: DS; case 9: DS; in do_31div()
142 case 8: DS; case 7: DS; case 6: DS; case 5: DS; in do_31div()
143 case 4: DS; case 3: DS; case 2: DS; case 1: DS; in do_31div()
/netbsd/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp53 DeclSpec DS(AttrFactory); in ParseTypeName() local
55 DS.addAttributes(*Attrs); in ParseTypeName()
58 *OwnedType = DS.isTypeSpecOwned() ? DS.getRepAsDecl() : nullptr; in ParseTypeName()
2757 DS.SetTypeSpecError(); in ParseImplicitInt()
3169 if (DS.hasTypeSpecifier() || DS.isTypeAltiVecVector()) in ParseDeclarationSpecifiers()
3304 if (DS.hasTypeSpecifier() && DS.hasTagDefinition()) in ParseDeclarationSpecifiers()
5756 SS, DS.getTypeQualifiers(), StarLoc, DS.getEndLoc()), in ParseDeclaratorInternal()
5770 DeclaratorChunk::getPipe(DS.getTypeQualifiers(), DS.getPipeLoc()), in ParseDeclaratorInternal()
5804 DS.getTypeQualifiers(), Loc, DS.getConstSpecLoc(), in ParseDeclaratorInternal()
5805 DS.getVolatileSpecLoc(), DS.getRestrictSpecLoc(), in ParseDeclaratorInternal()
[all …]
H A DParseExprCXX.cpp214 DeclSpec DS(AttrFactory); in ParseOptionalCXXScopeSpecifier() local
1250 DeclSpec DS(AttrFactory); in ParseLambdaExpressionAfterIntroducer() local
1521 DeclSpec DS(AttrFactory); in ParseCXXCasts() local
1734 DeclSpec DS(AttrFactory); in ParseCXXPseudoDestructor() local
2050 DeclSpec DS(AttrFactory); in ParseCXXCondition() local
2170 DS.SetTypeSpecError(); in ParseCXXSimpleTypeSpecifier()
2253 DS.SetRangeEnd(ParseDecltypeSpecifier(DS)); in ParseCXXSimpleTypeSpecifier()
2258 ParseTypeofSpecifier(DS); in ParseCXXSimpleTypeSpecifier()
2693 DeclSpec DS(AttrFactory); in ParseUnqualifiedIdOperator() local
3056 DeclSpec DS(AttrFactory); in ParseCXXNewExpression() local
[all …]
H A DParseObjc.cpp772 ParsingDeclSpec DS(*this); in ParseObjCInterfaceDeclList() local
1198 DS.setObjCDeclQualifier(Qual); in ParseObjCTypeQualifierList()
1266 declSpec.setObjCQualifiers(&DS); in ParseObjCTypeName()
1487 DeclSpec DS(AttrFactory); in ParseObjCMethodDecl() local
1488 ParseDeclarationSpecifiers(DS); in ParseObjCMethodDecl()
1689 DeclSpec DS(AttrFactory); in parseObjCTypeArgsOrProtocolQualifiers() local
1989 ParsingDeclSpec DS(*this); in ParseObjCClassInstanceVariables() local
2540 DeclSpec DS(AttrFactory); in ParseObjCTryStmt() local
2541 ParseDeclarationSpecifiers(DS); in ParseObjCTryStmt()
2926 DeclSpec DS(AttrFactory); in ParseObjCXXMessageReceiver() local
[all …]
/netbsd/external/bsd/unbound/dist/testdata/
H A Dtest_ldnsrr.144 academy. 86400 IN NSEC ad. NS DS RRSIG NSEC
88 af. 86400 IN NSEC ag. NS DS RRSIG NSEC
134 am. 86400 IN NSEC an. NS DS RRSIG NSEC
195 arpa. 86400 IN NSEC as. NS DS RRSIG NSEC
220 at. 86400 IN NSEC au. NS DS RRSIG NSEC
405 bg. 86400 IN NSEC bh. NS DS RRSIG NSEC
515 br. 86400 IN NSEC bs. NS DS RRSIG NSEC
634 by. 86400 IN NSEC bz. NS DS RRSIG NSEC
645 bz. 86400 IN NSEC ca. NS DS RRSIG NSEC
728 cc. 86400 IN NSEC cd. NS DS RRSIG NSEC
[all …]
H A Dtest_ldnsrr.c1174 af. 86400 IN NSEC ag. NS DS RRSIG NSEC
266 am. 86400 IN NSEC an. NS DS RRSIG NSEC
388 arpa. 86400 IN NSEC as. NS DS RRSIG NSEC
438 at. 86400 IN NSEC au. NS DS RRSIG NSEC
808 bg. 86400 IN NSEC bh. NS DS RRSIG NSEC
906 biz. 86400 IN NSEC bj. NS DS RRSIG NSEC
1028 br. 86400 IN NSEC bs. NS DS RRSIG NSEC
1266 by. 86400 IN NSEC bz. NS DS RRSIG NSEC
1288 bz. 86400 IN NSEC ca. NS DS RRSIG NSEC
1454 cc. 86400 IN NSEC cd. NS DS RRSIG NSEC
[all …]
H A Dtest_ds.sha3842 ; DS match test file.
3 ; test matching of DS hash against DNSKEYs.
5 ; enter ENTRYs with a DS and a DNSKEY.
16 example.net. 3600 IN DS 55648 13 2 ( b4c8c1fe2e7477127b27115656ad6256f424625bf5c1 e2770ce6d6e37df61…
24 example.net. 3600 IN DS 10771 14 4 ( 72d7b62976ce06438e9c0bf319013cf801f09ecc84b8 d7e9495f27e305c6a…
28 ; same entry as above, but corrupted by a change in the DS, MUST fail
33 example.net. 3600 IN DS 55648 13 2 ( b4c8c1fe2e7477126b27115656ad6256f424625bf5c1 e2770ce6d6e37df61…
37 ; same entry as above, but corrupted by a change in the DS, MUST fail
42 example.net. 3600 IN DS 10771 14 4 ( 72d7b62976ce06438e9c0cf319013cf801f09ecc84b8 d7e9495f27e305c6a…
H A Dval_qds_twoanc.rpl4 …trust-anchor: "example.com. 3600 IN DS 2854 3 1 46e4ffc6e9a4793b488954bd3f0cc6af0d…
18 SCENARIO_BEGIN Test validator with DS query and two anchors
40 sub.example.com. IN DS
68 sub.example.com. IN DS
121 sub.example.com. 3600 IN DS 30899 RSASHA1 1 f7ed618f24d5e5202927e1d27bc2e84a141…
137 sub.example.com. 3600 IN DS 30899 RSASHA1 1 f7ed618f24d5e5202927e1d27bc2e84a141…
143 ; response to DS query
149 sub.example.com. IN DS
151 sub.example.com. 3600 IN DS 30899 RSASHA1 1 f7ed618f24d5e5202927e1d27bc2e84a141…
204 sub.example.com. IN DS
[all …]
H A Dval_qds_badanc.rpl4 …trust-anchor: "sub.example.com. 3600 IN DS 30899 RSASHA1 1 f7ed618f24d5e520292…
16 SCENARIO_BEGIN Test validator with DS query and a bad anchor
39 sub.example.com. IN DS
67 sub.example.com. IN DS
120 sub.example.com. 3600 IN DS 30899 RSASHA1 1 f7ed618f24d5e5202927e1d27bc2e84a141…
136 sub.example.com. 3600 IN DS 30899 RSASHA1 1 f7ed618f24d5e5202927e1d27bc2e84a141…
142 ; response to DS query
148 sub.example.com. IN DS
150 sub.example.com. 3600 IN DS 30899 RSASHA1 1 f7ed618f24d5e5202927e1d27bc2e84a141…
203 sub.example.com. IN DS
[all …]
H A Dval_qds_oneanc.rpl4 …trust-anchor: "example.com. 3600 IN DS 2854 3 1 46e4ffc6e9a4793b488954bd3f0cc6af0d…
17 SCENARIO_BEGIN Test validator with DS query and one anchor
39 sub.example.com. IN DS
67 sub.example.com. IN DS
120 sub.example.com. 3600 IN DS 30899 RSASHA1 1 f7ed618f24d5e5202927e1d27bc2e84a141…
136 sub.example.com. 3600 IN DS 30899 RSASHA1 1 f7ed618f24d5e5202927e1d27bc2e84a141…
142 ; response to DS query
148 sub.example.com. IN DS
150 sub.example.com. 3600 IN DS 30899 RSASHA1 1 f7ed618f24d5e5202927e1d27bc2e84a141…
203 sub.example.com. IN DS
[all …]
H A Dtest_ds.sha12 ; DS match test file.
3 ; test matching of DS hash against DNSKEYs.
5 ; enter ENTRYs with a DS and a DNSKEY.
14 nlnetlabs.nl. 3600 IN DS 43791 RSASHA1 1 81ee88356df3c3077549445ed2fb1c92adc80641
22 jelte.nlnetlabs.nl. DS 42860 5 1 14D739EB566D2B1A5E216A0BA4D17FA9B038BE4A
30 nlnetlabs.nl. 3600 IN DS 43791 RSASHA1 1 14D739EB566D2B1A5E216A0BA4D17FA9B038BE4A
H A Diter_ds_reply.rpl4 …trust-anchor: "example.com. 3600 IN DS 2854 3 1 46e4ffc6e9a4793b488954bd3f0cc6af0d…
15 SCENARIO_BEGIN Test iterator with DS query and answer reply
108 ; DS gets an answer from the authoritative server
115 sub.example.com. IN DS
117 sub.example.com. 3600 IN DS 30899 RSASHA1 1 f7ed618f24d5e5202927e1d27bc2e84a141…
133 sub.example.com. 3600 IN DS 30899 RSASHA1 1 f7ed618f24d5e5202927e1d27bc2e84a141…
191 ; something for wrong type DS query here
197 sub.example.com. IN DS
208 sub.example.com. IN DS
217 sub.example.com. IN DS
[all …]
H A Diter_ds_referral.rpl4 …trust-anchor: "example.com. 3600 IN DS 2854 3 1 46e4ffc6e9a4793b488954bd3f0cc6af0d…
15 SCENARIO_BEGIN Test iterator with DS query and referral reply
108 ; note, no specific DS answer here, it replies with the referral for
109 ; the type DS query
121 sub.example.com. 3600 IN DS 30899 RSASHA1 1 f7ed618f24d5e5202927e1d27bc2e84a141…
147 ; sub.example.com. 3600 IN DS 30899 RSASHA1 1 f7ed618f24d5e5202927e1d27bc2e84a1…
179 ; something for wrong type DS query here
185 sub.example.com. IN DS
196 sub.example.com. IN DS
205 sub.example.com. IN DS
[all …]
H A Dval_fwdds.rpl4 …trust-anchor: "example.com. 3600 IN DS 2854 3 1 46e4ffc6e9a4793b488954bd3f0cc6af0d…
18 SCENARIO_BEGIN Test forward-zone with DS query
19 ; The fwd zone is linked validly with a DS to the public internet zone.
20 ; unbound just has to be able to ask the DS from the right server (not
115 ; response for DS of sub.example.com.
121 sub.example.com. IN DS
123 sub.example.com. 3600 IN DS 30899 RSASHA1 1 f7ed618f24d5e5202927e1d27bc2e84a141…
139 sub.example.com. 3600 IN DS 30899 RSASHA1 1 f7ed618f24d5e5202927e1d27bc2e84a141…
165 ; sub.example.com. 3600 IN DS 30899 RSASHA1 1 f7ed618f24d5e5202927e1d27bc2e84a1…
183 ; response for qtype DS. This is not available here.
[all …]
H A Dval_stubds.rpl4 …trust-anchor: "example.com. 3600 IN DS 2854 3 1 46e4ffc6e9a4793b488954bd3f0cc6af0d…
18 SCENARIO_BEGIN Test stub with DS query
19 ; The stub zone is linked validly with a DS to the public internet zone.
20 ; unbound just has to be able to ask the DS from the right server (not
114 ; response for DS of sub.example.com.
120 sub.example.com. IN DS
122 sub.example.com. 3600 IN DS 30899 RSASHA1 1 f7ed618f24d5e5202927e1d27bc2e84a141…
138 sub.example.com. 3600 IN DS 30899 RSASHA1 1 f7ed618f24d5e5202927e1d27bc2e84a141…
164 ; sub.example.com. 3600 IN DS 30899 RSASHA1 1 f7ed618f24d5e5202927e1d27bc2e84a1…
182 ; response for qtype DS. This is not available here.
[all …]
/netbsd/lib/libc/arch/alpha/
H A DMakefile.inc13 ${TOOL_M4} -DNAME=__divqu -DOP=div -DS=false -DWORDSIZE=64 \
17 ${TOOL_M4} -DNAME=__divq -DOP=div -DS=true -DWORDSIZE=64 \
21 ${TOOL_M4} -DNAME=__divlu -DOP=div -DS=false -DWORDSIZE=32 \
25 ${TOOL_M4} -DNAME=__divl -DOP=div -DS=true -DWORDSIZE=32 \
29 ${TOOL_M4} -DNAME=__remqu -DOP=rem -DS=false -DWORDSIZE=64 \
33 ${TOOL_M4} -DNAME=__remq -DOP=rem -DS=true -DWORDSIZE=64 \
37 ${TOOL_M4} -DNAME=__remlu -DOP=rem -DS=false -DWORDSIZE=32 \
41 ${TOOL_M4} -DNAME=__reml -DOP=rem -DS=true -DWORDSIZE=32 \
/netbsd/external/mpl/bind/dist/bin/tests/system/checkds/ns9/
H A Dnamed.conf.in47 * Zone with parental agent configured, due for DS checking.
58 * Zone with parental agent configured, due for DS checking.
70 * Zone with parental agent configured, due for DS checking.
71 * The parental agent does not have the DS yet.
85 * Zone with parental agent configured, due for DS checking.
99 * Zone with multiple parental agents configured, due for DS checking.
100 * All need to have the DS before the rollover may continue.
115 * All need to have the DS before the rollover may continue.
116 * This case, one server is still missing the DS.
133 * All need to have the DS before the rollover may continue.
[all …]
/netbsd/external/mpl/bind/dist/bin/dnssec/
H A Ddnssec-cds.rst16 dnssec-cds - change DS records for a child zone based on CDS/CDNSKEY
27 The ``dnssec-cds`` command changes DS records at a delegation point
32 parent can keep the DS records up-to-date and enable automatic rolling
55 RRset, and that the same set of keys are covered by every DS digest
60 replacement DS records are the same as the existing records, when no
77 DS records. This option can be repeated, so that multiple DS records
95 containing the DS records; if it is a directory, ``dnssec-cds``
138 the new DS records also have no explicit TTL.
142 printing the new DS reords. The output is empty if no change is
165 If successful, the DS records may or may not need to be
[all …]
H A Ddnssec-dsfromkey.rst16 dnssec-dsfromkey - DNSSEC DS RR generation tool
33 The ``dnssec-dsfromkey`` command outputs DS (Delegation Signer) resource records
34 (RRs), or CDS (Child DS) RRs with the ``-C`` option.
62 DS records. This option can be repeated, so that multiple DS records
71 keys which have the KSK flag set are converted to DS records and
79 This option generates CDS records rather than DS records.
104 This option specifies the TTL of the DS records. By default the TTL is omitted.
115 To build the SHA-256 DS RR from the ``Kexample.com.+003+26160`` keyfile,
122 ``example.com. IN DS 26160 5 2 3A1EADA7A74B8D0BA86726B0C227AA85AB8BBD2B2004F41A868A54F0C5EA0B94``
143 :rfc:`3658` (DS RRs), :rfc:`4509` (SHA-256 for DS RRs),
[all …]
/netbsd/external/mpl/bind/dist/doc/dnssec-guide/
H A Drecipes.rst576 Upload DS Record Step #1
586 Upload DS Record Step #2
597 Upload DS Record Step #3
608 Upload DS Record Step #4
618 Upload DS Record Step #5
628 Upload DS Record Step #6
633 parent zone has published the new DS record by querying for the DS
639 $ dig @8.8.8.8 example.com. DS
738 Remove DS Record Step #1
749 Remove DS Record Step #2
[all …]
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp1299 << DS.getSpecifierName(DS.getTypeSpecType(), in ConvertDeclSpecToType()
1306 << DS.getSpecifierName(DS.getTypeSpecType(), in ConvertDeclSpecToType()
1353 if (DS.isEmpty()) { in ConvertDeclSpecToType()
1444 DS.getRepAsExpr(), DS.getBeginLoc()); in ConvertDeclSpecToType()
1469 if (DS.isTypeSpecSat()) in ConvertDeclSpecToType()
1492 if (DS.isTypeSpecSat()) in ConvertDeclSpecToType()
1737 << DS.getSpecifierName(DS.getTypeSpecType(), in ConvertDeclSpecToType()
1885 Diag(DS ? DS->getRestrictSpecLoc() : Loc, DiagID) << ProblemTy; in BuildQualifiedType()
1925 DS ? DS->getAtomicSpecLoc() : Loc); in BuildQualifiedType()
5846 const DeclSpec &DS; member in __anoncbe531381111::TypeSpecLocFiller
[all …]

12345678910>>...30