Home
last modified time | relevance | path

Searched refs:dh (Results 1 – 12 of 12) sorted by relevance

/curl/scripts/
H A Dcdall30 opendir(my $dh, $dir) || die "could not open $dir";
31 my @cd = grep { /\.md\z/ && -f "$dir/$_" } readdir($dh);
32 closedir $dh;
/curl/tests/
H A Dtest1119.pl95 opendir(my $dh, $d) ||
97 my @headers = grep { /.h\z/ } readdir($dh);
98 closedir $dh;
128 opendir(my $dh, $d) ||
130 my @mans = grep { /.md\z/ } readdir($dh);
131 closedir $dh;
H A Dtest1132.pl86 opendir(my $dh, $dir) || die "can't opendir $dir: $!";
87 my @cfiles = grep { /\.c\z/ && -f "$dir/$_" } readdir($dh);
88 closedir $dh;
H A Dtest971.pl39 opendir(my $dh, $dir) || die "Can't opendir $dir: $!";
40 my @opts = grep { /[a-z0-9].*\.md$/ && -f "$dir/$_" } readdir($dh);
41 closedir $dh;
H A Dtest1477.pl80 opendir(my $dh, $curlh) || die "Can't opendir $curlh: $!";
81 my @hfiles = grep { /\.h$/ } readdir($dh);
82 closedir $dh;
H A Dtest1167.pl140 opendir(my $dh, $incdir) || die "Can't opendir $incdir: $!";
141 my @hfiles = grep { /\.h$/ } readdir($dh);
142 closedir $dh;
H A Dtest1488.pl91 opendir(my $dh, $d) ||
93 my @mans = grep { /.md\z/ } readdir($dh);
94 closedir $dh;
H A Dtest1165.pl104 opendir(my $dh, $dir) || die "Can't opendir $dir: $!";
105 my @cfiles = grep { /\.[ch]\z/ && -f "$dir/$_" } readdir($dh);
106 closedir $dh;
H A Dtest1222.pl255 opendir(my $dh, $incdir) || die "Can't opendir $incdir";
256 my @hfiles = grep { /\.h$/ } readdir($dh);
257 closedir $dh;
H A Druntests.pl334 open(my $dh, "<", "$TESTDIR/Makefile.am") or return;
335 while(<$dh>) {
342 close($dh);
355 opendir(my $dh, $dir) ||
357 while($file = readdir($dh)) {
378 closedir $dh;
/curl/lib/vtls/
H A Dopenssl.c623 DH *dh; in ossl_certchain() local
625 dh = EVP_PKEY_get0_DH(pubkey); in ossl_certchain()
627 dh = pubkey->pkey.dh; in ossl_certchain()
642 DH_get0_pqg(dh, &p, &q, &g); in ossl_certchain()
643 DH_get0_key(dh, &pub_key, NULL); in ossl_certchain()
645 print_pubkey_BN(dh, p, i); in ossl_certchain()
646 print_pubkey_BN(dh, q, i); in ossl_certchain()
647 print_pubkey_BN(dh, g, i); in ossl_certchain()
649 print_pubkey_BN(dh, p, i); in ossl_certchain()
650 print_pubkey_BN(dh, g, i); in ossl_certchain()
[all …]
/curl/
H A D.mailmap20 Patrick Monnerat <patrick@monnerat.net> <patrick.monnerat@dh.com>

Completed in 46 milliseconds