/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-android.c | 794 /* Once Solaris has openpty(), this is going to be removed. */ 795 static int openpty(int *amaster, int *aslave, char *name, function 993 if (openpty(&s->fd, &slave_fd, pty_name, NULL, NULL) < 0) { [all...] |
qemu-char.c | 762 /* Once Solaris has openpty(), this is going to be removed. */ 763 static int openpty(int *amaster, int *aslave, char *name, function 960 if (openpty(&s->fd, &slave_fd, pty_name, NULL, NULL) < 0) { [all...] |