Home
last modified time | relevance | path

Searched refs:mm_pty_allocate (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssh/
H A Dmonitor_wrap.h88 int mm_pty_allocate(int *, int *, char *, size_t);
H A Dsession.c114 #define mm_pty_allocate pty_allocate macro
1934 if (!mm_pty_allocate(&s->ptyfd, &s->ttyfd, s->tty, sizeof(s->tty))) { in session_pty_req()
H A Dmonitor_wrap.c624 mm_pty_allocate(int *ptyfd, int *ttyfd, char *namebuf, size_t namebuflen) in mm_pty_allocate() function