Home
last modified time | relevance | path

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

/PHP-5.6/ext/standard/
H A Dproc_open.c677 if (dev_ptmx == -1) { in PHP_FUNCTION()
680 if (dev_ptmx == -1) { in PHP_FUNCTION()
684 grantpt(dev_ptmx); in PHP_FUNCTION()
685 unlockpt(dev_ptmx); in PHP_FUNCTION()
842 if (dev_ptmx >= 0) { in PHP_FUNCTION()
873 if (dev_ptmx >= 0) { in PHP_FUNCTION()
874 close(dev_ptmx); in PHP_FUNCTION()
926 if (dev_ptmx >= 0) { in PHP_FUNCTION()
927 close(dev_ptmx); in PHP_FUNCTION()
996 if (dev_ptmx >= 0) { in PHP_FUNCTION()
[all …]

Completed in 7 milliseconds