Home
last modified time | relevance | path

Searched refs:splitpath (Results 1 – 5 of 5) 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/crypto/openssl/Configurations/
H A Dwindows-makefile.tmpl190 use File::Spec::Functions qw(:DEFAULT splitpath);
194 splitpath($prefix, 1);
206 use File::Spec::Functions qw(:DEFAULT splitpath);
214 splitpath($openssldir, 1);
219 MODULESDIR_dev={- use File::Spec::Functions qw(:DEFAULT splitpath catpath);
223 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.t555 ($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);