Home | History | Annotate | Download | only in qemu

Lines Matching refs:openpty

859 /* Once Solaris has openpty(), this is going to be removed. */
860 static int openpty(int *amaster, int *aslave, char *name,
1058 if (openpty(&s->fd, &slave_fd, pty_name, NULL, NULL) < 0) {