Searched refs:cntlflag (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/lib/libnsl/nsl/ |
H A D | _utility.c | 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() [all …]
|