Searched refs:speed_t (Results 1 – 3 of 3) sorted by relevance
49 extern speed_t cfgetospeed (__const struct termios *__termios_p) __THROW;52 extern speed_t cfgetispeed (__const struct termios *__termios_p) __THROW;55 extern int cfsetospeed (struct termios *__termios_p, speed_t __speed) __THROW;58 extern int cfsetispeed (struct termios *__termios_p, speed_t __speed) __THROW;62 extern int cfsetspeed (struct termios *__termios_p, speed_t __speed) __THROW;
16 typedef unsigned int speed_t; typedef40 speed_t c_ispeed; /* input speed */41 speed_t c_ospeed; /* output speed */51 speed_t c_ispeed; /* input speed */52 speed_t c_ospeed; /* output speed */
25 typedef unsigned int speed_t; typedef218 _IOT (_IOTS (cflag_t), 4, _IOTS (cc_t), NCCS, _IOTS (speed_t), 2)