Home
last modified time | relevance | path

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

/openbsd-src/lib/libcrypto/ui/
H A Dui_openssl.c302 #define DEV_TTY "/dev/tty" in open_console() macro
303 if ((tty_in = fopen(DEV_TTY, "r")) == NULL) in open_console()
305 if ((tty_out = fopen(DEV_TTY, "w")) == NULL) in open_console()
/openbsd-src/gnu/usr.bin/binutils/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()
H A DChangeLog-19925784 * symmisc.c (DEV_TTY): Define if not defined.
/openbsd-src/gnu/usr.bin/binutils/gdb/doc/
H A Dgdbint.texinfo2176 @item DEV_TTY