Lines Matching refs:cntlflag
340 int retval, cntlflag; in _t_is_ok() local
367 cntlflag = fcntl(fd, F_GETFL, 0); in _t_is_ok()
368 if (cntlflag & (O_NDELAY | O_NONBLOCK)) in _t_is_ok()
369 (void) fcntl(fd, F_SETFL, cntlflag & ~(O_NDELAY | O_NONBLOCK)); in _t_is_ok()
376 if (cntlflag & (O_NDELAY | O_NONBLOCK)) in _t_is_ok()
377 (void) fcntl(fd, F_SETFL, cntlflag); in _t_is_ok()
384 if (cntlflag & (O_NDELAY | O_NONBLOCK)) in _t_is_ok()
385 (void) fcntl(fd, F_SETFL, cntlflag); in _t_is_ok()
395 if (cntlflag & (O_NDELAY | O_NONBLOCK)) in _t_is_ok()
396 (void) fcntl(fd, F_SETFL, cntlflag); in _t_is_ok()
402 if (cntlflag & (O_NDELAY | O_NONBLOCK)) in _t_is_ok()
403 (void) fcntl(fd, F_SETFL, cntlflag); in _t_is_ok()