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

  /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-android.c 794 /* Once Solaris has openpty(), this is going to be removed. */
795 static int openpty(int *amaster, int *aslave, char *name, function
993 if (openpty(&s->fd, &slave_fd, pty_name, NULL, NULL) < 0) {
    [all...]
qemu-char.c 762 /* Once Solaris has openpty(), this is going to be removed. */
763 static int openpty(int *amaster, int *aslave, char *name, function
960 if (openpty(&s->fd, &slave_fd, pty_name, NULL, NULL) < 0) {
    [all...]

Completed in 5427 milliseconds