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