Lines Matching refs:stdin
1957 openssl_fdset(fileno(stdin),&readfds);
1967 /* Under DOS (non-djgpp) and Windows we can't select on stdin: only
1982 (void)fcntl(fileno(stdin), F_SETFL, O_NONBLOCK);
1984 if ((i < 0) || (!i && read(fileno(stdin), buf, 0) < 0))
1986 if (read(fileno(stdin), buf, 0) >= 0)
1988 (void)fcntl(fileno(stdin), F_SETFL, 0);
2004 if (FD_ISSET(fileno(stdin),&readfds))