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 POSIX && !defined XOPEN2K && !defined XOPEN2K8 && !defined POSIX2008
51 # if !defined POSIX && !defined XOPEN2K && !defined XOPEN2K8 && !defined POSIX2008
54 # if !defined POSIX && !defined POSIX2008
123 # if !defined POSIX && !defined XOPEN2K && !defined XOPEN2K8 && !defined POSIX2008
139 function speed_t cfgetispeed (const struct termios*)
140 function speed_t cfgetospeed (const struct termios*)
141 function int cfsetispeed (struct termios*, speed_t)
142 function int cfsetospeed (struct termios*, speed_t)
143 function int tcdrain (int)
144 function int tcflow (int, int)
145 function int tcflush (int, int)
146 function int tcgetattr (int, struct termios*)
147 #if !defined POSIX && !defined XPG3
148 function pid_t tcgetsid (int)
150 function int tcsendbreak (int, int)
151 function int tcsetattr (int, int, const struct termios*)
153 #if !defined POSIX && !defined POSIX2008