Home | History | Annotate | Download | only in Scripts

Lines Matching refs:fh

2363     my ($fh, $nonBlocking) = @_;
2365 my $flags = fcntl($fh, F_GETFL, 0) or die "Couldn't get filehandle flags";
2373 fcntl($fh, F_SETFL, $flags) or die "Couldn't set filehandle flags";