Searched refs:termios (Results 1 – 6 of 6) sorted by relevance
49 static __inline__ int tcgetattr(int fd, struct termios *s) in tcgetattr()54 static __inline__ int tcsetattr(int fd, int __opt, const struct termios *s) in tcsetattr()80 static __inline__ speed_t cfgetospeed(const struct termios *s) in cfgetospeed()85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed) in cfsetospeed()91 static __inline__ speed_t cfgetispeed(const struct termios *s) in cfgetispeed()96 static __inline__ int cfsetispeed(struct termios *s, speed_t speed) in cfsetispeed()102 static __inline__ void cfmakeraw(struct termios *s) in cfmakeraw()
36 struct termios term; in isatty()
20 struct termios { struct
22 struct termios { struct
25 - <termio.h>: added missing header (just includes <termios.h>)