taglinefilesource code
termios_p210include/termios.hextern speed_t cfgetispeed(struct termios *termios_p);
termios_p211include/termios.hextern speed_t cfgetospeed(struct termios *termios_p);
termios_p212include/termios.hextern int cfsetispeed(struct termios *termios_p, speed_t speed);
termios_p213include/termios.hextern int cfsetospeed(struct termios *termios_p, speed_t speed);
termios_p217include/termios.hextern int tcgetattr(int fildes, struct termios *termios_p);
termios_p220include/termios.hstruct termios *termios_p);