Searched defs:full_tty (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.talkd/
H A Dannounce.c125 char full_tty[TTY_BUFSZ]; local
131 (void) snprintf(full_tty, TTY_BUFSZ, "/dev/%s", request->r_tty);
134 if (p == 0 || access(full_tty, 0) != 0) {
139 if ((fd = open(full_tty, O_WRONLY|O_NONBLOCK)) == -1) {
/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A D_elfedit.h178 int full_tty; /* True if stdin and stdout are tty */ member in struct:__anon1464::__anon1470

Completed in 43 milliseconds