Home
last modified time | relevance | path

Searched refs:is_a_tty (Results 1 – 2 of 2) sorted by relevance

/external/openssl/crypto/des/
Dread_pwd.c278 int is_a_tty; in des_read_pw() local
291 is_a_tty=1; in des_read_pw()
311 is_a_tty=0; in des_read_pw()
318 is_a_tty=0; in des_read_pw()
342 if (is_a_tty && (TTY_set(fileno(tty),&tty_new) == -1)) in des_read_pw()
/external/openssl/crypto/ui/
Dui_openssl.c298 static int is_a_tty; variable
479 is_a_tty = 1; in open_console()
501 is_a_tty=0; in open_console()
508 is_a_tty=0; in open_console()
533 if (is_a_tty && (TTY_set(fileno(tty_in),&tty_new) == -1)) in noecho_console()
555 if (is_a_tty && (TTY_set(fileno(tty_in),&tty_new) == -1)) in echo_console()