HomeSort by relevance Sort by last modified time
    Searched refs: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);
76 if (ptsname_r(*ptyfd, namebuf, namebuflen)) {
78 close(*ptyfd);
79 *ptyfd = -1;
186 pty_change_window_size(int ptyfd, u_int row, u_int col,
196 (void) ioctl(ptyfd, TIOCSWINSZ, &w);
session.h 41 int ptyfd, ttyfd, ptymaster; member in struct:Session
session.c 480 int fdout, ptyfd, ttyfd, ptymaster; local
485 ptyfd = s->ptyfd;
495 if ((fdout = dup(ptyfd)) < 0) {
498 close(ptyfd);
502 if ((ptymaster = dup(ptyfd)) < 0) {
505 close(ptyfd);
517 close(ptyfd);
529 close(ptyfd);
578 session_set_fds(s, ptyfd, fdout, -1, 1, 1)
    [all...]
monitor.c     [all...]
monitor_wrap.c 486 mm_pty_allocate(int *ptyfd, int *ttyfd, char *namebuf, size_t namebuflen)
527 if ((*ptyfd = mm_receive_fd(pmonitor->m_recvfd)) == -1 ||
configure     [all...]

Completed in 210 milliseconds