Home
last modified time | relevance | path

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

/PHP-7.3/ext/standard/
H A Dproc_open.c637 if (dev_ptmx == -1) { in PHP_FUNCTION()
640 if (dev_ptmx == -1) { in PHP_FUNCTION()
644 grantpt(dev_ptmx); in PHP_FUNCTION()
645 unlockpt(dev_ptmx); in PHP_FUNCTION()
798 if (dev_ptmx >= 0) { in PHP_FUNCTION()
814 if (dev_ptmx >= 0) { in PHP_FUNCTION()
815 close(dev_ptmx); in PHP_FUNCTION()
880 if (dev_ptmx >= 0) { in PHP_FUNCTION()
881 close(dev_ptmx); in PHP_FUNCTION()
958 if (dev_ptmx >= 0) { in PHP_FUNCTION()
[all …]

Completed in 5 milliseconds