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

/openbsd-current/gnu/usr.bin/perl/cpan/File-Temp/lib/File/
H A DTemp.pm160 # switch the calls to croak from _gettemp() to use die.
288 # modelled on OpenBSD _gettemp() in mktemp.c
326 # ($fh, $name) = _gettemp($template, "open" => 1);
331 sub _gettemp { subroutine
333 croak 'Usage: ($fh, $name) = _gettemp($template, OPTIONS);'
356 carp "File::Temp::_gettemp: template must not be a reference";
363 carp "File::Temp::_gettemp: Must have even number of options";
612 # This has to be done by _gettemp() every time it fails to
1431 # functions or simply constructing a template and using _gettemp()
1465 # Determine whether we should tell _gettemp t
[all...]

Completed in 174 milliseconds