Home
last modified time | relevance | path

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

/dflybsd-src/crypto/libressl/crypto/ui/
H A Dui_openssl.c301 #define DEV_TTY "/dev/tty" in open_console() macro
302 if ((tty_in = fopen(DEV_TTY, "r")) == NULL) in open_console()
304 if ((tty_out = fopen(DEV_TTY, "w")) == NULL) in open_console()
/dflybsd-src/contrib/gdb-7/gdb/
H A Dsymmisc.c46 #ifndef DEV_TTY
47 #define DEV_TTY "/dev/tty" macro
413 char *filename = DEV_TTY; in maintenance_print_symbols()
638 char *filename = DEV_TTY; in maintenance_print_msymbols()
H A Dpsymtab.c40 #ifndef DEV_TTY
41 #define DEV_TTY "/dev/tty" macro
1851 char *filename = DEV_TTY; in maintenance_print_psymbols()