Searched refs:fastcwd (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Cwd/t/
H A Dtaint.t13 my @Functions = qw(getcwd cwd fastcwd fastgetcwd
H A Dcwd.t20 can_ok('main', qw(cwd getcwd fastcwd fastgetcwd));
28 eval { fastcwd };
82 my $fastcwd = fastcwd;
87 is($fastcwd, $start, 'fastcwd()');
98 foreach my $func (qw(cwd getcwd fastcwd fastgetcwd)) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dfastcwd.pl11 # Usage: $cwd = &fastcwd;
16 sub fastcwd { subroutine
H A DCwd.pm22 By default, it exports the functions cwd(), getcwd(), fastcwd(), and
49 =item fastcwd
51 my $cwd = fastcwd();
56 chdir() you back into. If fastcwd encounters a problem it will return
59 fastcwd() function will check that it leaves you in the same directory
126 Actually, on Mac OS, the C<getcwd()>, C<fastgetcwd()> and C<fastcwd()>
150 @EXPORT = qw(cwd getcwd fastcwd fastgetcwd);
165 *fastcwd = \&cwd;
249 # Usage: $cwd = &fastcwd;
254 sub fastcwd { subroutine
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Cwd/
H A DCwd.xs369 fastcwd()
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DFind.pm597 my $cwd = $wanted->{bydepth} ? Cwd::fastcwd() : Cwd::getcwd();

Completed in 34 milliseconds