Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssl/crypto/ui/
H A Dui_openssl.c398 # define DEV_TTY "con" in open_console() macro
400 # define DEV_TTY "/dev/tty" in open_console() macro
402 if ((tty_in = fopen(DEV_TTY, "r")) == NULL) in open_console()
404 if ((tty_out = fopen(DEV_TTY, "w")) == NULL) in open_console()
/freebsd-12.1/contrib/gdb/gdb/
H A Dsymmisc.c42 #ifndef DEV_TTY
43 #define DEV_TTY "/dev/tty" macro
541 char *filename = DEV_TTY; in maintenance_print_symbols()
781 char *filename = DEV_TTY; in maintenance_print_psymbols()
928 char *filename = DEV_TTY; in maintenance_print_msymbols()
/freebsd-12.1/contrib/gdb/gdb/doc/
H A Dgdbint.texinfo2167 @item DEV_TTY