Home
last modified time | relevance | path

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

/bionic/libc/include/
Dtermios.h49 static __inline__ int tcgetattr(int fd, struct termios *s) in tcgetattr()
54 static __inline__ int tcsetattr(int fd, int __opt, const struct termios *s) in tcsetattr()
80 static __inline__ speed_t cfgetospeed(const struct termios *s) in cfgetospeed()
85 static __inline__ int cfsetospeed(struct termios *s, speed_t speed) in cfsetospeed()
91 static __inline__ speed_t cfgetispeed(const struct termios *s) in cfgetispeed()
96 static __inline__ int cfsetispeed(struct termios *s, speed_t speed) in cfsetispeed()
102 static __inline__ void cfmakeraw(struct termios *s) in cfmakeraw()
/bionic/libc/unistd/
Disatty.c36 struct termios term; in isatty()
/bionic/libc/kernel/arch-arm/asm/
Dtermbits.h20 struct termios { struct
/bionic/libc/kernel/arch-x86/asm/
Dtermbits.h22 struct termios { struct
/bionic/libc/kernel/arch-sh/asm/
Dtermbits.h22 struct termios { struct
/bionic/libc/docs/
DCHANGES.TXT25 - <termio.h>: added missing header (just includes <termios.h>)