Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/util/perl/OpenSSL/
H A DTest.pm560 return __bldtop_dir(@_); # This caters for operating systems that have
940 $directories{BLDAPPS} = $ENV{BIN_D} || __bldtop_dir("apps");
942 $directories{BLDFUZZ} = __bldtop_dir("fuzz");
944 $directories{BLDTEST} = $ENV{TEST_D} || __bldtop_dir("test");
948 $directories{RESULTTOP} = $ENV{RESULT_D} || __bldtop_dir("test-runs");
997 sub __bldtop_dir { subroutine