Searched refs:openpty (Results 1 – 2 of 2) sorted by relevance
/PHP-8.3/ext/standard/ |
H A D | proc_open.c | 70 extern int openpty(int *, int *, char *, struct termios *, struct winsize *); 84 int openpty(int *master, int *slave, char *name, struct termios *termp, struct winsize *winp) in openpty() function 803 if (openpty(master_fd, slave_fd, NULL, NULL, NULL)) { in set_proc_descriptor_to_pty()
|
/PHP-8.3/ |
H A D | configure.ac | 827 dnl Check for openpty. It may require linking against libutil or libbsd. 828 PHP_CHECK_FUNC(openpty, util, bsd)
|
Completed in 11 milliseconds