Home
last modified time | relevance | path

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

/src/crypto/openssl/crypto/ui/
H A Dui_openssl.c110 #define TTY_get(tty, data) tcgetattr(tty, data) macro
118 #define TTY_get(tty, data) ioctl(tty, TCGETA, data) macro
126 #define TTY_get(tty, data) ioctl(tty, TIOCGETP, data) macro
403 #if defined(TTY_get) && !defined(OPENSSL_SYS_VMS) in open_console()
404 if (TTY_get(fileno(tty_in), &tty_orig) == -1) { in open_console()