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

/netbsd-current/crypto/external/bsd/openssl.old/dist/util/perl/OpenSSL/
H A DTest.pm550 return __bldtop_dir(@_); # This caters for operating systems that have
875 $directories{BLDAPPS} = $ENV{BIN_D} || __bldtop_dir("apps");
877 $directories{BLDFUZZ} = __bldtop_dir("fuzz");
879 $directories{BLDTEST} = $ENV{TEST_D} || __bldtop_dir("test");
898 # __bldtop_file and __bldtop_dir do the same thing but relative to $BLDTOP.
901 # Similarly, __srctop_dir and __bldtop_dir take the same kind of argument
923 sub __bldtop_dir { subroutine
/netbsd-current/crypto/external/bsd/openssl/dist/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");
972 # __bldtop_file and __bldtop_dir do the same thing but relative to $BLDTOP.
975 # Similarly, __srctop_dir and __bldtop_dir take the same kind of argument
997 sub __bldtop_dir { subroutine

Completed in 127 milliseconds