7 element {struct termios} tcflag_t c_iflag
8 element {struct termios} tcflag_t c_oflag
9 element {struct termios} tcflag_t c_cflag
10 element {struct termios} tcflag_t c_lflag
11 element {struct termios} cc_t c_cc[NCCS]
123 function speed_t cfgetispeed (const struct termios*)
124 function speed_t cfgetospeed (const struct termios*)
125 function int cfsetispeed (struct termios*, speed_t)
126 function int cfsetospeed (struct termios*, speed_t)
127 function int tcdrain (int)
128 function int tcflow (int, int)
129 function int tcflush (int, int)
130 function int tcgetattr (int, struct termios*)
131 function pid_t tcgetsid (int)
132 function int tcsendbreak (int, int)
133 function int tcsetattr (int, int, const struct termios*)