Home
last modified time | relevance | path

Searched refs:termios (Results 1 – 16 of 16) sorted by relevance

/sysdeps/unix/sysv/linux/powerpc/
A Dinternal-ioctl.h29 *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 Dspeed.c37 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 Dttyname.c40 struct termios term; in ttyname()
A DMakefile98 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 Dtcsetattr.c44 __tcsetattr (int fd, int optional_actions, const struct termios *termios_p) in __tcsetattr()
A Dtcgetattr.c33 __tcgetattr (int fd, struct termios *termios_p) in __tcgetattr()
A Dttyname_r.c117 struct termios term; in __ttyname_r()
/sysdeps/unix/bsd/
A Dtcsetattr.c35 tcsetattr (int fd, int optional_actions, const struct termios *termios_p) in tcsetattr()
37 struct termios myt; in tcsetattr()
A Dtcgetattr.c33 __tcgetattr (int fd, struct termios *termios_p) in __tcgetattr()
A Dtcflow.c41 struct termios attr; in tcflow()
/sysdeps/posix/
A Disatty.c25 struct termios term; in __isatty()
/sysdeps/unix/sysv/linux/sparc/bits/
A Dtermios-struct.h24 struct termios struct
/sysdeps/unix/sysv/linux/mips/bits/
A Dtermios-struct.h24 struct termios struct
/sysdeps/unix/sysv/linux/alpha/bits/
A Dtermios-struct.h25 struct termios struct
/sysdeps/unix/sysv/linux/bits/
A Dtermios-struct.h24 struct termios struct
/sysdeps/mach/hurd/bits/
A Dioctls.h219 #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