Home
last modified time | relevance | path

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

/src/crypto/openssl/crypto/ui/
H A Dui_openssl.c111 #define TTY_set(tty, data) tcsetattr(tty, TCSANOW, data) macro
119 #define TTY_set(tty, data) ioctl(tty, TCSETA, data) macro
127 #define TTY_set(tty, data) ioctl(tty, TIOCSETP, data) macro
490 #if defined(TTY_set) && !defined(OPENSSL_SYS_VMS) in noecho_console()
491 if (is_a_tty && (TTY_set(fileno(tty_in), &tty_new) == -1)) in noecho_console()
521 #if defined(TTY_set) && !defined(OPENSSL_SYS_VMS) in echo_console()
523 if (is_a_tty && (TTY_set(fileno(tty_in), &tty_new) == -1)) in echo_console()