Searched refs:cwd (Results 51 - 71 of 71) sorted by relevance

123

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2latex.PL16 $origdir = cwd;
H A Dpod2text.PL16 $origdir = cwd;
H A Dpod2man.PL16 $origdir = cwd;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dlib_pm.PL6 my $origdir = cwd;
H A DCPAN.pm140 my $cwd = CPAN::anycwd();
203 chdir $cwd or $CPAN::Frontend->mydie(qq{Could not chdir to "$cwd": $!});
230 chdir $cwd or $CPAN::Frontend->mydie(qq{Could not chdir to "$cwd": $!});
661 $getcwd = $CPAN::Config->{'getcwd'} || 'cwd';
665 #-> sub CPAN::cwd ;
666 sub cwd {Cwd::cwd();} subroutine
914 my($cwd)
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/
H A DFirstTime.pm122 my $cwd = Cwd::cwd();
123 my $absans = File::Spec->catdir($cwd,$ans);
467 $CPAN::Config->{'getcwd'} = 'cwd';
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dperlivp.PL17 my $origdir = cwd;
H A Dh2ph.PL17 $origdir = cwd;
H A Dlibnetcfg.PL16 my $origdir = cwd;
H A Dh2xs.PL16 my $origdir = cwd;
915 my $cwd = File::Spec->rel2abs( File::Spec->curdir );
982 $c->set('includeDirs' => ["$Config::Config{archlib}/CORE", $cwd]);
H A Dc2ph.PL38 $origdir = cwd;
H A Dperlbug.PL18 $origdir = cwd;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DFTP.pm533 sub cwd subroutine
535 @_ == 1 || @_ == 2 or croak 'usage: $ftp->cwd( [ DIR ] )';
657 if($pwd && $ftp->cwd($dir))
660 $ftp->cwd($pwd);
1236 $ftp->cwd("/pub")
1385 =item cwd ( [ DIR ] )
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A DConstant.t60 my $orig_cwd = cwd;
75 die "cwd at start was empty, but directory '$dir' was created" if $dir;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DFind.pm181 my $pwd = cwd();
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DBytecode.pm697 my $cwd = '';
/osnet-11/usr/src/tools/onbld/Scm/
H A DBackup.py337 cwd=self.ws.repo.root, files=files)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_Unix.pm1396 use Cwd 'cwd';
1397 my $name = basename(cwd());
2818 use Cwd 'cwd';
2819 $static{cwd() . "/" . $_}++;
H A DMakeMaker.pm162 use Cwd qw(cwd abs_path);
163 my $pwd = cwd() || die "Can't figure out your cwd!";
H A Dxsubpp183 $pwd = cwd();
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Ds2p.PL37 $origdir = cwd;

Completed in 71 milliseconds

123