Home | History | Annotate | Download | only in apps

Lines Matching full:fileno

167    is needed to have fileno() declared correctly...  So let's define u_int */
2101 openssl_fdset(fileno(stdin),&readfds);
2126 (void)fcntl(fileno(stdin), F_SETFL, O_NONBLOCK);
2128 if ((i < 0) || (!i && read(fileno(stdin), buf, 0) < 0))
2130 if (read(fileno(stdin), buf, 0) >= 0)
2132 (void)fcntl(fileno(stdin), F_SETFL, 0);
2148 if (FD_ISSET(fileno(stdin),&readfds))