Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dsshpty.h26 void pty_make_controlling_tty(int *, const char *);
H A Dsshpty.c76 pty_make_controlling_tty(int *ttyfd, const char *tty) in pty_make_controlling_tty() function
H A Dsession.c590 pty_make_controlling_tty(&ttyfd, s->tty); in do_exec_pty()