Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dproc_open.c516 php_file_descriptor_t slave_pty = -1; in PHP_FUNCTION() local
856 slave_pty = open(ptsname(dev_ptmx), O_RDWR); in PHP_FUNCTION()
858 if (slave_pty == -1) { in PHP_FUNCTION()
864 descriptors[ndesc].childend = dup(slave_pty); in PHP_FUNCTION()
1031 close(slave_pty); in PHP_FUNCTION()
1107 close(slave_pty); in PHP_FUNCTION()
1210 if (slave_pty >= 0) { in PHP_FUNCTION()
1211 close(slave_pty); in PHP_FUNCTION()

Completed in 8 milliseconds