HomeSort by relevance Sort by last modified time
    Searched refs:ptyfd (Results 1 - 7 of 7) sorted by null

  /external/dropbear/
sshpty.c 49 pty_allocate(int *ptyfd, int *ttyfd, char *namebuf, int namebuflen)
56 i = openpty(ptyfd, ttyfd, NULL, NULL, NULL);
77 slave = _getpty(ptyfd, O_RDWR, 0622, 0);
89 close(*ptyfd);
126 *ptyfd = ptm;
133 close(*ptyfd);
162 *ptyfd = open("/dev/ptc", O_RDWR | O_NOCTTY);
163 if (*ptyfd < 0) {
168 name = ttyname(*ptyfd);
178 close(*ptyfd);
    [all...]
  /external/openssh/
session.h 41 int ptyfd, ttyfd, ptymaster; member in struct:Session
sshpty.c 64 pty_allocate(int *ptyfd, int *ttyfd, char *namebuf, size_t namebuflen)
70 i = openpty(ptyfd, ttyfd, NULL, NULL, NULL);
194 pty_change_window_size(int ptyfd, u_int row, u_int col,
204 (void) ioctl(ptyfd, TIOCSWINSZ, &w);
session.c 645 int fdout, ptyfd, ttyfd, ptymaster; local
650 ptyfd = s->ptyfd;
660 if ((fdout = dup(ptyfd)) < 0) {
663 close(ptyfd);
667 if ((ptymaster = dup(ptyfd)) < 0) {
670 close(ptyfd);
682 close(ptyfd);
694 close(ptyfd);
750 session_set_fds(s, ptyfd, fdout, -1, 1, 1)
    [all...]
monitor.c     [all...]
monitor_wrap.c 702 mm_pty_allocate(int *ptyfd, int *ttyfd, char *namebuf, size_t namebuflen)
743 if ((*ptyfd = mm_receive_fd(pmonitor->m_recvfd)) == -1 ||
    [all...]
configure     [all...]

Completed in 161 milliseconds