Searched refs:pty_allocate (Results 1 – 3 of 3) sorted by relevance
27 int pty_allocate(int *, int *, char *, int);
51 pty_allocate(int *ptyfd, int *ttyfd, char *namebuf, int namebuflen) in pty_allocate() function
1724 if (!pty_allocate(&s->ptyfd, &s->ttyfd, s->tty, sizeof(s->tty))) { in session_pty_req()