Searched refs:TTY_set (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/crypto/openssl/crypto/ui/ |
| H A D | ui_openssl.c | 115 # define TTY_set(tty,data) tcsetattr(tty,TCSANOW,data) macro 123 # define TTY_set(tty,data) ioctl(tty,TCSETA,data) macro 131 # define TTY_set(tty,data) ioctl(tty,TIOCSETP,data) macro 501 # if defined(TTY_set) && !defined(OPENSSL_SYS_VMS) in noecho_console() 502 if (is_a_tty && (TTY_set(fileno(tty_in), &tty_new) == -1)) in noecho_console() 538 # if defined(TTY_set) && !defined(OPENSSL_SYS_VMS) in echo_console() 540 if (is_a_tty && (TTY_set(fileno(tty_in), &tty_new) == -1)) in echo_console()
|