Home
last modified time | relevance | path

Searched refs:openpty (Results 1 – 20 of 20) sorted by relevance

/external/compiler-rt/test/msan/Linux/
Dforkpty.cc11 openpty(&master, &slave, NULL, NULL, NULL); in main()
/external/openssh/openbsd-compat/
Dbsd-openpty.c73 openpty(int *amaster, int *aslave, char *name, struct termios *termp, in openpty() function
DMakefile.in21 …l.o bsd-getpeereid.o getrrsetbyname-ldns.o bsd-misc.o bsd-nextstep.o bsd-openpty.o bsd-poll.o bsd-…
Dopenbsd-compat.h205 int openpty(int *, int *, char *, struct termios *, struct winsize *);
/external/openssh/
Dsshpty.c70 i = openpty(ptyfd, ttyfd, NULL, NULL, NULL); in pty_allocate()
DAndroid.mk71 openbsd-compat/bsd-openpty.c \
Dconfigure.ac1285 AC_SEARCH_LIBS([openpty], [util bsd])
1287 AC_CHECK_FUNCS([fmt_scaled scan_scaled login logout openpty updwtmp logwtmp])
2060 dnl make sure that openpty does not reacquire controlling terminal
2062 AC_MSG_CHECKING([if openpty correctly handles controlling tty])
2085 openpty(&ptyfd, &ttyfd, NULL, NULL, NULL);
Dconfig.h.in821 /* Define to 1 if you have the `openpty' function. */
Dconfigure14354 char openpty ();
14358 return openpty ();
14508 for ac_func in fmt_scaled scan_scaled login logout openpty updwtmp logwtmp
20162 openpty(&ptyfd, &ttyfd, NULL, NULL, NULL);
DChangeLog1984 platform's with openpty don't need pty_release
/external/autotest/client/cros/cellular/wardmodem/
Dat_channel_unittest.py29 master, slave = os.openpty()
Dat_transceiver_unittest.py48 master, slave = os.openpty()
Dwardmodem.py212 self._wm_at_port, self._mm_at_port = os.openpty()
/external/autotest/client/site_tests/network_3GRecoverFromGobiDesync/
Dnetwork_3GRecoverFromGobiDesync.py182 (master, slave) = pty.openpty()
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc1351 INTERCEPTOR(int, openpty, int *amaster, int *aslave, char *name, in INTERCEPTOR() argument
1355 int res = REAL(openpty)(amaster, aslave, name, termp, winp); in INTERCEPTOR()
1638 INTERCEPT_FUNCTION(openpty); in InitializeInterceptors()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_mac.cc177 if (openpty(&master, &slave, nullptr, nullptr, nullptr) == -1) return -1; in internal_forkpty()
/external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/lib/linux/
Dlibclang_rt.msan-x86_64.a.syms1406 openpty;
/external/autotest/client/common_lib/
Dpexpect.py582 parent_fd, child_fd = os.openpty()
/external/lldb/test/pexpect-2.4/
Dpexpect.py583 parent_fd, child_fd = os.openpty()
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt2463 fun:openpty=uninstrumented