1 #if !defined ISO && !defined ISO99 && !defined ISO11
8 #if defined XOPEN2K8 || defined POSIX2008
12 element {struct termios} tcflag_t c_iflag
13 element {struct termios} tcflag_t c_oflag
14 element {struct termios} tcflag_t c_cflag
15 element {struct termios} tcflag_t c_lflag
16 element {struct termios} cc_t c_cc[NCCS]
40 # if !defined XOPEN2K && !defined XOPEN2K8 && !defined POSIX2008
49 # if !defined XOPEN2K && !defined XOPEN2K8 && !defined POSIX2008
52 # if !defined POSIX && !defined POSIX2008
121 # if !defined POSIX && !defined XOPEN2K && !defined XOPEN2K8 && !defined POSIX2008
137 function speed_t cfgetispeed (const struct termios*)
138 function speed_t cfgetospeed (const struct termios*)
139 function int cfsetispeed (struct termios*, speed_t)
140 function int cfsetospeed (struct termios*, speed_t)
141 function int tcdrain (int)
142 function int tcflow (int, int)
143 function int tcflush (int, int)
144 function int tcgetattr (int, struct termios*)
146 function pid_t tcgetsid (int)
148 function int tcsendbreak (int, int)
149 function int tcsetattr (int, int, const struct termios*)