Searched refs:slave_pty (Results 1 – 1 of 1) sorted by relevance
493 php_file_descriptor_t slave_pty = -1; in PHP_FUNCTION() local686 slave_pty = open(ptsname(dev_ptmx), O_RDWR); in PHP_FUNCTION()688 if (slave_pty == -1) { in PHP_FUNCTION()694 descriptors[ndesc].childend = dup(slave_pty); in PHP_FUNCTION()875 close(slave_pty); in PHP_FUNCTION()928 close(slave_pty); in PHP_FUNCTION()999 if (slave_pty >= 0) { in PHP_FUNCTION()1000 close(slave_pty); in PHP_FUNCTION()
Completed in 8 milliseconds