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

  /external/dropbear/
sshpty.h 22 int pty_allocate(int *, int *, char *, int);
sshpty.c 49 pty_allocate(int *ptyfd, int *ttyfd, char *namebuf, int namebuflen) function
59 "pty_allocate: openpty: %.100s", strerror(errno));
80 "pty_allocate: _getpty: %.100s", strerror(errno));
88 "pty_allocate error: ttyftd open error");
107 "pty_allocate: /dev/ptmx: %.100s", strerror(errno));
214 "pty_allocate: %.100s: %.100s", namebuf, strerror(errno));
svr-chansession.c 540 if (pty_allocate(&chansess->master, &chansess->slave, namebuf, 64) == 0) {
  /external/openssh/
sshpty.h 23 int pty_allocate(int *, int *, char *, size_t);
sshpty.c 64 pty_allocate(int *ptyfd, int *ttyfd, char *namebuf, size_t namebuflen) function
session.c     [all...]
monitor.c     [all...]

Completed in 86 milliseconds