Home
last modified time | relevance | path

Searched refs:pty_make_controlling_tty (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/ssh/include/
H A Dsshpty.h29 void pty_make_controlling_tty(int *, const char *);
/titanic_41/usr/src/cmd/ssh/sshd/
H A Dsshpty.c266 pty_make_controlling_tty(int *ttyfd, const char *ttyname) in pty_make_controlling_tty() function
H A Dsession.c603 pty_make_controlling_tty(&ttyfd, s->tty); in do_exec_pty()