Searched refs:tcsetattr (Results 1 – 6 of 6) sorted by relevance
51 int tcsetattr(int, int, const struct termios*);
43 static __inline int tcsetattr(int fd, int __opt, const struct termios *s) { in tcsetattr() function
97 int tcsetattr(int fd, int optional_actions, const termios* s) { in tcsetattr() function
145 tcsetattr(*slave, TCSAFLUSH, t); in openpty()
1056 tcsetattr
1177 tcsetattr;