Lines Matching refs:fflags
428 int i, j, fflags; in read_() local
496 ((fflags = fcntl(d, F_GETFL, 0)) & O_NDELAY)) { in read_()
497 fflags &= ~O_NDELAY; in read_()
498 fcntl(d, F_SETFL, fflags); in read_()
503 fflags = fcntl(d, F_GETFL, 0); in read_()
504 fflags &= ~O_NONBLOCK; in read_()
505 fcntl(d, F_SETFL, fflags); in read_()
646 ((fflags = fcntl(d, F_GETFL, 0)) & O_NDELAY)) { in read_()
647 fflags &= ~O_NDELAY; in read_()
648 fcntl(d, F_SETFL, fflags); in read_()
653 fflags = fcntl(d, F_GETFL, 0); in read_()
654 fflags &= ~O_NONBLOCK; in read_()
655 fcntl(d, F_SETFL, fflags); in read_()