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

/illumos-gate/usr/src/lib/libnsl/nsl/
H A D_utility.c340 int retval, cntlflag; local
367 cntlflag = fcntl(fd, F_GETFL, 0);
368 if (cntlflag & (O_NDELAY | O_NONBLOCK))
369 (void) fcntl(fd, F_SETFL, cntlflag & ~(O_NDELAY | O_NONBLOCK));
376 if (cntlflag & (O_NDELAY | O_NONBLOCK))
377 (void) fcntl(fd, F_SETFL, cntlflag);
384 if (cntlflag & (O_NDELAY | O_NONBLOCK))
385 (void) fcntl(fd, F_SETFL, cntlflag);
395 if (cntlflag & (O_NDELAY | O_NONBLOCK))
396 (void) fcntl(fd, F_SETFL, cntlflag);
[all...]

Completed in 44 milliseconds