Home | History | Annotate | Download | only in Scripts

Lines Matching refs:F_GETFL

54 use Fcntl qw(F_GETFL F_SETFL O_NONBLOCK);
2001 my $flags = fcntl($fh, F_GETFL, 0) or die "Couldn't get filehandle flags";