Home
last modified time | relevance | path

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

/external/dropbear/
Dsshpty.h24 void pty_make_controlling_tty(int *, const char *);
Dsshpty.c265 pty_make_controlling_tty(int *ttyfd, const char *tty_name) in pty_make_controlling_tty() function
Dsvr-chansession.c773 pty_make_controlling_tty(&chansess->slave, chansess->tty); in ptycommand()
/external/openssh/
Dsshpty.h25 void pty_make_controlling_tty(int *, const char *);
Dsshpty.c104 pty_make_controlling_tty(int *ttyfd, const char *tty) in pty_make_controlling_tty() function
Dsession.c697 pty_make_controlling_tty(&ttyfd, s->tty); in do_exec_pty()