Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/recipes/
H A D30-test_defltfips.t33 $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 D95-test_external_krb5.t24 $ENV{OPENSSL_MODULES} = abs_path(bldtop_dir("providers"));
25 $ENV{OPENSSL_CONF} = abs_path(srctop_file("test", "default-and-legacy.cnf"));
H A D04-test_encoder_decoder_legacy.t23 $ENV{OPENSSL_MODULES} = abs_path(bldtop_dir("providers"));
24 $ENV{OPENSSL_CONF} = abs_path(srctop_file("test", "default.cnf"));
H A D04-test_nodefltctx.t17 $ENV{OPENSSL_CONF} = abs_path(srctop_file("test", "null.cnf"));
H A D05-test_pbe.t25 $ENV{OPENSSL_CONF} = abs_path(srctop_file("test", "default-and-legacy.cnf"));
H A D90-test_threads.t23 my $config_path = abs_path(srctop_file("test", $no_fips ? "default.cnf"
/freebsd/crypto/openssl/util/
H A Dwrap.pl.in13 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 DTest.pm938 $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 Dncu2openbsd155 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 Dgenerate_ssl_tests.pl32 $input_file = abs_path(shift);
/freebsd/crypto/openssl/
H A Dconfigdata.pm.in11 use Cwd qw(abs_path);
16 $path = abs_path($path);
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts/
H A Ddtest.pl208 $file = abs_path($file);
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp200 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()