Searched refs:termp (Results 1 – 3 of 3) sorted by relevance
429 struct termios *termp, in libxl__openptys() argument477 r = openpty(&ptyfds[i][0], &ptyfds[i][1], NULL, termp, winp); in libxl__openptys()
3686 struct termios *termp,
508 struct termios *termp, struct winsize *winp) in openpty() argument538 if (termp) in openpty()539 tcsetattr(sfd, TCSAFLUSH, termp); in openpty()
Completed in 20 milliseconds