Lines Matching refs:fflags
427 int i, j, fflags; in read_() local
495 ((fflags = fcntl(d, F_GETFL, 0)) & O_NDELAY)) { in read_()
496 fflags &= ~O_NDELAY; in read_()
497 fcntl(d, F_SETFL, fflags); in read_()
502 fflags = fcntl(d, F_GETFL, 0); in read_()
503 fflags &= ~O_NONBLOCK; in read_()
504 fcntl(d, F_SETFL, fflags); in read_()
645 ((fflags = fcntl(d, F_GETFL, 0)) & O_NDELAY)) { in read_()
646 fflags &= ~O_NDELAY; in read_()
647 fcntl(d, F_SETFL, fflags); in read_()
652 fflags = fcntl(d, F_GETFL, 0); in read_()
653 fflags &= ~O_NONBLOCK; in read_()
654 fcntl(d, F_SETFL, fflags); in read_()