Searched refs:abs_path (Results 1 – 17 of 17) 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 | 95-test_external_tlsfuzzer.t | 24 $ENV{TESTDATADIR} = abs_path(data_dir());
|
| H A D | 90-test_threads.t | 23 my $config_path = abs_path(srctop_file("test", $no_fips ? "default.cnf"
|
| H A D | 90-test_includes.t | 7 use Cwd qw(abs_path); 20 $ENV{OPENSSL_MODULES} = abs_path(bldtop_dir("providers")); 39 local $ENV{LIBPATH} = abs_path(bldtop_dir("."))
|
| H A D | 25-test_verify.t | 616 my $abs_cert = abs_path($rootcert);
|
| /freebsd/crypto/openssl/util/ |
| H A D | wrap.pl.in | 13 use Cwd qw(abs_path); 15 "'" . abs_path(catfile($config{sourcedir}, 62 use Cwd qw(abs_path); 64 "'" . abs_path(catfile($config{sourcedir}, 'test/fips-and-base.cnf')) . "'"; 73 use Cwd qw(abs_path); 75 "'" . abs_path(catfile($config{sourcedir}, 'test/default-and-jitter.cnf')) . "'";
|
| /freebsd/crypto/openssl/util/perl/OpenSSL/ |
| H A D | Test.pm | 964 $directories{SRCTOP} = abs_path($ENV{SRCTOP} || $ENV{TOP}); 965 $directories{BLDTOP} = abs_path($ENV{BLDTOP} || $ENV{TOP}); 1118 my $abscurdir = abs_path(curdir()); 1119 my $absdir = abs_path($dir); 1148 my $oldpath = abs_path($directories{$_}); 1164 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()
|
| /freebsd/contrib/jemalloc/bin/ |
| H A D | jeprof.in | 4675 my $prog = Cwd::abs_path(shift);
|