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

/freebsd-13-stable/bin/pax/
H A Dtty_subs.c58 #define DEVTTY "/dev/tty" /* device for interactive i/o */ macro
73 if ((ttyfd = open(DEVTTY, O_RDWR)) >= 0) {
83 paxwarn(1, "Fatal error, cannot open %s", DEVTTY);

Completed in 56 milliseconds