HomeSort by relevance Sort by last modified time
    Searched refs:pty (Results 1 - 25 of 112) sorted by null

1 2 3 4 5

  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_pty.py 8 import pty
49 # Marginal testing of pty suite. Cannot do extensive 'do or fail' testing
50 # because pty code is not too portable.
70 master_fd, slave_name = pty.master_open()
74 slave_fd = pty.slave_open(slave_name)
115 debug("calling pty.fork()")
116 pid, master_fd = pty.fork()
117 if pid == pty.CHILD:
123 # After pty.fork(), the child should already be a session leader.
133 # Have pty, but not setsid()
    [all...]
test_ioctl.py 24 import pty
26 pty = None variable
69 if not pty:
70 raise unittest.SkipTest('pty module required')
71 mfd, sfd = pty.openpty()
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_pty.py 8 import pty
49 # Marginal testing of pty suite. Cannot do extensive 'do or fail' testing
50 # because pty code is not too portable.
70 master_fd, slave_name = pty.master_open()
74 slave_fd = pty.slave_open(slave_name)
115 debug("calling pty.fork()")
116 pid, master_fd = pty.fork()
117 if pid == pty.CHILD:
123 # After pty.fork(), the child should already be a session leader.
133 # Have pty, but not setsid()
    [all...]
test_ioctl.py 24 import pty
26 pty = None variable
69 if not pty:
70 raise unittest.SkipTest('pty module required')
71 mfd, sfd = pty.openpty()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pty.py 8 import pty
49 # Marginal testing of pty suite. Cannot do extensive 'do or fail' testing
50 # because pty code is not too portable.
70 master_fd, slave_name = pty.master_open()
74 slave_fd = pty.slave_open(slave_name)
115 debug("calling pty.fork()")
116 pid, master_fd = pty.fork()
117 if pid == pty.CHILD:
123 # After pty.fork(), the child should already be a session leader.
133 # Have pty, but not setsid()
    [all...]
test_ioctl.py 24 import pty
26 pty = None variable
69 if not pty:
70 raise unittest.SkipTest('pty module required')
71 mfd, sfd = pty.openpty()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pty.py 8 import pty
49 # Marginal testing of pty suite. Cannot do extensive 'do or fail' testing
50 # because pty code is not too portable.
70 master_fd, slave_name = pty.master_open()
74 slave_fd = pty.slave_open(slave_name)
115 debug("calling pty.fork()")
116 pid, master_fd = pty.fork()
117 if pid == pty.CHILD:
123 # After pty.fork(), the child should already be a session leader.
133 # Have pty, but not setsid()
    [all...]
test_ioctl.py 24 import pty
26 pty = None variable
69 if not pty:
70 raise unittest.SkipTest('pty module required')
71 mfd, sfd = pty.openpty()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
script.py 11 import pty
40 pty.spawn(shell, read)
  /external/compiler-rt/test/msan/Linux/
forkpty.cc 3 #include <pty.h>
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_ioctl.py 24 import pty
26 pty = None variable
69 if not pty:
70 raise unittest.SkipTest('pty module required')
71 mfd, sfd = pty.openpty()
test_pty.py 8 import pty
47 # Marginal testing of pty suite. Cannot do extensive 'do or fail' testing
48 # because pty code is not too portable.
68 master_fd, slave_name = pty.master_open()
72 slave_fd = pty.slave_open(slave_name)
113 debug("calling pty.fork()")
114 pid, master_fd = pty.fork()
115 if pid == pty.CHILD:
121 # After pty.fork(), the child should already be a session leader.
131 # Have pty, but not setsid()?
    [all...]
  /external/compiler-rt/test/sanitizer_common/TestCases/Posix/
getpass.cc 8 #include <pty.h>
  /bionic/tests/
pty_test.cpp 17 #include <pty.h>
30 TEST(pty, openpty) {
54 TEST(pty, forkpty) {
106 TEST(pty, bug_28979140) {
108 // pass data through a raw pty, but missing necessary memory barriers.
117 // 1. Open raw pty.
  /external/ltp/testcases/kernel/
Makefile 51 pty \
  /sdk/eclipse/scripts/
gen_icon.py 62 pty = (sz4 - tsy) / 2
64 draw.text((ptx + i, pty), data.letter, font=font, fill=data.letter_color)
  /external/autotest/client/cros/bluetooth/
output_recorder.py 11 import pty
36 terminal is created through pty.openpty(). This forces the
75 self._master, self._slave = pty.openpty()
  /external/toybox/
toys.h 65 #include <pty.h>
  /bionic/libc/bionic/
pty.cpp 31 #include <pty.h>
  /external/openssh/openbsd-compat/
bsd-openpty.c 58 # include <pty.h>
79 * pty's automagically when needed
139 /* AIX-style pty code. */
164 snprintf(ptbuf, sizeof(ptbuf), "/dev/pty/%03d", i);
178 /* BSD-style pty code. */
189 snprintf(ptbuf, sizeof(ptbuf), "/dev/pty%c%c",
  /external/autotest/client/site_tests/network_3GRecoverFromGobiDesync/
network_3GRecoverFromGobiDesync.py 10 import pty
181 # have udevadm output to a pty so it will line buffer
182 (master, slave) = pty.openpty()
  /hardware/qcom/msm8996/kernel-headers/media/
radio-iris.h 269 __u8 pty; member in struct:hci_fm_tx_ps
279 __u8 pty; member in struct:hci_fm_tx_rt
527 __u8 pty; member in struct:hci_ev_srch_st
  /hardware/qcom/msm8996/original-kernel-headers/media/
radio-iris.h 249 __u8 pty; member in struct:hci_fm_tx_ps
258 __u8 pty; member in struct:hci_fm_tx_rt
501 __u8 pty; member in struct:hci_ev_srch_st
  /external/ltp/testcases/kernel/security/tomoyo/
include.h 31 #include <pty.h>
  /external/openssh/
sshpty.c 42 # include <pty.h>
57 * Allocates and opens a pty. Returns 0 if no pty could be allocated, or
58 * nonzero if a pty was successfully allocated. On success, open file
59 * descriptors for the pty and tty sides and the name of the tty side are
183 /* Changes the window size associated with the pty. */

Completed in 912 milliseconds

1 2 3 4 5