Home
last modified time | relevance | path

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

/mirbsd/src/lib/libssl/src/crypto/ui/
Dui_openssl.c469 # define DEV_TTY "con" in open_console() macro
471 # define DEV_TTY "/dev/tty" in open_console() macro
473 if ((tty_in=fopen(DEV_TTY,"r")) == NULL) in open_console()
475 if ((tty_out=fopen(DEV_TTY,"w")) == NULL) in open_console()
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dsymmisc.c44 #ifndef DEV_TTY
45 #define DEV_TTY "/dev/tty" macro
559 char *filename = DEV_TTY; in maintenance_print_symbols()
799 char *filename = DEV_TTY; in maintenance_print_psymbols()
946 char *filename = DEV_TTY; in maintenance_print_msymbols()
/mirbsd/src/gnu/usr.bin/binutils/gdb/doc/
Dgdbint.texinfo2190 @item DEV_TTY