Searched defs:ttyfd (Results 1 – 7 of 7) sorted by relevance
/external/dropbear/ |
D | sshpty.c | 49 pty_allocate(int *ptyfd, int *ttyfd, char *namebuf, int namebuflen) in pty_allocate() 265 pty_make_controlling_tty(int *ttyfd, const char *tty_name) in pty_make_controlling_tty()
|
/external/openssh/ |
D | sshpty.c | 64 pty_allocate(int *ptyfd, int *ttyfd, char *namebuf, size_t namebuflen) in pty_allocate() 104 pty_make_controlling_tty(int *ttyfd, const char *tty) in pty_make_controlling_tty()
|
D | readpass.c | 122 int rppflags, use_askpass = 0, ttyfd; in read_passphrase() local
|
D | session.h | 41 int ptyfd, ttyfd, ptymaster; member
|
D | session.c | 645 int fdout, ptyfd, ttyfd, ptymaster; in do_exec_pty() local
|
D | monitor_wrap.c | 702 mm_pty_allocate(int *ptyfd, int *ttyfd, char *namebuf, size_t namebuflen) in mm_pty_allocate()
|
/external/ppp/pppd/ |
D | tty.c | 126 static int ttyfd; /* Serial port file descriptor */ variable
|