/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
pty.h | 34 extern int openpty (int *__amaster, int *__aslave, char *__name,
|
/external/dropbear/ |
sshpty.c | 56 i = openpty(ptyfd, ttyfd, NULL, NULL, NULL); 59 "pty_allocate: openpty: %.100s", strerror(errno)); 64 dropbear_exit("ttyname fails for openpty device");
|
configure | 850 --disable-openpty Don't use openpty, use alternative method 4251 openpty (); function 4306 openpty (); function 4387 openpty (); function 4442 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...] |