Searched refs:openpty (Results 1 – 20 of 20) sorted by relevance
/external/compiler-rt/test/msan/Linux/ |
D | forkpty.cc | 11 openpty(&master, &slave, NULL, NULL, NULL); in main()
|
/external/openssh/openbsd-compat/ |
D | bsd-openpty.c | 73 openpty(int *amaster, int *aslave, char *name, struct termios *termp, in openpty() function
|
D | Makefile.in | 21 …l.o bsd-getpeereid.o getrrsetbyname-ldns.o bsd-misc.o bsd-nextstep.o bsd-openpty.o bsd-poll.o bsd-…
|
D | openbsd-compat.h | 205 int openpty(int *, int *, char *, struct termios *, struct winsize *);
|
/external/openssh/ |
D | sshpty.c | 70 i = openpty(ptyfd, ttyfd, NULL, NULL, NULL); in pty_allocate()
|
D | Android.mk | 71 openbsd-compat/bsd-openpty.c \
|
D | configure.ac | 1285 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);
|
D | config.h.in | 821 /* Define to 1 if you have the `openpty' function. */
|
D | configure | 14354 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);
|
D | ChangeLog | 1984 platform's with openpty don't need pty_release
|
/external/autotest/client/cros/cellular/wardmodem/ |
D | at_channel_unittest.py | 29 master, slave = os.openpty()
|
D | at_transceiver_unittest.py | 48 master, slave = os.openpty()
|
D | wardmodem.py | 212 self._wm_at_port, self._mm_at_port = os.openpty()
|
/external/autotest/client/site_tests/network_3GRecoverFromGobiDesync/ |
D | network_3GRecoverFromGobiDesync.py | 182 (master, slave) = pty.openpty()
|
/external/compiler-rt/lib/msan/ |
D | msan_interceptors.cc | 1351 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/ |
D | sanitizer_mac.cc | 177 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/ |
D | libclang_rt.msan-x86_64.a.syms | 1406 openpty;
|
/external/autotest/client/common_lib/ |
D | pexpect.py | 582 parent_fd, child_fd = os.openpty()
|
/external/lldb/test/pexpect-2.4/ |
D | pexpect.py | 583 parent_fd, child_fd = os.openpty()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2463 fun:openpty=uninstrumented
|