cfgetospeed
# define cfgetospeed(ptr) ((ptr)->c_cflag&CBAUD)
# define cfgetospeed(tp) ((tp)->c_cflag & CBAUD)
speed_t cfgetospeed(const struct termios *t)
cfgetospeed(const struct termios *t)