pollution: ibaud speed_t ibaud; pollution: obaud speed_t obaud; pollution: termio struct termio { unsigned short c_iflag; unsigned short c_oflag; unsigned short c_cflag; unsigned short c_lflag; unsigned char c_line; unsigned char c_cc[8]; }; pollution: cfmakeraw void cfmakeraw(struct termios *__tios); pollution: fd int tcgetattr(int fd, struct termios *__attr); pollution: TIOCM_CAR #define TIOCM_CAR 0x040 pollution: TIOCM_CTS #define TIOCM_CTS 0x020 pollution: TIOCM_RNG #define TIOCM_RNG 0x080 pollution: TIOCM_RTS #define TIOCM_RTS 0x004 pollution: NCC #define NCC 8 pollution: TIOCGPGRP #define TIOCGPGRP 0x540F pollution: TIOCM_DSR #define TIOCM_DSR 0x100 pollution: TIOCM_DTR #define TIOCM_DTR 0x002 pollution: TIOCSPGRP #define TIOCSPGRP 0x5410 pollution: TIOCGSID #define TIOCGSID 0x5429 pollution: TIOCM_CD #define TIOCM_CD TIOCM_CAR pollution: TIOCM_RI #define TIOCM_RI TIOCM_RNG pollution: TIOCGWINSZ #define TIOCGWINSZ 0x5413 pollution: TIOCSCTTY #define TIOCSCTTY 0x540E pollution: TIOCSWINSZ #define TIOCSWINSZ 0x5414