/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; 66 extern int tcgetattr (int __fd, struct termios *__termios_p) __THROW; 71 const struct termios *__termios_p) __THROW; 76 extern void cfmakeraw (struct termios *__termios_p) __THROW;
|
D | speed.c | 25 cfgetospeed (const struct termios *termios_p) in cfgetospeed() 32 cfgetispeed (const struct termios *termios_p) in cfgetispeed() 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 | Makefile | 21 subdir := termios 25 headers := termios.h bits/termios.h sys/ttydefaults.h sys/termios.h \
|
D | tcgetattr.c | 24 __tcgetattr (int fd, struct termios *termios_p) in __tcgetattr()
|
D | cfmakeraw.c | 22 cfmakeraw (struct termios *t) in cfmakeraw()
|
/glibc-2.36/conform/data/ |
D | termios.h-data | 6 type {struct termios} 12 element {struct termios} tcflag_t c_iflag 13 element {struct termios} tcflag_t c_oflag 14 element {struct termios} tcflag_t c_cflag 15 element {struct termios} tcflag_t c_lflag 16 element {struct termios} cc_t c_cc [NCCS] 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) [all …]
|
/glibc-2.36/manual/ |
D | terminal.texi | 196 @code{ICANON} flag in the @code{c_lflag} member of @code{struct termios}. 202 @pindex termios.h 205 constants are all declared in the header file @file{termios.h}. 213 * Mode Data Types:: The data type @code{struct termios} and 234 structure of type @code{struct termios}. This structure is used 238 @deftp {Data Type} {struct termios} 239 @standards{POSIX.1, termios.h} 240 A @code{struct termios} records all the I/O attributes of a terminal. The 261 The @code{struct termios} structure also contains members which 268 @code{struct termios} structure. [all …]
|
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/ |
D | internal-ioctl.h | 29 *r = __tcgetattr (fd, (struct termios *) arg); in __ioctl_arch() 33 *r = __tcsetattr (fd, TCSANOW, (struct termios *) arg); in __ioctl_arch() 37 *r = __tcsetattr (fd, TCSADRAIN, (struct termios *) arg); in __ioctl_arch() 41 *r = __tcsetattr (fd, TCSAFLUSH, (struct termios *) arg); in __ioctl_arch()
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | speed.c | 37 cfgetospeed (const struct termios *termios_p) in cfgetospeed() 47 cfgetispeed (const struct termios *termios_p) in cfgetispeed() 55 cfsetospeed (struct termios *termios_p, speed_t speed) in cfsetospeed() 77 cfsetispeed (struct termios *termios_p, speed_t speed) in libc_hidden_def()
|
D | Makefile | 98 bits/termios-struct.h bits/termios-c_cc.h \ 99 bits/termios-c_iflag.h bits/termios-c_oflag.h \ 100 bits/termios-baud.h bits/termios-c_cflag.h \ 101 bits/termios-c_lflag.h bits/termios-tcflow.h \ 102 bits/termios-misc.h \ 332 ifeq ($(subdir),termios)
|
D | ttyname.c | 40 struct termios term; in ttyname()
|
/glibc-2.36/login/ |
D | pty.h | 24 struct termios; 37 const struct termios *__termp, 43 const struct termios *__termp,
|
/glibc-2.36/support/ |
D | tty.h | 22 struct termios; 42 const struct termios *termp,
|
/glibc-2.36/include/ |
D | termios.h | 6 extern int __tcgetattr (int __fd, struct termios *__termios_p); 8 const struct termios *__termios_p);
|
/glibc-2.36/sysdeps/unix/bsd/ |
D | tcsetattr.c | 35 tcsetattr (int fd, int optional_actions, const struct termios *termios_p) in tcsetattr() 37 struct termios myt; in tcsetattr()
|
D | tcgetattr.c | 33 __tcgetattr (int fd, struct termios *termios_p) in __tcgetattr()
|
D | tcflow.c | 41 struct termios attr; in tcflow()
|
/glibc-2.36/manual/examples/ |
D | termios.c | 25 struct termios saved_attributes; 36 struct termios tattr; in set_input_mode()
|
D | mygetpass.c | 24 struct termios old, new; in my_getpass()
|
/glibc-2.36/sysdeps/mach/hurd/bits/ |
D | ioctls.h | 219 #define TIOCGETA _IOR('t', 19, struct termios) /* get termios struct */ 220 #define TIOCSETA _IOW('t', 20, struct termios) /* set termios struct */ 221 #define TIOCSETAW _IOW('t', 21, struct termios) /* drain output, set */ 222 #define TIOCSETAF _IOW('t', 22, struct termios) /* drn out, fls in, set */
|
/glibc-2.36/sysdeps/posix/ |
D | isatty.c | 25 struct termios term; in __isatty()
|
/glibc-2.36/sysdeps/unix/sysv/linux/sparc/bits/ |
D | termios-struct.h | 24 struct termios struct
|
/glibc-2.36/sysdeps/unix/sysv/linux/mips/bits/ |
D | termios-struct.h | 24 struct termios struct
|
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/bits/ |
D | termios-struct.h | 25 struct termios struct
|
/glibc-2.36/sysdeps/unix/sysv/linux/bits/ |
D | termios-struct.h | 24 struct termios struct
|