Searched refs:termios (Results 1 – 10 of 10) sorted by relevance
/bionic/libc/include/ |
D | termios.h | 39 speed_t cfgetispeed(const struct termios*); 40 speed_t cfgetospeed(const struct termios*); 41 void cfmakeraw(struct termios*); 42 int cfsetispeed(struct termios*, speed_t); 43 int cfsetospeed(struct termios*, speed_t); 44 int cfsetspeed(struct termios*, speed_t); 48 int tcgetattr(int, struct termios*); 51 int tcsetattr(int, int, const struct termios*);
|
D | pty.h | 39 int openpty(int*, int*, char*, const struct termios*, const struct winsize*); 40 int forkpty(int*, char*, const struct termios*, const struct winsize*);
|
/bionic/libc/bionic/ |
D | termios.cpp | 33 static speed_t cfgetspeed(const termios* s) { in cfgetspeed() 37 speed_t cfgetispeed(const termios* s) { in cfgetispeed() 41 speed_t cfgetospeed(const termios* s) { in cfgetospeed() 45 void cfmakeraw(termios* s) { in cfmakeraw() 53 int cfsetispeed(termios* s, speed_t speed) { in cfsetispeed() 57 int cfsetospeed(termios* s, speed_t speed) { in cfsetospeed() 61 int cfsetspeed(termios* s, speed_t speed) { in cfsetspeed() 81 int tcgetattr(int fd, termios* s) { in tcgetattr() 97 int tcsetattr(int fd, int optional_actions, const termios* s) { in tcsetattr()
|
D | isatty.c | 36 struct termios term; in isatty()
|
D | pty.cpp | 118 int openpty(int* master, int* slave, char* name, const termios* t, const winsize* ws) { in openpty() 154 int forkpty(int* master, char* name, const termios* t, const winsize* ws) { in forkpty()
|
D | getentropy_linux.c | 420 struct termios tios; in getentropy_fallback()
|
/bionic/libc/include/android/ |
D | legacy_termios_inlines.h | 39 static __inline int tcgetattr(int fd, struct termios *s) { in tcgetattr() 43 static __inline int tcsetattr(int fd, int __opt, const struct termios *s) { in tcsetattr() 64 static __inline speed_t cfgetospeed(const struct termios *s) { in cfgetospeed() 68 static __inline int cfsetospeed(struct termios *s, speed_t speed) { in cfsetospeed() 73 static __inline speed_t cfgetispeed(const struct termios *s) { in cfgetispeed() 77 static __inline int cfsetispeed(struct termios *s, speed_t speed) { in cfsetispeed() 82 static __inline void cfmakeraw(struct termios *s) { in cfmakeraw()
|
/bionic/libc/kernel/uapi/asm-generic/ |
D | termbits.h | 27 struct termios { struct
|
/bionic/libc/kernel/uapi/asm-mips/asm/ |
D | termbits.h | 27 struct termios { struct
|
/bionic/libc/ |
D | Android.mk | 222 bionic/termios.cpp \
|