Searched refs:TTY_set (Results 1 – 1 of 1) sorted by relevance
/openssl-master/crypto/ui/ |
A D | ui_openssl.c | 111 # 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 492 # if defined(TTY_set) && !defined(OPENSSL_SYS_VMS) in noecho_console() 493 if (is_a_tty && (TTY_set(fileno(tty_in), &tty_new) == -1)) in noecho_console() 523 # if defined(TTY_set) && !defined(OPENSSL_SYS_VMS) in echo_console() 525 if (is_a_tty && (TTY_set(fileno(tty_in), &tty_new) == -1)) in echo_console()
|
Completed in 4 milliseconds