Home
last modified time | relevance | path

Searched defs:ptyfd (Results 1 – 5 of 5) sorted by relevance

/external/dropbear/
Dsshpty.c49 pty_allocate(int *ptyfd, int *ttyfd, char *namebuf, int namebuflen) in pty_allocate()
343 pty_change_window_size(int ptyfd, int row, int col, in pty_change_window_size()
/external/openssh/
Dsshpty.c64 pty_allocate(int *ptyfd, int *ttyfd, char *namebuf, size_t namebuflen) in pty_allocate()
194 pty_change_window_size(int ptyfd, u_int row, u_int col, in pty_change_window_size()
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()