Searched defs:openpty (Results 1 - 3 of 3) sorted by relevance

/external/dropbear/
H A Dconfigure850 --disable-openpty Don't use openpty, use alternative method
4217 # Check whether --enable-openpty or --disable-openpty was given.
4222 { echo "$as_me:$LINENO: Not using openpty" >&5
4223 echo "$as_me: Not using openpty" >&6;}
4225 { echo "$as_me:$LINENO: Using openpty if available" >&5
4226 echo "$as_me: Using openpty if available" >&6;}
4227 echo "$as_me:$LINENO: checking for library containing openpty" >&5
4228 echo $ECHO_N "checking for library containing openpty
4251 openpty (); function
4306 openpty (); function
4387 openpty (); function
4442 openpty (); function
[all...]
/external/openssh/openbsd-compat/
H A Dbsd-openpty.c2 * Please note: this implementation of openpty() is far from complete.
73 openpty(int *amaster, int *aslave, char *name, struct termios *termp, function
/external/qemu/
H A Dqemu-char.c859 /* 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) {

Completed in 59 milliseconds