Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dproc_open.c987 int ndesc, int nindex, int *pty_master_fd, int *pty_slave_fd) { in set_proc_descriptor_from_array() argument
1034 retval = set_proc_descriptor_to_pty(&descriptors[ndesc], pty_master_fd, pty_slave_fd); in set_proc_descriptor_from_array()
1183 int pty_master_fd = -1, pty_slave_fd = -1; in PHP_FUNCTION() local
1257 &pty_master_fd, &pty_slave_fd) == FAILURE) { in PHP_FUNCTION()
1508 if (pty_master_fd != -1) { in PHP_FUNCTION()
1509 close(pty_master_fd); in PHP_FUNCTION()

Completed in 20 milliseconds