Home
last modified time | relevance | path

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

/f-stack/tools/libutil/
H A Dpty.c50 openpty(int *amaster, int *aslave, char *name, struct termios *termp, in openpty() argument
79 if (termp) in openpty()
80 tcsetattr(slave, TCSAFLUSH, termp); in openpty()
91 forkpty(int *amaster, char *name, struct termios *termp, struct winsize *winp) in forkpty() argument
95 if (openpty(&master, &slave, name, termp, winp) == -1) in forkpty()