Home
last modified time | relevance | path

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

/PHP-7.0/ext/standard/
H A Dproc_open.c457 php_file_descriptor_t slave_pty = -1; in PHP_FUNCTION() local
655 slave_pty = open(ptsname(dev_ptmx), O_RDWR); in PHP_FUNCTION()
657 if (slave_pty == -1) { in PHP_FUNCTION()
663 descriptors[ndesc].childend = dup(slave_pty); in PHP_FUNCTION()
826 close(slave_pty); in PHP_FUNCTION()
895 close(slave_pty); in PHP_FUNCTION()
969 if (slave_pty >= 0) { in PHP_FUNCTION()
970 close(slave_pty); in PHP_FUNCTION()

Completed in 6 milliseconds