Searched defs:unlink0 (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DTemp.pm29 unix do not always have valid entries in all fields. If C<unlink0> fails
163 unlink0
819 # - Called by unlink0 if an opened file can not be unlinked
1218 # Unlink the file. It is up to unlink0 to decide what to do with
1220 unlink0($fh, $path) or croak "Error unlinking file $path using unlink0";
1627 unlink0($fh, $file)
1687 =item B<unlink0>
1698 unlink0($fh, $path) or die "Error unlinking file $path safely";
1717 writing to the tempfile before attempting to C<unlink0> i
1725 sub unlink0 { subroutine
[all...]

Completed in 22 milliseconds