Home
last modified time | relevance | path

Searched refs:dh2 (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.bin/openssl/
H A Ds_server.c1299 DH *dh2 = NULL; in s_server_main() local
1302 dh2 = load_dh_param( in s_server_main()
1304 if (dh2 != NULL) { in s_server_main()
1310 dh = dh2; in s_server_main()
/openbsd/gnu/usr.bin/perl/
H A Ddoio.c1631 # define S_my_renameat(dh1, pv1, dh2, pv2) renameat((dh1), (pv1), (dh2), (pv2)) argument
/openbsd/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DDistribution.pm561 my $dh2;
562 unless ($dh2 = DirHandle->new($from_dir)) {
574 @dirents = grep $_ !~ /^\.\.?(?!\n)\Z/s, $dh2->read; ### MAC??