Searched refs:_downcopy (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/File/t/
H A D29_downcopy.t3 # Unit tests of _downcopy function
5 # _downcopy($self, $data, $pos, $len)
274 my $a_retval = eval { alarm(5) unless $^P; $o->_downcopy($newdata, $pos, $len) };
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DFile.pm657 $unwritten = $self->_downcopy($data, $end, $_[1] - $end);
660 $unwritten = $self->_downcopy($data, $end);
706 sub _downcopy { subroutine

Completed in 19 milliseconds