Searched defs:read_tty (Results 1 - 1 of 1) sorted by relevance

/external/openssl/apps/
H A Ds_client.c579 int write_tty,read_tty,write_ssl,read_ssl,tty_on,ssl_pending; local
1381 read_tty=1;
1573 if (read_tty) openssl_fdset(fileno(stdin),&readfds);
1589 tty_on,read_tty,write_tty,read_ssl,write_ssl);*/
1607 if(read_tty) {
1613 if(!i && (!_kbhit() || !read_tty) ) continue;
1615 if(!i && (!((_kbhit()) || (WAIT_OBJECT_0 == WaitForSingleObject(GetStdHandle(STD_INPUT_HANDLE), 0))) || !read_tty) ) continue;
1622 if(read_tty) {
1636 if(read_tty) {
1643 if (!i && (stdin_set != 1 || !read_tty))
[all...]

Completed in 17 milliseconds