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