Searched refs:vmspath (Results 1 – 13 of 13) sorted by relevance
| /openbsd-src/gnu/usr.bin/perl/dist/PathTools/lib/File/Spec/ |
| H A D | VMS.pm | 83 $path = $pathify ? vmspath($path) : vmsify($path); 150 $rslt = vmspath( unixify($spath) . '/' . unixify($sdir)); 165 $rslt = $unix_rpt ? $dir : vmspath($dir); 405 @dirs = split /(?<!\^)\./, vmspath($dirspec); 429 $dir = vmspath($dir); 449 $base = vmspath($base) unless $base =~ m{(?<!\^)[\[<:]}; 508 ? vmspath($path) # whether it's a directory 511 $base = vmspath($base) if defined $base && $base =~ m/\//;
|
| /openbsd-src/gnu/usr.bin/perl/ext/VMS-Filespec/t/ |
| H A D | filespec.t | 175 /__down_/__the_/__garden_/__path_ vmspath __down_:[__the_.__garden_.__path_] ^ 178 /__down_/__the_/__garden_/__path_.dir vmspath __down_:[__the_.__garden_.__path_] ^ 180 __down_/__the_/__garden_/__path_ vmspath [.__down_.__the_.__garden_.__path_] ^ 181 __path_ vmspath [.__path_] ^ 182 / vmspath sys$disk:[000000] ^ 183 /sys$scratch vmspath sys$scratch: ^ 188 ..//../ vmspath [--] ^ 189 ./././ vmspath [] ^
|
| /openbsd-src/gnu/usr.bin/perl/ext/VMS-Filespec/lib/VMS/ |
| H A D | Filespec.pm | 234 &vmspath &unixpath &candelete &rmsexpand ); 422 sub vmspath ($) {
|
| /openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/ |
| H A D | MM_VMS.pm | 1832 $rprefix = vmspath($rprefix) if $rprefix; 1833 $sprefix = vmspath($sprefix) if $sprefix; 1915 $dir = vmspath($dir); 2200 $fixedpath = vmspath($self->eliminate_macros($path)); 2209 $vmspre = ($vmspre =~ m|/| or $prefix =~ /DIR\Z(?!\n)/) ? vmspath($vmspre) : ''; 2211 $fixedpath = vmspath($fixedpath) if $force_path; 2215 $fixedpath = vmspath($fixedpath) if $force_path; 2219 $fixedpath = vmspath($fixedpath) if -d $fixedpath;
|
| /openbsd-src/gnu/usr.bin/perl/t/op/ |
| H A D | filetest_t.t | 22 my $tt_dev = VMS::Filespec::vmspath('TT');
|
| /openbsd-src/gnu/usr.bin/perl/vms/ |
| H A D | vms.c | 7463 posix_root_to_vms(char *vmspath, int vmspath_len, argument 7476 vmspath[0] = '\0'; 7486 sprintf(vmspath,"\"^UP^%s\"",unixpath); 7491 my_strlcpy(vmspath, unixpath, vmspath_len + 1); 7512 strcpy(vmspath,"SYS$POSIX_ROOT:"); 7521 vmspath[15] = '['; 7522 vmspath[16] = '\0'; 7531 (&vmspath[j], &unixpath[i], &k, utf8_fl); 7535 path_len = strlen(vmspath); 7536 if (vmspath[path_len - 1] == '/') [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/ |
| H A D | Makefile.PL | 344 $ZLIB_INCLUDE = VMS::Filespec::vmspath($ZLIB_INCLUDE); 345 $ZLIB_LIB = VMS::Filespec::vmspath($ZLIB_LIB);
|
| /openbsd-src/gnu/usr.bin/perl/cpan/File-Temp/lib/File/ |
| H A D | Temp.pm | 973 $fname = VMS::Filespec::vmspath($fname) if $^O eq 'VMS'; 1425 $options{"DIR"} = VMS::Filespec::vmspath($options{"DIR"}); 1672 $template = VMS::Filespec::vmspath($template) if $^O eq 'VMS';
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | make_ext.pl | 515 my $libd = VMS::Filespec::vmspath($lib_dir);
|
| /openbsd-src/gnu/usr.bin/perl/cpan/File-Path/lib/File/ |
| H A D | Path.pm | 396 $root = VMS::Filespec::vmspath( VMS::Filespec::pathify($root) )
|
| /openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/Liblist/ |
| H A D | Kid.pm | 559 $dir = VMS::Filespec::vmspath( $dir );
|
| /openbsd-src/gnu/usr.bin/perl/cpan/File-Fetch/lib/File/ |
| H A D | Fetch.pm | 463 $to = VMS::Filespec::vmspath($to) if ON_VMS;
|
| /openbsd-src/gnu/usr.bin/perl/dist/PathTools/ |
| H A D | Changes | 824 - On VMS, directories use vmspath() and files use vmsify(), so
|