Lines Matching defs:cntlflag
340 int retval, cntlflag;
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);
402 if (cntlflag & (O_NDELAY | O_NONBLOCK))
403 (void) fcntl(fd, F_SETFL, cntlflag);