Searched refs:openpty (Results 1 – 2 of 2) sorted by relevance
/PHP-8.4/ext/standard/ |
H A D | proc_open.c | 69 extern int openpty(int *, int *, char *, struct termios *, struct winsize *); 83 int openpty(int *master, int *slave, char *name, struct termios *termp, struct winsize *winp) in openpty() function 800 if (openpty(master_fd, slave_fd, NULL, NULL, NULL)) { in set_proc_descriptor_to_pty()
|
/PHP-8.4/ |
H A D | configure.ac | 354 dnl Check for openpty. It may require linking against libutil or libbsd. 355 AC_CHECK_FUNCS([openpty],, 356 [AC_SEARCH_LIBS([openpty], [util bsd], [AC_DEFINE([HAVE_OPENPTY], [1])])])
|
Completed in 15 milliseconds