Searched refs:slave_pty (Results 1 – 1 of 1) sorted by relevance
445 php_file_descriptor_t slave_pty = -1; in PHP_FUNCTION() local647 slave_pty = open(ptsname(dev_ptmx), O_RDWR); in PHP_FUNCTION()649 if (slave_pty == -1) { in PHP_FUNCTION()655 descriptors[ndesc].childend = dup(slave_pty); in PHP_FUNCTION()817 close(slave_pty); in PHP_FUNCTION()883 close(slave_pty); in PHP_FUNCTION()962 if (slave_pty >= 0) { in PHP_FUNCTION()963 close(slave_pty); in PHP_FUNCTION()
Completed in 5 milliseconds