Searched refs:full_tty (Results 1 - 3 of 3) 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
H A Delfedit.c411 if (state.msg_jbuf.active && state.input.full_tty &&
3390 if (state.input.full_tty) {
3624 state.input.full_tty = state.input.is_tty &&
3627 if (state.input.full_tty) {
3668 if (state.input.full_tty)

Completed in 74 milliseconds