Home
last modified time | relevance | path

Searched refs:openpty (Results 1 – 2 of 2) sorted by relevance

/PHP-8.1/ext/standard/
H A Dproc_open.c58 extern int openpty(int *, int *, char *, struct termios *, struct winsize *);
72 int openpty(int *master, int *slave, char *name, struct termios *termp, struct winsize *winp) in openpty() function
766 if (openpty(master_fd, slave_fd, NULL, NULL, NULL)) { in set_proc_descriptor_to_pty()
/PHP-8.1/
H A Dconfigure.ac754 dnl Check for openpty. It may require linking against libutil or libbsd.
755 PHP_CHECK_FUNC(openpty, util, bsd)

Completed in 14 milliseconds