Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dproc_open.c676 if (dev_ptmx == -1) { in PHP_FUNCTION()
679 if (dev_ptmx == -1) { in PHP_FUNCTION()
683 grantpt(dev_ptmx); in PHP_FUNCTION()
684 unlockpt(dev_ptmx); in PHP_FUNCTION()
841 if (dev_ptmx >= 0) { in PHP_FUNCTION()
872 if (dev_ptmx >= 0) { in PHP_FUNCTION()
873 close(dev_ptmx); in PHP_FUNCTION()
925 if (dev_ptmx >= 0) { in PHP_FUNCTION()
926 close(dev_ptmx); in PHP_FUNCTION()
995 if (dev_ptmx >= 0) { in PHP_FUNCTION()
[all …]

Completed in 7 milliseconds