Searched refs:abs_path (Results 1 - 15 of 15) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dchdir.t21 # Can't use Cwd::abs_path() because it has different ideas about
23 sub abs_path { subroutine
31 my $Cwd = abs_path;
35 my ($vol,$dir) = splitpath(abs_path,1);
40 is( abs_path, catdir($Cwd, $test_dir), ' abs_path() agrees' );
43 $Cwd = abs_path;
54 is( abs_path, $Cwd, ' abs_path() did not change' );
59 is( abs_path,
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Cwd/t/
H A Dtaint.t14 abs_path fast_abs_path
H A Dcwd.t22 ok( !defined(&abs_path), ' nor abs_path()' );
134 my $abs_path = Cwd::abs_path("linktest");
138 like($abs_path, qr|$want$|);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCwd.pm13 use Cwd 'abs_path';
14 my $abs_path = abs_path($file);
73 =head2 abs_path and friends
81 =item abs_path
83 my $abs_path = abs_path($file);
91 my $abs_path = realpath($file);
93 A synonym for abs_path().
97 my $abs_path
[all...]
H A DFindBin.pm96 use Cwd qw(getcwd abs_path);
182 $Bin = abs_path($Bin) if($Bin);
183 $RealBin = abs_path($RealBin) if($RealBin);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/pod/
H A Dtestp2pt.pl6 use Cwd qw(abs_path);
8 my $THISDIR = abs_path(dirname $0);
21 #use Cwd qw(abs_path);
38 my $INSTDIR = abs_path(dirname $0);
/osnet-11/usr/src/lib/libc/port/gen/
H A Dnlspath_checks.c90 int abs_path = 0; local
124 * set abs_path.
127 abs_path = 1;
175 (!abs_path || (!trust_owner && !trust_path) || !trust_group)) {
/osnet-11/usr/src/cmd/perl/5.8.4/utils/port/
H A DInstallPerl14 use Cwd qw(abs_path);
124 my $compiler2 = abs_path($compiler1);
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.c2317 char abs_path[PATH_MAX], cont[PATH_MAX]; local
2323 if (vlp->rel_path == NULL && vlp->abs_path == NULL) {
2329 vlp->rel_path = (char *)rel_path(hdp, vlp->abs_path);
2339 if (vlp->abs_path == NULL) {
2341 (void) snprintf(abs_path, sizeof (abs_path), "%s/%s",
2343 vlp->abs_path = abs_path;
2347 if (s_readlink(vlp->abs_path, cont, sizeof (cont)) < 0) {
2377 if (s_realpath(vlp->abs_path, tm
[all...]
H A Ddevinfo_devlink.h168 char *abs_path; member in struct:di_devlink
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Cwd/
H A DCwd.xs382 abs_path(pathsv=Nullsv)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/
H A DUnix.pm401 $abs_path = File::Spec->rel2abs( $path ) ;
402 $abs_path = File::Spec->rel2abs( $path, $base ) ;
H A DMac.pm186 $abs_path = File::Spec->catpath("MacintoshHD:", $dir,"");
708 $abs_path = File::Spec->rel2abs( $path ) ;
709 $abs_path = File::Spec->rel2abs( $path, $base ) ;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DSpec.pm252 $abs_path = File::Spec->rel2abs( $path ) ;
253 $abs_path = File::Spec->rel2abs( $path, $base ) ;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMakeMaker.pm162 use Cwd qw(cwd abs_path);
165 local @INC = map eval {abs_path($_) if -e} || $_, @INC;

Completed in 42 milliseconds