Home
last modified time | relevance | path

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

/PHP-7.2/ext/standard/
H A Dproc_open.c638 if (dev_ptmx == -1) { in PHP_FUNCTION()
641 if (dev_ptmx == -1) { in PHP_FUNCTION()
645 grantpt(dev_ptmx); in PHP_FUNCTION()
646 unlockpt(dev_ptmx); in PHP_FUNCTION()
799 if (dev_ptmx >= 0) { in PHP_FUNCTION()
815 if (dev_ptmx >= 0) { in PHP_FUNCTION()
816 close(dev_ptmx); in PHP_FUNCTION()
881 if (dev_ptmx >= 0) { in PHP_FUNCTION()
882 close(dev_ptmx); in PHP_FUNCTION()
959 if (dev_ptmx >= 0) { in PHP_FUNCTION()
[all …]

Completed in 6 milliseconds