Searched defs:cfsetispeed (Results 1 – 4 of 4) sorted by relevance
98 cfsetispeed(struct termios *t, int speed) in cfsetispeed() function
67 speed_t cfsetispeed(termios_p, speed) in cfsetispeed() function
143 cfsetispeed(struct termios *t, speed_t speed) in cfsetispeed() function
154 # define cfsetispeed(tp, val) (tp)->c_cflag &= ~CIBAUD; \ macro158 # define cfsetispeed(tp, val) (tp)->c_cflag &= ~CBAUD; \ macro