Searched refs:dh (Results 1 – 12 of 12) sorted by relevance
/curl/scripts/ |
H A D | cdall | 30 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 D | test1119.pl | 95 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 D | test1132.pl | 86 opendir(my $dh, $dir) || die "can't opendir $dir: $!"; 87 my @cfiles = grep { /\.c\z/ && -f "$dir/$_" } readdir($dh); 88 closedir $dh;
|
H A D | test1477.pl | 80 opendir(my $dh, $curlh) || die "Can't opendir $curlh: $!"; 81 my @hfiles = grep { /\.h$/ } readdir($dh); 82 closedir $dh;
|
H A D | test971.pl | 39 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 D | test1167.pl | 140 opendir(my $dh, $incdir) || die "Can't opendir $incdir: $!"; 141 my @hfiles = grep { /\.h$/ } readdir($dh); 142 closedir $dh;
|
H A D | test1488.pl | 91 opendir(my $dh, $d) || 93 my @mans = grep { /.md\z/ } readdir($dh); 94 closedir $dh;
|
H A D | test1165.pl | 104 opendir(my $dh, $dir) || die "Can't opendir $dir: $!"; 105 my @cfiles = grep { /\.[ch]\z/ && -f "$dir/$_" } readdir($dh); 106 closedir $dh;
|
H A D | test1222.pl | 255 opendir(my $dh, $incdir) || die "Can't opendir $incdir"; 256 my @hfiles = grep { /\.h$/ } readdir($dh); 257 closedir $dh;
|
H A D | runtests.pl | 335 open(my $dh, "<", "$TESTDIR/Makefile.am") or return; 336 while(<$dh>) { 343 close($dh); 356 opendir(my $dh, $dir) || 358 while($file = readdir($dh)) { 379 closedir $dh;
|
/curl/lib/vtls/ |
H A D | openssl.c | 623 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 | .mailmap | 20 Patrick Monnerat <patrick@monnerat.net> <patrick.monnerat@dh.com>
|
Completed in 46 milliseconds