Searched refs:pty_allocate (Results 1 – 7 of 7) sorted by relevance
/external/dropbear/ |
D | sshpty.h | 22 int pty_allocate(int *, int *, char *, int);
|
D | sshpty.c | 49 pty_allocate(int *ptyfd, int *ttyfd, char *namebuf, int namebuflen) in pty_allocate() function
|
D | svr-chansession.c | 540 if (pty_allocate(&chansess->master, &chansess->slave, namebuf, 64) == 0) { in sessionpty()
|
/external/openssh/ |
D | sshpty.h | 23 int pty_allocate(int *, int *, char *, size_t);
|
D | sshpty.c | 64 pty_allocate(int *ptyfd, int *ttyfd, char *namebuf, size_t namebuflen) in pty_allocate() function
|
D | session.c | 2052 if (!PRIVSEP(pty_allocate(&s->ptyfd, &s->ttyfd, s->tty, in session_pty_req()
|
D | monitor.c | 1427 res = pty_allocate(&s->ptyfd, &s->ttyfd, s->tty, sizeof(s->tty)); in mm_answer_pty()
|