Searched refs:splitpath (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/bc/scripts/ |
H A D | locale_install.sh | 84 splitpath() { function 129 _relpath_splitpath1=`splitpath "$_relpath_path1"` 130 _relpath_splitpath2=`splitpath "$_relpath_path2"`
|
/freebsd/contrib/pam-krb5/tests/tap/perl/Test/RRA/ |
H A D | Automake.pm | 41 my ($vol, $dirs) = File::Spec->splitpath($ENV{C_TAP_BUILD}, 1); 150 my ($vol, $dirs) = File::Spec->splitpath($start, 1); 170 my ($buildvol, $builddirs) = File::Spec->splitpath($ENV{C_TAP_BUILD}, 1);
|
/freebsd/crypto/openssl/Configurations/ |
H A D | windows-makefile.tmpl | 195 use File::Spec::Functions qw(:DEFAULT splitpath); 199 splitpath($prefix, 1); 211 use File::Spec::Functions qw(:DEFAULT splitpath); 219 splitpath($openssldir, 1); 224 MODULESDIR_dev={- use File::Spec::Functions qw(:DEFAULT splitpath catpath); 228 splitpath($modulesprefix, 1);
|
H A D | descrip.mms.tmpl | 18 (my $vol, my $dirs, my $file) = File::Spec->splitpath($_[0]);
|
/freebsd/crypto/openssl/test/recipes/ |
H A D | 90-test_store.t | 570 ($vol, $dir, $file) = File::Spec->splitpath($file, $isdir // 0);
|
/freebsd/crypto/openssl/ |
H A D | configdata.pm.in | 24 (my $vol, my $dirs, my $file) = File::Spec->splitpath($path);
|
H A D | Configure | 3425 return $name if (File::Spec->splitpath($name))[1];
|
/freebsd/crypto/openssl/exporters/cmake/ |
H A D | OpenSSLConfig.cmake.in | 36 (my $volume, $directories, $file) = File::Spec->splitpath($path, $no_file // ());
|