reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
48 extern speed_t cfgetospeed (const struct termios *__termios_p) __THROW; 51 extern speed_t cfgetispeed (const struct termios *__termios_p) __THROW; 54 extern int cfsetospeed (struct termios *__termios_p, speed_t __speed) __THROW; 57 extern int cfsetispeed (struct termios *__termios_p, speed_t __speed) __THROW; 61 extern int cfsetspeed (struct termios *__termios_p, speed_t __speed) __THROW;usr/include/x86_64-linux-gnu/bits/termios.h
36 speed_t c_ispeed; /* input speed */ 37 speed_t c_ospeed; /* output speed */