Home | History | Annotate | Download | only in dropbear

Lines Matching full:tty

229 	chansess->tty = NULL;
273 if (chansess->tty) {
276 ses.remotehost, chansess->tty);
280 pty_release(chansess->tty);
281 m_free(chansess->tty);
545 chansess->tty = (char*)m_strdup(namebuf);
546 if (!chansess->tty) {
550 pty_setowner(ses.authstate.pw, chansess->tty);
748 if (chansess->master == -1 || chansess->tty == NULL) {
773 pty_make_controlling_tty(&chansess->slave, chansess->tty);
787 ses.remotehost, chansess->tty);
791 m_free(chansess->tty);