Searched refs:Cwd (Results 1 - 25 of 60) sorted by relevance

123

/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
31 my $Cwd = abs_path;
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' );
60 chdir($Cwd);
61 is( abs_path, $Cwd, ' and back again' );
76 chdir($Cwd);
87 chdir($Cwd);
125 $ENV{$key} = catdir $Cwd, (
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Cwd/t/
H A Dcwd.t3 use Cwd;
26 # XXX force Cwd to bootsrap its XSUBs since we have set @INC = "../lib"
65 # Darwin's getcwd(3) (which Cwd.xs:bsd_realpath() uses which
66 # Cwd.pm:getcwd uses) has some magic related to the PWD
75 # Admittedly fixing this in the Cwd module would be better
96 Cwd::chdir $Test_Dir;
104 # Cwd::chdir should also update $ENV{PWD}
105 dir_ends_with( $ENV{PWD}, $Test_Dir, 'Cwd::chdir() updates $ENV{PWD}' );
107 Cwd::chdir $updir;
109 Cwd
[all...]
H A Dtaint.t2 # Testing Cwd under taint mode.
4 use Cwd;
21 eval { $cwd = &{'Cwd::'.$func} };
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dperldoc.PL11 use Cwd;
H A Dsplain.PL6 use Cwd;
H A Dcpan.PL5 use Cwd;
H A Denc2xs.PL5 use Cwd;
H A Dinstmodsh.PL5 use Cwd;
H A Dpiconv.PL5 use Cwd;
H A Dprove.PL5 use Cwd;
H A Dxsubpp.PL5 use Cwd;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/
H A Dpod2html-lib.pl1 require Cwd;
9 my $cwd = Cwd::cwd();
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/t/
H A Dnetrc.t18 use Cwd;
22 $ENV{HOME} = Cwd::cwd();
28 ((undef) x 7, Cwd::cwd());
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A Dtestlib.pm4 use Cwd;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/t/
H A Dstash.t53 @got = grep { ! /^(Cwd|File|File::Copy|OS2)$/ } @got if $^O eq 'os2';
54 @got = grep { ! /^Cwd$/ } @got if $^O eq 'cygwin';
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/File/Glob/t/
H A Dbasic.t22 use Cwd ();
84 or $^O eq 'cygwin' or Cwd::cwd() =~ m#^$Config{'afsroot'}#s or not $>)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/
H A DUnix.pm327 If $base is not present or '', then L<cwd()|Cwd> is used. If $base is
330 L<cwd()|Cwd>.
337 This means that it is taken to be relative to L<cwd()|Cwd>.
404 If $base is not present or '', then L<cwd()|Cwd> is used. If $base is
407 L<cwd()|Cwd>.
455 # it is the standard Cwd interface. Most of the platform-specific
458 require Cwd;
459 Cwd::cwd();
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCwd.pm1 package Cwd; package
6 Cwd - get pathname of current working directory
10 use Cwd;
13 use Cwd 'abs_path';
107 use Cwd qw(chdir);
111 it from Cwd.
178 XSLoader::load('Cwd');
296 # use Cwd 'chdir';
456 # Note: Use of Cwd::chdir() causes the logical name PWD to be defined
H A Dblib.pm39 use Cwd;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Cwd/
H A DCwd.xs364 MODULE = Cwd PACKAGE = Cwd
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A DManifest.t18 use Cwd;
64 my $cwd = Cwd::getcwd();
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DSpec.pm224 If $base is not present or '', then L<cwd()|Cwd> is used. If $base is
227 L<cwd()|Cwd>.
240 This means that it is taken to be relative to L<cwd()|Cwd>.
255 If $base is not present or '', then L<cwd()|Cwd> is used. If $base is relative,
257 is taken to be relative to L<cwd()|Cwd>.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/pod/
H A Dtestp2pt.pl6 use Cwd qw(abs_path);
21 #use Cwd qw(abs_path);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2html.PL5 use Cwd;
H A Dpodselect.PL5 use Cwd;

Completed in 89 milliseconds

123