Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/
H A Dproc_open.c866 int ndesc, int nindex, int *pty_master_fd, int *pty_slave_fd) { in set_proc_descriptor_from_array() argument
912 retval = set_proc_descriptor_to_pty(&descriptors[ndesc], pty_master_fd, pty_slave_fd); in set_proc_descriptor_from_array()
1034 int pty_master_fd = -1, pty_slave_fd = -1; in PHP_FUNCTION() local
1106 &pty_master_fd, &pty_slave_fd) == FAILURE) { in PHP_FUNCTION()
1325 if (pty_master_fd != -1) { in PHP_FUNCTION()
1326 close(pty_master_fd); in PHP_FUNCTION()

Completed in 6 milliseconds