Home
last modified time | relevance | path

Searched refs:termp (Results 1 – 1 of 1) sorted by last modified time

/PHP-8.1/ext/standard/
H A Dproc_open.c72 int openpty(int *master, int *slave, char *name, struct termios *termp, struct winsize *winp) in openpty() argument
99 if (termp) { in openpty()
100 if (tcgetattr(sd, termp) < 0) { in openpty()

Completed in 13 milliseconds