Searched refs:fixpath (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/ |
| H A D | MM_VMS.pm | 215 : $self->fixpath($name,0); 600 $self->{$macro} = $self->fixpath($self->{$macro},1); 608 $self->{$macro} = $self->fixpath($self->{$macro},0); 617 $self->{$macro} = $self->fixpath($self->{$macro},0); 631 map $self->fixpath($_,0), split /,?(?<!\^)\s+/, $self->{$macro} 635 $self->{$macro} = $self->fixpath($self->{$macro},0); 644 $tmp{$self->fixpath($key,0)} = 645 $self->fixpath($self->{$macro}{$key},0); 654 push(@tmp,$self->fixpath($val,0)); 717 elsif ($type eq 'I') { $incstr .= ',' . $self->fixpath($def,1); } [all …]
|
| /openbsd-src/gnu/usr.bin/cvs/vms/ |
| H A D | misc.h | 31 int fixpath ();
|
| H A D | misc.c | 72 int fixpath (char *path) in fixpath() function
|
| /openbsd-src/gnu/usr.bin/perl/dist/PathTools/ |
| H A D | Changes | 125 - long-deprecated "fixpath" and "eliminate_macros" VMS functions removed 519 - eliminate_macros() and fixpath() in File::Spec::VMS are now
|