Searched refs:winp (Results 1 – 3 of 3) sorted by relevance
430 struct winsize *winp) { in libxl__openptys() argument477 r = openpty(&ptyfds[i][0], &ptyfds[i][1], NULL, termp, winp); in libxl__openptys()
3343 struct winsize *winp);
483 struct termios *termp, struct winsize *winp) in openpty() argument510 if (winp) in openpty()511 ioctl(sfd, TIOCSWINSZ, winp); in openpty()
Completed in 16 milliseconds