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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
pty.h 34 extern int openpty (int *__amaster, int *__aslave, char *__name,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
pty.h 34 extern int openpty (int *__amaster, int *__aslave, char *__name,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
pty.h 34 extern int openpty (int *__amaster, int *__aslave, char *__name,
  /external/openssh/openbsd-compat/
openbsd-compat.h 179 int openpty(int *, int *, char *, struct termios *, struct winsize *);
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/openssh/
Android.mk 28 openbsd-compat/bsd-openpty.c \
sshpty.c 66 /* openpty(3) exists in OSF/1 and some other os'es */
70 i = openpty(ptyfd, ttyfd, NULL, NULL, NULL);
72 error("openpty: %.100s", strerror(errno));
81 fatal("openpty returns device for which ttyname fails.");
configure     [all...]
  /external/dropbear/
sshpty.c 56 i = openpty(ptyfd, ttyfd, NULL, NULL, NULL);
59 "pty_allocate: openpty: %.100s", strerror(errno));
64 dropbear_exit("ttyname fails for openpty device");
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 658 milliseconds