Searched refs:openpty (Results 1 – 10 of 10) sorted by relevance
/external/openssh/openbsd-compat/ |
D | bsd-openpty.c | 73 openpty(int *amaster, int *aslave, char *name, struct termios *termp, in openpty() function
|
D | openbsd-compat.h | 197 int openpty(int *, int *, char *, struct termios *, struct winsize *);
|
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-…
|
/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 | 1277 AC_SEARCH_LIBS([openpty], [util bsd]) 1279 AC_CHECK_FUNCS([fmt_scaled scan_scaled login logout openpty updwtmp logwtmp]) 2027 dnl make sure that openpty does not reacquire controlling terminal 2029 AC_MSG_CHECKING([if openpty correctly handles controlling tty]) 2052 openpty(&ptyfd, &ttyfd, NULL, NULL, NULL);
|
D | config.h.in | 821 /* Define to 1 if you have the `openpty' function. */
|
D | configure | 14279 char openpty (); 14283 return openpty (); 14433 for ac_func in fmt_scaled scan_scaled login logout openpty updwtmp logwtmp 19921 openpty(&ptyfd, &ttyfd, NULL, NULL, NULL);
|
/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
|