Lines Matching refs:openpty
794 /* Once Solaris has openpty(), this is going to be removed. */795 static int openpty(int *amaster, int *aslave, char *name,993 if (openpty(&s->fd, &slave_fd, pty_name, NULL, NULL) < 0) {