Lines Matching full:fileno
151 is needed to have fileno() declared correctly... So let's define u_int */
1602 if (read_tty) openssl_fdset(fileno(stdin),&readfds);
1603 if (write_tty) openssl_fdset(fileno(stdout),&writefds);
1663 (void)fcntl(fileno(stdin), F_SETFL, O_NONBLOCK);
1670 if (read(fileno(stdin), sbuf, 0) >= 0)
1677 (void)fcntl(fileno(stdin), F_SETFL, 0);
1768 else if (!ssl_pending && FD_ISSET(fileno(stdout),&writefds))
1859 else if (FD_ISSET(fileno(stdin),&readfds))