Home
last modified time | relevance | path

Searched defs:ttyfd (Results 1 – 7 of 7) sorted by relevance

/external/dropbear/
Dsshpty.c49 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/
Dsshpty.c64 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()
Dreadpass.c122 int rppflags, use_askpass = 0, ttyfd; in read_passphrase() local
Dsession.h41 int ptyfd, ttyfd, ptymaster; member
Dsession.c645 int fdout, ptyfd, ttyfd, ptymaster; in do_exec_pty() local
Dmonitor_wrap.c702 mm_pty_allocate(int *ptyfd, int *ttyfd, char *namebuf, size_t namebuflen) in mm_pty_allocate()
/external/ppp/pppd/
Dtty.c126 static int ttyfd; /* Serial port file descriptor */ variable