Lines Matching refs:termios
48 tcgetattr(int fd, struct termios *t) in tcgetattr()
55 tcsetattr(int fd, int opt, const struct termios *t) in tcsetattr()
57 struct termios localterm; in tcsetattr()
121 cfgetospeed(const struct termios *t) in cfgetospeed()
128 cfgetispeed(const struct termios *t) in cfgetispeed()
135 cfsetospeed(struct termios *t, speed_t speed) in cfsetospeed()
143 cfsetispeed(struct termios *t, speed_t speed) in cfsetispeed()
151 cfsetspeed(struct termios *t, speed_t speed) in cfsetspeed()
163 cfmakeraw(struct termios *t) in cfmakeraw()
181 cfmakesane(struct termios *t) in cfmakesane()
252 struct termios term; in tcflow()