Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dproc_open.c847 if (dev_ptmx == -1) { in PHP_FUNCTION()
850 if (dev_ptmx == -1) { in PHP_FUNCTION()
854 grantpt(dev_ptmx); in PHP_FUNCTION()
855 unlockpt(dev_ptmx); in PHP_FUNCTION()
1013 if (dev_ptmx >= 0) { in PHP_FUNCTION()
1029 if (dev_ptmx >= 0) { in PHP_FUNCTION()
1030 close(dev_ptmx); in PHP_FUNCTION()
1105 if (dev_ptmx >= 0) { in PHP_FUNCTION()
1106 close(dev_ptmx); in PHP_FUNCTION()
1207 if (dev_ptmx >= 0) { in PHP_FUNCTION()
[all …]

Completed in 7 milliseconds