Searched defs:termios (Results 1 – 2 of 2) sorted by relevance
28 struct termios { struct29 tcflag_t c_iflag;30 tcflag_t c_oflag;31 tcflag_t c_cflag;32 tcflag_t c_lflag;33 cc_t c_line;34 cc_t c_cc[NCCS];35 speed_t __c_ispeed;36 speed_t __c_ospeed;
1042 static inline int _termio_to_termios(const struct termio *termio, struct termios *termios) in _termio_to_termios()1054 static inline int _termios_to_termio(const struct termios *termios, struct termio *termio) in _termios_to_termio()
Completed in 19 milliseconds