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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/Temp/t/
H A Dposix.t8 use File::Temp qw/ :POSIX unlink0 /;
34 my $status = unlink0($fh, $tmpnam);
H A Dmktemp.t12 use File::Temp qw/ :mktemp unlink0 /;
54 my $status = unlink0($fh, $template);
76 $status = unlink0($fh, $fname);
H A Dsecurity.t20 use File::Temp qw/ tempfile unlink0 /;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DCompare.t77 require File::Temp; import File::Temp qw/ :mktemp unlink0 /;
93 unlink0($tfh,$filename);
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 24 milliseconds