HomeSort by relevance Sort by last modified time
    Searched refs:_getpty (Results 1 - 4 of 4) sorted by null

  /external/openssh/openbsd-compat/
bsd-openpty.c 78 * _getpty(3) exists in SGI Irix 4.x, 5.x & 6.x -- it generates more
83 if ((slave = _getpty(amaster, O_RDWR, 0622, 0)) == NULL)
  /external/dropbear/
sshpty.c 25 /* Pty allocated with _getpty gets broken if we do I_PUSH:es to it. */
72 * _getpty(3) exists in SGI Irix 4.x, 5.x & 6.x -- it generates more
77 slave = _getpty(ptyfd, O_RDWR, 0622, 0);
80 "pty_allocate: _getpty: %.100s", strerror(errno));
configure     [all...]
  /external/openssh/
configure     [all...]

Completed in 383 milliseconds