Home
last modified time | relevance | path

Searched refs:splitpath (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/bc/scripts/
H A Dlocale_install.sh84 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 DAutomake.pm41 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 Dwindows-makefile.tmpl195 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 Ddescrip.mms.tmpl18 (my $vol, my $dirs, my $file) = File::Spec->splitpath($_[0]);
/freebsd/crypto/openssl/test/recipes/
H A D90-test_store.t570 ($vol, $dir, $file) = File::Spec->splitpath($file, $isdir // 0);
/freebsd/crypto/openssl/
H A Dconfigdata.pm.in24 (my $vol, my $dirs, my $file) = File::Spec->splitpath($path);
H A DConfigure3425 return $name if (File::Spec->splitpath($name))[1];
/freebsd/crypto/openssl/exporters/cmake/
H A DOpenSSLConfig.cmake.in36 (my $volume, $directories, $file) = File::Spec->splitpath($path, $no_file // ());