HomeSort by: relevance | last modified time | path
    Searched refs:pty_allocate (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
sshpty.h 24 int pty_allocate(int *, int *, char *, size_t);
sshpty.c 48 pty_allocate(int *ptyfd, int *ttyfd, char *namebuf, size_t namebuflen) function
monitor.c 1717 res = pty_allocate(&s->ptyfd, &s->ttyfd, s->tty, sizeof(s->tty));

Completed in 37 milliseconds