| /mirbsd/src/gnu/usr.bin/perl/lib/File/Spec/ |
| D | Win32.pm | 170 sub splitpath { subroutine 287 my ($path_volume) = $self->splitpath($path, 1); 288 my ($base_volume) = $self->splitpath($base, 1); 295 my $path_directories = ($self->splitpath($path, 1))[1]; 296 my $base_directories = ($self->splitpath($base, 1))[1]; 323 $base = Cwd::getdcwd( ($self->splitpath( $path ))[0] ) if defined &Cwd::getdcwd ; 334 ($self->splitpath( $path, 1 ))[1,2] ; 337 $self->splitpath( $base, 1 ) ;
|
| D | OS2.pm | 71 sub splitpath { subroutine 155 my ( $path_volume, $path_directories, $path_file ) = $self->splitpath( $path, 1 ) ; 156 my ( $base_volume, $base_directories ) = $self->splitpath( $base, 1 ) ; 214 ($self->splitpath( $path, 1 ))[1,2] ; 217 $self->splitpath( $base, 1 ) ;
|
| D | Mac.pm | 460 sub splitpath { subroutine 589 my ($dir_volume, $dir_dirs) = $self->splitpath($directory, 1); 677 my ( $path_vol, $path_dirs, $path_file ) = $self->splitpath( $path ); 678 my ( $base_vol, $base_dirs ) = $self->splitpath( $base ); 743 my ( $path_dirs, $path_file ) = ($self->splitpath($path))[1,2] ; 746 my ( $base_vol, $base_dirs ) = $self->splitpath($base) ;
|
| D | VMS.pm | 245 sub splitpath { subroutine 291 my ($dir_volume, $dir_dir, $dir_file) = $self->splitpath($dir); 330 my ($path_volume, $path_directories, $path_file) = $self->splitpath($path); 331 my ($base_volume, $base_directories, $base_file) = $self->splitpath($base); 388 ($self->splitpath( $path ))[1,2] ; 391 $self->splitpath( $base ) ;
|
| D | Unix.pm | 253 sub splitpath { subroutine 484 my($vol, $dirs, $file) = $fs->splitpath($path);
|
| /mirbsd/src/gnu/usr.bin/perl/lib/CGI/ |
| D | Carp.pm | 319 my($dev,$dirs,$id) = File::Spec->splitpath($file); 335 ($dev,$dirs,$id) = File::Spec->splitpath($id);
|
| /mirbsd/src/gnu/usr.bin/perl/t/op/ |
| D | chdir.t | 19 use File::Spec::Functions qw(:DEFAULT splitdir rel2abs splitpath); 35 my ($vol,$dir) = splitpath(abs_path,1);
|
| /mirbsd/src/gnu/usr.bin/perl/lib/File/Spec/t/ |
| D | crossplatform.t | 94 my ($one_v) = $module->splitpath( $module->rel2abs($one) ); 95 my ($two_v) = $module->splitpath( $module->rel2abs($two) );
|
| /mirbsd/src/gnu/usr.bin/perl/lib/File/ |
| D | Temp.pm | 395 ($volume, $directories, $file) = File::Spec->splitpath( $path, 1); 424 ($volume, $directories, $file) = File::Spec->splitpath( $path ); 759 my ($volume, $directories, undef) = File::Spec->splitpath( $path, 1); 1400 my ($volume, $directories, undef) = File::Spec->splitpath( $template, 1);
|
| /mirbsd/src/gnu/usr.bin/perl/lib/ExtUtils/t/ |
| D | Command.t | 44 my ($vol, $dirs, $file) = File::Spec->splitpath($self);
|
| /mirbsd/src/gnu/usr.bin/perl/t/pod/ |
| D | find.t | 123 my @comp = File::Spec->splitpath($path);
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Cwd/t/ |
| D | cwd.t | 235 grep length, File::Spec->splitpath(File::Spec->canonpath( shift() ));
|
| /mirbsd/src/gnu/usr.bin/perl/lib/ |
| D | Cwd.pm | 578 my ($vol, $dir, $file) = File::Spec->splitpath($path);
|
| /mirbsd/src/gnu/usr.bin/perl/lib/ExtUtils/ |
| D | Install.pm | 334 my $file = (File::Spec->splitpath($filepath))[2];
|
| D | MM_VMS.pm | 1631 my($path_vol, $path_dirs) = $self->splitpath( $path ); 1668 my($rvol, $rdirs) = $self->splitpath($rprefix);
|
| D | MM_Any.pm | 1653 my($dirs,$file) = ($self->splitpath($path))[1,2];
|
| /mirbsd/src/gnu/usr.bin/perl/pod/ |
| D | buildtoc | 56 my ($v, $d, $f) = File::Spec->splitpath($_);
|
| D | perltoc.pod | 14626 no_upwards, case_tolerant, file_name_is_absolute, path, join, splitpath, 14733 splitpath 14761 tmpdir, splitpath 14806 splitpath 14856 splitpath (override) 14892 splitpath
|
| D | perl56delta.pod | 985 names in file paths, the splitpath(), splitdir(), and catdir() methods
|
| D | perl561delta.pod | 1583 names in file paths, the splitpath(), splitdir(), and catdir() methods
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Pod/ |
| D | Html.pm | 1865 File::Spec::Unix->splitpath( $dest ) ; 1869 File::Spec::Unix->splitpath( $source ) ;
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Cwd/ |
| D | Changes | 491 - File::Spec::OS2 now implements canonpath(), splitpath(),
|
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | Changes5.8.1 | 13026 Fix the doc for splitpath() in the File::Spec modules :
|