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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DTemp.pm250 # modelled on OpenBSD _gettemp() in mktemp.c
286 # ($fh, $name) = _gettemp($template, "open" => 1);
291 sub _gettemp { subroutine
293 croak 'Usage: ($fh, $name) = _gettemp($template, OPTIONS);'
314 carp "File::Temp::_gettemp: template must not be a reference";
321 carp "File::Temp::_gettemp: Must have even number of options";
601 # This has to be done by _gettemp() every time it fails to
1148 # functions or simply constructing a template and using _gettemp()
1177 # Determine whether we should tell _gettemp to unlink the file
1191 unless (($fh, $path) = _gettemp(
[all...]

Completed in 31 milliseconds