Lines Matching defs:getcwd
11 my $dir = getcwd;
19 current working directory. It is recommended that getcwd (or another
22 By default, it exports the functions cwd(), getcwd(), fastcwd(), and
26 =head2 getcwd and friends
33 =item getcwd
35 my $cwd = getcwd();
39 Re-implements the getcwd(3) (or getwd(3)) functions in Perl.
53 A more dangerous version of getcwd(), but potentially faster.
85 Uses the same algorithm as getcwd(). Symbolic links and relative-path
126 Actually, on Mac OS, the C<getcwd()>, C<fastgetcwd()> and C<fastcwd()>
150 @EXPORT = qw(cwd getcwd fastcwd fastgetcwd);
163 *getcwd = \&cwd;
229 *cwd = \&getcwd;
239 # Usage: $cwd = getcwd();
241 sub getcwd
251 # This is a faster version of getcwd. It's also more dangerous because
428 my $cwd = getcwd();
440 my $realpath = getcwd();
530 $ENV{'PWD'} = EPOC::getcwd();
539 *getcwd = \&_vms_cwd;
548 *getcwd = \&_NT_cwd;
556 *getcwd = \&_dos_cwd;
563 *getcwd = \&_qnx_cwd;
570 *getcwd = \&cwd;
578 *getcwd = \&_epoc_cwd;
584 *getcwd = \&cwd;