Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/lib/File/
DCompare.pm37 open(FROM, '<', $from) or goto fail_open1;
93 close(FROM) || goto fail_open1 if $closefrom;
100 close(FROM) || goto fail_open1 if $closefrom;
111 fail_open1: label
DCopy.pm148 open $from_h, "<", $from or goto fail_open1;
184 close($from_h) || goto fail_open1 if $closefrom;
204 fail_open1: label