Home
last modified time | relevance | path

Searched refs:getdcwd (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/usr.bin/perl/dist/PathTools/t/
H A Dwin32.t16 my $cdir = getdcwd('C:');
19 my $ddir = getdcwd('D:');
H A DSpec.t816 local *Cwd::getdcwd = sub {
821 *Cwd::getdcwd = *Cwd::getdcwd; # Avoid a 'used only once' warning
/openbsd/gnu/usr.bin/perl/dist/PathTools/lib/File/Spec/
H A DWin32.pm338 $base = Cwd::getdcwd( ($self->splitpath( $path ))[0] ) if defined &Cwd::getdcwd ;
/openbsd/gnu/usr.bin/perl/dist/PathTools/
H A DChanges631 - Sometimes getdcwd() returns a lower-case drive letter, so don't
634 - Fixed a memory leak in getdcwd() on win32. [Steve Hay]
703 occurred when calling getdcwd(). This has been fixed. [PodMaster]
705 - Added tests for getdcwd() on Win32.
726 - On Win32, a function getdcwd($vol) has been added, which gets the
838 - rel2abs() on Win32 will now use the new Cwd::getdcwd() function, so
H A DCwd.xs625 getdcwd(...) in getdcwd() function
/openbsd/gnu/usr.bin/perl/cpan/CPAN/lib/
H A DCPAN.pm949 sub getdcwd {Cwd::getdcwd();} subroutine
/openbsd/gnu/usr.bin/perl/pod/
H A Dperl5220delta.pod848 Add support for C<Cwd::getdcwd()> and introduce workaround for a misbehavior