Lines Matching refs:tty
62 /* grab the tty name */
66 char tty[sizeof (utmpx.ut_line)+1];
73 tty[i] = utmpx.ut_line[i];
74 tty[i] = '\0';
77 (void) sprintf(dev, "%s/dev/%s", etcdir, tty);
79 /* break out if write() to the tty hangs */
83 /* check if device is really a tty */
91 "not a tty\n", tty);
94 "not a tty\n", tty);
102 /* write to the tty */