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()
3342 struct termios *termp,
483 struct termios *termp, struct winsize *winp) in openpty() argument513 if (termp) in openpty()514 tcsetattr(sfd, TCSAFLUSH, termp); in openpty()
Completed in 16 milliseconds