Home | History | Annotate | Download | only in apps

Lines Matching refs:stdin

1354 				if (read_tty)  openssl_fdset(fileno(stdin),&readfds);
1415 (void)fcntl(fileno(stdin), F_SETFL, O_NONBLOCK);
1422 if (read(fileno(stdin), sbuf, 0) >= 0)
1429 (void)fcntl(fileno(stdin), F_SETFL, 0);
1611 else if (FD_ISSET(fileno(stdin),&readfds))