Home
last modified time | relevance | path

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

/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/
H A DWin32.pm143 my ($vol,$dirs,$file) = $self->splitpath($path);
187 sub splitpath { subroutine
303 my ($path_volume) = $self->splitpath($path, 1);
304 my ($base_volume) = $self->splitpath($base, 1);
311 my $path_directories = ($self->splitpath($path, 1))[1];
312 my $base_directories = ($self->splitpath($base, 1))[1];
348 ($self->splitpath( $path, 1 ))[1,2] ;
351 $self->splitpath( $base, 1 ) ;
H A DOS2.pm72 sub splitpath { subroutine
156 my ( $path_volume, $path_directories, $path_file ) = $self->splitpath( $path, 1 ) ;
157 my ( $base_volume, $base_directories ) = $self->splitpath( $base, 1 ) ;
215 ($self->splitpath( $path, 1 ))[1,2] ;
218 $self->splitpath( $base, 1 ) ;
H A DMac.pm461 sub splitpath { subroutine
590 my ($dir_volume, $dir_dirs) = $self->splitpath($directory, 1);
678 my ( $path_vol, $path_dirs, $path_file ) = $self->splitpath( $path );
679 my ( $base_vol, $base_dirs ) = $self->splitpath( $base );
744 my ( $path_dirs, $path_file ) = ($self->splitpath($path))[1,2] ;
747 my ( $base_vol, $base_dirs ) = $self->splitpath($base) ;
H A DVMS.pm338 sub splitpath { subroutine
372 my ($dir_volume, $dir_dir, $dir_file) = $self->splitpath($dir);
411 my ($path_volume, $path_directories, $path_file) = $self->splitpath($path);
412 my ($base_volume, $base_directories, $base_file) = $self->splitpath($base);
465 ($self->splitpath( $path ))[1,2] ;
468 $self->splitpath( $base ) ;
H A DUnix.pm246 sub splitpath { subroutine
/onnv-gate/usr/src/cmd/logadm/
H A Dkw.c76 static char *splitpath; in kw_init() local
108 if (splitpath) in kw_init()
109 FREE(splitpath); in kw_init()
110 splitpath = STRDUP(fn_s(fnp)); in kw_init()
112 if ((ptr = strrchr(splitpath, '/')) == NULL) { in kw_init()
113 Keywords = lut_add(Keywords, "basename", splitpath); in kw_init()
118 Keywords = lut_add(Keywords, "dirname", splitpath); in kw_init()
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dchdir.t19 use File::Spec::Functions qw(:DEFAULT splitdir rel2abs splitpath);
35 my ($vol,$dir) = splitpath(abs_path,1);
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/t/
H A Dcrossplatform.t93 my ($one_v) = $module->splitpath( $module->rel2abs($one) );
94 my ($two_v) = $module->splitpath( $module->rel2abs($two) );
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DCarp.pm361 my($dev,$dirs,$id) = File::Spec->splitpath($file);
377 ($dev,$dirs,$id) = File::Spec->splitpath($id);
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DTemp.pm371 ($volume, $directories, $file) = File::Spec->splitpath( $path, 1);
400 ($volume, $directories, $file) = File::Spec->splitpath( $path );
745 my ($volume, $directories, undef) = File::Spec->splitpath( $path, 1);
1314 my ($volume, $directories, undef) = File::Spec->splitpath( $template, 1);
/onnv-gate/usr/src/lib/libldap5/sources/ldap/ssldap/
H A Dclientinit.c100 splitpath(char *string, char *dir, char *prefix, char *key) { in splitpath() function
652 splitpath(s, confDir, certdbPrefix, certdbName); in ldapssl_pkcs_init()
659 splitpath(s, keydbpath, keydbPrefix, keydbName); in ldapssl_pkcs_init()
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A DCommand.t44 my ($vol, $dirs, $file) = File::Spec->splitpath($self);
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_Any.pm509 my($dirs,$file) = ($self->splitpath($path))[1,2];
H A DInstall.pm334 my $file = (File::Spec->splitpath($filepath))[2];
H A DManifest.pm33 $DEFAULT_MSKIP = (File::Spec->splitpath($Filename))[1].
H A DMM_VMS.pm2056 my($path_vol, $path_dirs) = $self->splitpath( $path );
2093 my($rvol, $rdirs) = $self->splitpath($rprefix);
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/pod/
H A Dfind.t135 my @comp = File::Spec->splitpath($path);
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DHtml.pm1852 File::Spec::Unix->splitpath( $dest ) ;
1856 File::Spec::Unix->splitpath( $source ) ;
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dperltoc.pod14579 no_upwards, case_tolerant, file_name_is_absolute, path, join, splitpath,
14674 splitpath
14700 tmpdir, splitpath
14743 splitpath
14801 splitpath (override)
14835 splitpath
H A Dperl56delta.pod979 names in file paths, the splitpath(), splitdir(), and catdir() methods
H A Dperl561delta.pod1577 names in file paths, the splitpath(), splitdir(), and catdir() methods