Home
last modified time | relevance | path

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

/external/openssh/
Dsshpty.c64 pty_allocate(int *ptyfd, int *ttyfd, char *namebuf, size_t namebuflen) in pty_allocate()
109 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
Dmonitor_wrap.c486 mm_pty_allocate(int *ptyfd, int *ttyfd, char *namebuf, size_t namebuflen) in mm_pty_allocate()
Dsession.c480 int fdout, ptyfd, ttyfd, ptymaster; in do_exec_pty() local
/external/ppp/pppd/
Dtty.c127 static int ttyfd; /* Serial port file descriptor */ variable