Home
last modified time | relevance | path

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

/PHP-7.1/ext/standard/
H A Dproc_open.c647 if (dev_ptmx == -1) { in PHP_FUNCTION()
650 if (dev_ptmx == -1) { in PHP_FUNCTION()
654 grantpt(dev_ptmx); in PHP_FUNCTION()
655 unlockpt(dev_ptmx); in PHP_FUNCTION()
853 if (dev_ptmx >= 0) { in PHP_FUNCTION()
869 if (dev_ptmx >= 0) { in PHP_FUNCTION()
870 close(dev_ptmx); in PHP_FUNCTION()
938 if (dev_ptmx >= 0) { in PHP_FUNCTION()
939 close(dev_ptmx); in PHP_FUNCTION()
1016 if (dev_ptmx >= 0) { in PHP_FUNCTION()
[all …]

Completed in 6 milliseconds