Home
last modified time | relevance | path

Searched defs:DS (Results 1 – 25 of 3006) sorted by relevance

12345678910>>...121

/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/upas/smtp/
H A Dsmtp.h22 typedef struct DS DS; typedef
23 struct DS { struct
25 char buf[128];
26 char expand[128];
27 char *netdir;
28 char *proto;
29 char *host;
30 char *service;
/dports/net/drawterm/drawterm/libc/
H A Ddial.c4 typedef struct DS DS; typedef
16 struct DS { struct
36 DS ds; in dial() argument
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/trust-dns-proto-0.20.3/src/rr/dnssec/rdata/
H A Dds.rs72 pub struct DS { struct
79 impl DS { argument
92 pub fn new(key_tag: u16, algorithm: Algorithm, digest_type: DigestType, digest: Vec<u8>) -> DS { in new()
190 pub fn read(decoder: &mut BinDecoder<'_>, rdata_length: Restrict<u16>) -> ProtoResult<DS> { in read()
263 impl Display for DS { implementation
/dports/net/oha/oha-0.4.7/cargo-crates/trust-dns-proto-0.20.3/src/rr/dnssec/rdata/
H A Dds.rs72 pub struct DS { struct
79 impl DS { argument
92 pub fn new(key_tag: u16, algorithm: Algorithm, digest_type: DigestType, digest: Vec<u8>) -> DS { in new()
190 pub fn read(decoder: &mut BinDecoder<'_>, rdata_length: Restrict<u16>) -> ProtoResult<DS> { in read()
263 impl Display for DS { implementation
/dports/security/rustscan/RustScan-2.0.1/cargo-crates/trust-dns-proto-0.19.5/src/rr/dnssec/rdata/
H A Dds.rs70 pub struct DS { struct
77 impl DS { argument
90 pub fn new(key_tag: u16, algorithm: Algorithm, digest_type: DigestType, digest: Vec<u8>) -> DS { in new()
188 pub fn read(decoder: &mut BinDecoder, rdata_length: Restrict<u16>) -> ProtoResult<DS> { in read()
/dports/net/proby/proby-1.0.2/cargo-crates/trust-dns-proto-0.18.0-alpha.2/src/rr/dnssec/rdata/
H A Dds.rs70 pub struct DS { struct
77 impl DS { argument
90 pub fn new(key_tag: u16, algorithm: Algorithm, digest_type: DigestType, digest: Vec<u8>) -> DS { in new()
188 pub fn read(decoder: &mut BinDecoder, rdata_length: Restrict<u16>) -> ProtoResult<DS> { in read()
/dports/devel/rgbds/rgbds/test/link/
H A Dromx-tiny.asm2 DS $4000 label
5 DS $4000 label
8 DS $4000 label
H A Dwramx-dmg-mode.asm2 DS $1000 label
5 DS $1000 label
8 DS $1000 label
H A Dlinkerscript-escapes.asm2 DS $1000 label
4 DS $1000 label
H A Dvram-fixed-dmg-mode.asm2 DS $2000 label
5 DS $2000 label
H A Dvram-floating-dmg-mode.asm2 DS $2000 label
5 DS $2000 label
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/clangd/unittests/
H A DDraftStoreTests.cpp35 DraftStore DS; in stepByStep() local
63 DraftStore DS; in allAtOnce() local
189 DraftStore DS; in TEST() local
212 DraftStore DS; in TEST() local
232 DraftStore DS; in TEST() local
253 DraftStore DS; in TEST() local
274 DraftStore DS; in TEST() local
294 DraftStore DS; in TEST() local
316 DraftStore DS; in TEST() local
353 DraftStore DS; in TEST() local
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/clangd/unittests/
H A DDraftStoreTests.cpp35 DraftStore DS; in stepByStep() local
63 DraftStore DS; in allAtOnce() local
189 DraftStore DS; in TEST() local
212 DraftStore DS; in TEST() local
232 DraftStore DS; in TEST() local
253 DraftStore DS; in TEST() local
274 DraftStore DS; in TEST() local
294 DraftStore DS; in TEST() local
316 DraftStore DS; in TEST() local
353 DraftStore DS; in TEST() local
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/clangd/unittests/
H A DDraftStoreTests.cpp35 DraftStore DS; in stepByStep() local
63 DraftStore DS; in allAtOnce() local
189 DraftStore DS; in TEST() local
212 DraftStore DS; in TEST() local
232 DraftStore DS; in TEST() local
253 DraftStore DS; in TEST() local
274 DraftStore DS; in TEST() local
294 DraftStore DS; in TEST() local
316 DraftStore DS; in TEST() local
353 DraftStore DS; in TEST() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/clangd/unittests/
H A DDraftStoreTests.cpp35 DraftStore DS; in stepByStep() local
63 DraftStore DS; in allAtOnce() local
189 DraftStore DS; in TEST() local
212 DraftStore DS; in TEST() local
232 DraftStore DS; in TEST() local
253 DraftStore DS; in TEST() local
274 DraftStore DS; in TEST() local
294 DraftStore DS; in TEST() local
316 DraftStore DS; in TEST() local
353 DraftStore DS; in TEST() local
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/clangd/unittests/
H A DDraftStoreTests.cpp35 DraftStore DS; in stepByStep() local
63 DraftStore DS; in allAtOnce() local
189 DraftStore DS; in TEST() local
212 DraftStore DS; in TEST() local
232 DraftStore DS; in TEST() local
253 DraftStore DS; in TEST() local
274 DraftStore DS; in TEST() local
294 DraftStore DS; in TEST() local
316 DraftStore DS; in TEST() local
353 DraftStore DS; in TEST() local
/dports/science/gromacs/gromacs-2021.4/src/gromacs/gmxpreprocess/
H A Dtopdirs.cpp264 void DS_Init(DirStack** DS) in DS_Init()
322 void DS_Done(DirStack** DS) in DS_Done()
334 void DS_Push(DirStack** DS, Directive d) in DS_Push()
344 int DS_Search(DirStack* DS, Directive d) in DS_Search()
357 int DS_Check_Order(DirStack* DS, Directive d) in DS_Check_Order()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/clangd/unittests/
H A DDraftStoreTests.cpp34 DraftStore DS; in stepByStep() local
60 DraftStore DS; in allAtOnce() local
184 DraftStore DS; in TEST() local
206 DraftStore DS; in TEST() local
226 DraftStore DS; in TEST() local
247 DraftStore DS; in TEST() local
268 DraftStore DS; in TEST() local
288 DraftStore DS; in TEST() local
310 DraftStore DS; in TEST() local
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/clangd/unittests/
H A DDraftStoreTests.cpp34 DraftStore DS; in stepByStep() local
60 DraftStore DS; in allAtOnce() local
184 DraftStore DS; in TEST() local
206 DraftStore DS; in TEST() local
226 DraftStore DS; in TEST() local
247 DraftStore DS; in TEST() local
268 DraftStore DS; in TEST() local
288 DraftStore DS; in TEST() local
310 DraftStore DS; in TEST() local
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/clangd/unittests/
H A DDraftStoreTests.cpp34 DraftStore DS; in stepByStep() local
60 DraftStore DS; in allAtOnce() local
184 DraftStore DS; in TEST() local
206 DraftStore DS; in TEST() local
226 DraftStore DS; in TEST() local
247 DraftStore DS; in TEST() local
268 DraftStore DS; in TEST() local
288 DraftStore DS; in TEST() local
310 DraftStore DS; in TEST() local
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/tools/extra/unittests/clangd/
H A DDraftStoreTests.cpp35 DraftStore DS; in stepByStep() local
61 DraftStore DS; in allAtOnce() local
185 DraftStore DS; in TEST() local
207 DraftStore DS; in TEST() local
227 DraftStore DS; in TEST() local
248 DraftStore DS; in TEST() local
269 DraftStore DS; in TEST() local
289 DraftStore DS; in TEST() local
311 DraftStore DS; in TEST() local
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/tools/extra/unittests/clangd/
H A DDraftStoreTests.cpp35 DraftStore DS; in stepByStep() local
61 DraftStore DS; in allAtOnce() local
185 DraftStore DS; in TEST() local
207 DraftStore DS; in TEST() local
227 DraftStore DS; in TEST() local
248 DraftStore DS; in TEST() local
269 DraftStore DS; in TEST() local
290 DraftStore DS; in TEST() local
313 DraftStore DS; in TEST() local
/dports/net/kea/kea-2.0.1/src/lib/dns/rdata/generic/
H A Dds_43.cc28 DS::DS(const std::string& ds_str) : in DS() function in DS
32 DS::DS(InputBuffer& buffer, size_t rdata_len) : in DS() function in DS
36 DS::DS(MasterLexer& lexer, const Name* origin, MasterLoader::Options options, in DS() function in DS
41 DS::DS(const DS& source) : in DS() function in DS
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/issues/
H A Dissue-41696.rs21 struct DS<U> { struct
27 fn add<U>(ds: DS<U>, name: String) -> DS<DS<U>> { in add() argument
/dports/math/mumps/mumps-5.1.2/src/
H A Dmumps_type_size.F13 SUBROUTINE MUMPS_GET_INT_DBL_SIZES( IS, DS ) argument
14 INTEGER IS, DS local

12345678910>>...121