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

  /src/crypto/external/bsd/openssh/dist/
session.h 45 int ptyfd, ttyfd, ptymaster; member in struct:Session
session.c 510 int fdout, ptyfd, ttyfd, ptymaster; local
515 ptyfd = s->ptyfd;
525 if ((fdout = dup(ptyfd)) == -1) {
528 close(ptyfd);
532 if ((ptymaster = dup(ptyfd)) == -1) {
535 close(ptyfd);
547 close(ptyfd);
556 close(ptyfd);
591 session_set_fds(ssh, s, ptyfd, fdout, -1, 1, 1)
    [all...]
  /src/libexec/telnetd/
sys_term.c 186 int ptyfd; local
188 ptyfd = openpty(ptynum, &ptyslavefd, line, NULL, NULL);
189 if (ptyfd == 0)

Completed in 58 milliseconds