Searched refs:initfdflags (Results 1 – 1 of 1) sorted by relevance
143 static int initfdflags = -1; /* Initial file descriptor flags for ppp_fd */ variable330 if ((initfdflags = fcntl(fd, F_GETFL)) == -1331 || fcntl(fd, F_SETFL, initfdflags | O_NONBLOCK) == -1) {476 if (initfdflags != -1 && fcntl(fd, F_SETFL, initfdflags) < 0)478 initfdflags = -1;