Searched refs:speed_t (Results 1 – 14 of 14) sorted by relevance
/glibc-2.36/termios/ |
D | termios.h | 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;
|
D | speed.c | 24 speed_t 31 speed_t 39 cfsetospeed (struct termios *termios_p, speed_t speed) in cfsetospeed() 54 cfsetispeed (struct termios *termios_p, speed_t speed) in libc_hidden_def()
|
D | cfsetspeed.c | 24 speed_t value; 25 speed_t internal; 140 cfsetspeed (struct termios *termios_p, speed_t speed) in cfsetspeed()
|
D | tcsetattr.c | 22 static int bad_speed (speed_t speed); 64 bad_speed (speed_t speed) in libc_hidden_def()
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | speed.c | 36 speed_t 46 speed_t 55 cfsetospeed (struct termios *termios_p, speed_t speed) in cfsetospeed() 77 cfsetispeed (struct termios *termios_p, speed_t speed) in libc_hidden_def()
|
/glibc-2.36/conform/data/ |
D | termios.h-data | 3 type speed_t 139 function speed_t cfgetispeed (const struct termios*) 140 function speed_t cfgetospeed (const struct termios*) 141 function int cfsetispeed (struct termios*, speed_t) 142 function int cfsetospeed (struct termios*, speed_t)
|
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/bits/ |
D | termios-struct.h | 33 speed_t c_ispeed; /* input speed */ 34 speed_t c_ospeed; /* output speed */
|
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/ |
D | kernel_termios.h | 36 speed_t c_ispeed; /* input speed */ 37 speed_t c_ospeed; /* output speed */
|
/glibc-2.36/sysdeps/unix/sysv/linux/bits/ |
D | termios-struct.h | 32 speed_t c_ispeed; /* input speed */ 33 speed_t c_ospeed; /* output speed */
|
D | termios.h | 24 typedef unsigned int speed_t; typedef
|
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/ |
D | kernel_termios.h | 34 speed_t c_ispeed; /* input speed */ 35 speed_t c_ospeed; /* output speed */
|
/glibc-2.36/bits/ |
D | termios.h | 108 typedef long int speed_t; typedef 287 speed_t __ispeed, __ospeed; 330 _IOT (_IOTS (tcflag_t), 4, _IOTS (cc_t), NCCS, _IOTS (speed_t), 2)
|
/glibc-2.36/manual/ |
D | terminal.texi | 992 @deftypefun speed_t cfgetospeed (const struct termios *@var{termios-p}) 1002 @deftypefun speed_t cfgetispeed (const struct termios *@var{termios-p}) 1009 @deftypefun int cfsetospeed (struct termios *@var{termios-p}, speed_t @var{speed}) 1018 @deftypefun int cfsetispeed (struct termios *@var{termios-p}, speed_t @var{speed}) 1027 @deftypefun int cfsetspeed (struct termios *@var{termios-p}, speed_t @var{speed}) 1044 @deftp {Data Type} speed_t 1046 The @code{speed_t} type is an unsigned integer data type used to
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.2 | 2510 come after termbits.h to get speed_t and struct termios defined).
|