Home
last modified time | relevance | path

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

/openssl/crypto/ui/
H A Dui_openssl.c395 # define DEV_TTY "con" in open_console() macro
397 # define DEV_TTY "/dev/tty" in open_console() macro
399 if ((tty_in = fopen(DEV_TTY, "r")) == NULL) in open_console()
401 if ((tty_out = fopen(DEV_TTY, "w")) == NULL) in open_console()

Completed in 4 milliseconds