Searched refs:cntlflag (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libnsl/nsl/
H A D_utility.c337 int retval, cntlflag; local
364 cntlflag = fcntl(fd, F_GETFL, 0);
365 if (cntlflag & (O_NDELAY | O_NONBLOCK))
366 (void) fcntl(fd, F_SETFL, cntlflag & ~(O_NDELAY | O_NONBLOCK));
373 if (cntlflag & (O_NDELAY | O_NONBLOCK))
374 (void) fcntl(fd, F_SETFL, cntlflag);
381 if (cntlflag & (O_NDELAY | O_NONBLOCK))
382 (void) fcntl(fd, F_SETFL, cntlflag);
392 if (cntlflag & (O_NDELAY | O_NONBLOCK))
393 (void) fcntl(fd, F_SETFL, cntlflag);
[all...]

Completed in 22 milliseconds