Home
last modified time | relevance | path

Searched refs:fail_open2 (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/lib/File/
DCompare.pm51 open(TO, '<', $to) or goto fail_open2;
92 close(TO) || goto fail_open2 if $closeto;
99 close(TO) || goto fail_open2 if $closeto;
104 fail_open2: label
DCopy.pm166 open $to_h, ">", $to or goto fail_open2;
183 close($to_h) || goto fail_open2 if $closeto;
197 fail_open2: label