Searched refs:termios (Results 1 – 16 of 16) sorted by relevance
/sysdeps/unix/sysv/linux/powerpc/ |
A 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()
|
/sysdeps/unix/sysv/linux/ |
A 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()
|
A D | ttyname.c | 40 struct termios term; in ttyname()
|
A 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 \ 292 ifeq ($(subdir),termios)
|
A D | tcsetattr.c | 44 __tcsetattr (int fd, int optional_actions, const struct termios *termios_p) in __tcsetattr()
|
A D | tcgetattr.c | 33 __tcgetattr (int fd, struct termios *termios_p) in __tcgetattr()
|
A D | ttyname_r.c | 117 struct termios term; in __ttyname_r()
|
/sysdeps/unix/bsd/ |
A D | tcsetattr.c | 35 tcsetattr (int fd, int optional_actions, const struct termios *termios_p) in tcsetattr() 37 struct termios myt; in tcsetattr()
|
A D | tcgetattr.c | 33 __tcgetattr (int fd, struct termios *termios_p) in __tcgetattr()
|
A D | tcflow.c | 41 struct termios attr; in tcflow()
|
/sysdeps/posix/ |
A D | isatty.c | 25 struct termios term; in __isatty()
|
/sysdeps/unix/sysv/linux/sparc/bits/ |
A D | termios-struct.h | 24 struct termios struct
|
/sysdeps/unix/sysv/linux/mips/bits/ |
A D | termios-struct.h | 24 struct termios struct
|
/sysdeps/unix/sysv/linux/alpha/bits/ |
A D | termios-struct.h | 25 struct termios struct
|
/sysdeps/unix/sysv/linux/bits/ |
A D | termios-struct.h | 24 struct termios struct
|
/sysdeps/mach/hurd/bits/ |
A 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 */
|
Completed in 12 milliseconds