| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/ |
| H A D | Win32.pm | 143 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 D | OS2.pm | 72 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 D | Mac.pm | 461 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 D | VMS.pm | 338 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 D | Unix.pm | 246 sub splitpath { subroutine
|
| /onnv-gate/usr/src/cmd/logadm/ |
| H A D | kw.c | 76 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 D | chdir.t | 19 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 D | crossplatform.t | 93 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 D | Carp.pm | 361 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 D | Temp.pm | 371 ($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 D | clientinit.c | 100 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 D | Command.t | 44 my ($vol, $dirs, $file) = File::Spec->splitpath($self);
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/ |
| H A D | MM_Any.pm | 509 my($dirs,$file) = ($self->splitpath($path))[1,2];
|
| H A D | Install.pm | 334 my $file = (File::Spec->splitpath($filepath))[2];
|
| H A D | Manifest.pm | 33 $DEFAULT_MSKIP = (File::Spec->splitpath($Filename))[1].
|
| H A D | MM_VMS.pm | 2056 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 D | find.t | 135 my @comp = File::Spec->splitpath($path);
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/ |
| H A D | Html.pm | 1852 File::Spec::Unix->splitpath( $dest ) ; 1856 File::Spec::Unix->splitpath( $source ) ;
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/ |
| H A D | perltoc.pod | 14579 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 D | perl56delta.pod | 979 names in file paths, the splitpath(), splitdir(), and catdir() methods
|
| H A D | perl561delta.pod | 1577 names in file paths, the splitpath(), splitdir(), and catdir() methods
|