Home
last modified time | relevance | path

Searched refs:speed_t (Results 1 – 14 of 14) sorted by relevance

/glibc-2.36/termios/
Dtermios.h48 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;
Dspeed.c24 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()
Dcfsetspeed.c24 speed_t value;
25 speed_t internal;
140 cfsetspeed (struct termios *termios_p, speed_t speed) in cfsetspeed()
Dtcsetattr.c22 static int bad_speed (speed_t speed);
64 bad_speed (speed_t speed) in libc_hidden_def()
/glibc-2.36/sysdeps/unix/sysv/linux/
Dspeed.c36 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/
Dtermios.h-data3 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/
Dtermios-struct.h33 speed_t c_ispeed; /* input speed */
34 speed_t c_ospeed; /* output speed */
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/
Dkernel_termios.h36 speed_t c_ispeed; /* input speed */
37 speed_t c_ospeed; /* output speed */
/glibc-2.36/sysdeps/unix/sysv/linux/bits/
Dtermios-struct.h32 speed_t c_ispeed; /* input speed */
33 speed_t c_ospeed; /* output speed */
Dtermios.h24 typedef unsigned int speed_t; typedef
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/
Dkernel_termios.h34 speed_t c_ispeed; /* input speed */
35 speed_t c_ospeed; /* output speed */
/glibc-2.36/bits/
Dtermios.h108 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/
Dterminal.texi992 @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/
DChangeLog.22510 come after termbits.h to get speed_t and struct termios defined).