Searched refs:fixpath (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_VMS.pm214 else { push(@cand,$self->fixpath($name,0)); }
436 map $self->fixpath($_,0), split /,?\s+/, $self->{OBJECT}
441 map $self->fixpath($_,0), split /,?\s+/, $self->{LDFROM}
525 $self->{$macro} = $self->fixpath($self->{$macro},1);
533 $self->{$macro} = $self->fixpath($self->{$macro},0);
542 $self->{$macro} = $self->fixpath($self->{$macro},0);
551 $tmp{$self->fixpath($key,0)} =
552 $self->fixpath($self->{$macro}{$key},0);
561 push(@tmp,$self->fixpath($val,0));
621 elsif ($type eq 'I') { $incstr .= ',' . $self->fixpath(
2276 sub fixpath { subroutine
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/
H A DVMS.pm74 =item fixpath
84 is a VMS-syntax file specification, and if it is not specified, fixpath()
90 sub fixpath { subroutine
98 map { $self->fixpath($_,$force_path) }
189 $rslt = $self->fixpath($self->eliminate_macros($spath)."/$sdir",1);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/Liblist/
H A DKid.pm445 $dir = $self->fixpath($dir,1);

Completed in 36 milliseconds