Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dproc_open.c70 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
810 if (openpty(master_fd, slave_fd, NULL, NULL, NULL)) { in set_proc_descriptor_to_pty()
/php-src/
H A Dconfigure.ac791 dnl Check for openpty. It may require linking against libutil or libbsd.
792 AC_CHECK_FUNCS([openpty],,
793 [AC_SEARCH_LIBS([openpty], [util bsd], [AC_DEFINE([HAVE_OPENPTY], [1])])])

Completed in 15 milliseconds