HomeSort by relevance Sort by last modified time
    Searched full:openpty (Results 26 - 45 of 45) sorted by null

12

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_ioctl.py 71 mfd, sfd = pty.openpty()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_ioctl.py 71 mfd, sfd = pty.openpty()
  /external/openssh/
Android.mk 28 openbsd-compat/bsd-openpty.c \
configure.ac     [all...]
config.h 684 /* Define to 1 if you have the `openpty' function. */
    [all...]
config.h.in 681 /* Define to 1 if you have the `openpty' function. */
    [all...]
configure     [all...]
  /external/openssh/openbsd-compat/
openbsd-compat.h 179 int openpty(int *, int *, char *, struct termios *, struct winsize *);
  /external/qemu/slirp/
misc.c 272 lprint("Error: openpty failed: %s\n", strerror(errno));
846 lprint("Error: openpty failed: %s\n", strerror(errno));
853 lprint("Error: openpty failed: %s\n", strerror(errno));
  /external/qemu/slirp-android/
misc.c 249 lprint("Error: openpty failed: %s\n", strerror(errno));
812 lprint("Error: openpty failed: %s\n", strerror(errno));
819 lprint("Error: openpty failed: %s\n", strerror(errno));
  /external/dropbear/
config.h 172 /* Have openpty() function */
config.h.in 171 /* Have openpty() function */
CHANGES 375 - Fix for problems detecting openpty() with uClibc - many thanks to various
537 - added option to disable openpty with configure script,
configure 850 --disable-openpty Don't use openpty, use alternative method
4251 openpty (); function
4306 openpty (); function
4387 openpty (); function
4442 openpty (); function
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pyport.h 672 /* BSDI does not supply a prototype for the 'openpty' and 'forkpty'
675 extern int openpty(int *, int *, char *, struct termios *, struct winsize *);
    [all...]
pyconfig.h 491 /* Define to 1 if you have the `openpty' function. */
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pyport.h 672 /* BSDI does not supply a prototype for the 'openpty' and 'forkpty'
675 extern int openpty(int *, int *, char *, struct termios *, struct winsize *);
    [all...]
pyconfig.h 491 /* Define to 1 if you have the `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...]
  /external/chromium_org/third_party/pexpect/
pexpect.py 619 parent_fd, child_fd = os.openpty()
621 raise ExceptionPexpect("Could not open with os.openpty().")
    [all...]

Completed in 400 milliseconds

12