Searched refs:abs_path (Results 1 – 13 of 13) sorted by relevance
/freebsd/crypto/openssl/test/recipes/ |
H A D | 30-test_defltfips.t | 33 $ENV{OPENSSL_CONF} = abs_path(srctop_file("test", "fips.cnf")); 37 $ENV{OPENSSL_CONF} = abs_path(srctop_file("test", "fips-alt.cnf")); 41 $ENV{OPENSSL_CONF} = abs_path(srctop_file("test", "fips.cnf")); 46 $ENV{OPENSSL_CONF} = abs_path(srctop_file("test", "fips-alt.cnf")); 50 $ENV{OPENSSL_CONF} = abs_path(srctop_file("test", "default.cnf"));
|
H A D | 95-test_external_krb5.t | 24 $ENV{OPENSSL_MODULES} = abs_path(bldtop_dir("providers")); 25 $ENV{OPENSSL_CONF} = abs_path(srctop_file("test", "default-and-legacy.cnf"));
|
H A D | 04-test_encoder_decoder_legacy.t | 23 $ENV{OPENSSL_MODULES} = abs_path(bldtop_dir("providers")); 24 $ENV{OPENSSL_CONF} = abs_path(srctop_file("test", "default.cnf"));
|
H A D | 04-test_nodefltctx.t | 17 $ENV{OPENSSL_CONF} = abs_path(srctop_file("test", "null.cnf"));
|
H A D | 05-test_pbe.t | 25 $ENV{OPENSSL_CONF} = abs_path(srctop_file("test", "default-and-legacy.cnf"));
|
H A D | 90-test_threads.t | 23 my $config_path = abs_path(srctop_file("test", $no_fips ? "default.cnf"
|
/freebsd/crypto/openssl/util/ |
H A D | wrap.pl.in | 13 use Cwd qw(abs_path); 15 "'" . abs_path(catfile($config{sourcedir}, 29 use Cwd qw(abs_path); 31 "'" . abs_path(catfile($config{sourcedir}, 'test/fips-and-base.cnf')) . "'";
|
/freebsd/crypto/openssl/util/perl/OpenSSL/ |
H A D | Test.pm | 938 $directories{SRCTOP} = abs_path($ENV{SRCTOP} || $ENV{TOP}); 939 $directories{BLDTOP} = abs_path($ENV{BLDTOP} || $ENV{TOP}); 1092 my $abscurdir = abs_path(curdir()); 1093 my $absdir = abs_path($dir); 1122 my $oldpath = abs_path($directories{$_}); 1138 my $oldpath = abs_path($ENV{$_});
|
/freebsd/contrib/ncurses/misc/ |
H A D | ncu2openbsd | 155 my $full = abs_path($path); 164 my $full = abs_path($path); 1161 my $prog = abs_path("$target_dir/../../usr.bin/tic"); 1162 my $libs = abs_path("$target_dir/../../lib/libcurses");
|
/freebsd/crypto/openssl/test/ |
H A D | generate_ssl_tests.pl | 32 $input_file = abs_path(shift);
|
/freebsd/crypto/openssl/ |
H A D | configdata.pm.in | 11 use Cwd qw(abs_path); 16 $path = abs_path($path);
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts/ |
H A D | dtest.pl | 208 $file = abs_path($file);
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | SymbolFileDWARF.cpp | 200 std::string abs_path; in GetFileByIndex() local 202 if (prologue.getFileNameByIndex(idx, compile_dir, absolute, abs_path, style)) in GetFileByIndex() 203 return std::move(abs_path); in GetFileByIndex()
|