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

  /external/openssh/
sshpty.c 64 pty_allocate(int *ptyfd, int *ttyfd, char *namebuf, size_t namebuflen)
70 i = openpty(ptyfd, ttyfd, NULL, NULL, NULL);
181 pty_change_window_size(int ptyfd, u_int row, u_int col,
191 (void) ioctl(ptyfd, TIOCSWINSZ, &w);
session.h 41 int ptyfd, ttyfd, ptymaster; member in struct:Session
monitor.c     [all...]
session.c 632 int fdout, ptyfd, ttyfd, ptymaster; local
637 ptyfd = s->ptyfd;
647 if ((fdout = dup(ptyfd)) < 0) {
650 close(ptyfd);
654 if ((ptymaster = dup(ptyfd)) < 0) {
657 close(ptyfd);
669 close(ptyfd);
681 close(ptyfd);
737 session_set_fds(s, ptyfd, fdout, -1, 1, 1)
    [all...]
monitor_wrap.c 494 mm_pty_allocate(int *ptyfd, int *ttyfd, char *namebuf, size_t namebuflen)
535 if ((*ptyfd = mm_receive_fd(pmonitor->m_recvfd)) == -1 ||
configure.ac     [all...]

Completed in 347 milliseconds