Home
last modified time | relevance | path

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

/netbsd/src/bin/pax/
Dtty_subs.c68 #define DEVTTY "/dev/tty" /* device for interactive i/o */ macro
83 if ((ttyfd = open(DEVTTY, O_RDWR)) >= 0) { in tty_init()
93 tty_warn(1, "Fatal error, cannot open %s", DEVTTY); in tty_init()