HomeSort by relevance Sort by last modified time
    Searched defs:openpty (Results 1 - 3 of 3) sorted by null

  /external/openssh/openbsd-compat/
bsd-openpty.c 2 * Please note: this implementation of openpty() is far from complete.
73 openpty(int *amaster, int *aslave, char *name, struct termios *termp, function
  /external/dropbear/
configure 850 --disable-openpty Don't use openpty, use alternative method
4251 openpty (); function
4306 openpty (); function
4387 openpty (); function
4442 openpty (); function
    [all...]
  /external/qemu/
qemu-char.c 859 /* Once Solaris has openpty(), this is going to be removed. */
860 static int openpty(int *amaster, int *aslave, char *name, function
1058 if (openpty(&s->fd, &slave_fd, pty_name, NULL, NULL) < 0) {
    [all...]

Completed in 801 milliseconds