Searched refs:termios (Results 1 – 10 of 10) sorted by relevance
/bionic/libc/include/ |
D | termios.h | 40 speed_t cfgetispeed(const struct termios*) __INTRODUCED_IN(21); 41 speed_t cfgetospeed(const struct termios*) __INTRODUCED_IN(21); 42 void cfmakeraw(struct termios*) __INTRODUCED_IN(21); 43 int cfsetspeed(struct termios*, speed_t) __INTRODUCED_IN(21); 44 int cfsetispeed(struct termios*, speed_t) __INTRODUCED_IN(21); 45 int cfsetospeed(struct termios*, speed_t) __INTRODUCED_IN(21); 49 int tcgetattr(int, struct termios*) __INTRODUCED_IN(21); 52 int tcsetattr(int, int, const struct termios*) __INTRODUCED_IN(21);
|
D | pty.h | 39 int openpty(int*, int*, char*, const struct termios*, const struct winsize*) __INTRODUCED_IN(23); 40 int forkpty(int*, char*, const struct termios*, const struct winsize*) __INTRODUCED_IN(23);
|
/bionic/libc/include/bits/ |
D | termios_inlines.h | 45 static __inline speed_t cfgetspeed(const struct termios* s) { in cfgetspeed() 49 __BIONIC_TERMIOS_INLINE speed_t cfgetispeed(const struct termios* s) { in cfgetispeed() 53 __BIONIC_TERMIOS_INLINE speed_t cfgetospeed(const struct termios* s) { in cfgetospeed() 57 __BIONIC_TERMIOS_INLINE void cfmakeraw(struct termios* s) { in cfmakeraw() 65 __BIONIC_TERMIOS_INLINE int cfsetspeed(struct termios* s, speed_t speed) { in cfsetspeed() 71 __BIONIC_TERMIOS_INLINE int cfsetispeed(struct termios* s, speed_t speed) { in cfsetispeed() 75 __BIONIC_TERMIOS_INLINE int cfsetospeed(struct termios* s, speed_t speed) { in cfsetospeed() 93 __BIONIC_TERMIOS_INLINE int tcgetattr(int fd, struct termios* s) { in tcgetattr() 106 __BIONIC_TERMIOS_INLINE int tcsetattr(int fd, int optional_actions, const struct termios* s) { in tcsetattr()
|
/bionic/libc/bionic/ |
D | isatty.c | 36 struct termios term; in isatty()
|
D | pty.cpp | 117 int openpty(int* master, int* slave, char* name, const termios* t, const winsize* ws) { in openpty() 153 int forkpty(int* amaster, char* name, const termios* t, const winsize* ws) { in forkpty()
|
D | getentropy_linux.c | 408 struct termios tios; in getentropy_fallback()
|
/bionic/libc/kernel/uapi/asm-generic/ |
D | termbits.h | 26 struct termios { struct
|
/bionic/libc/kernel/uapi/asm-mips/asm/ |
D | termbits.h | 26 struct termios { struct
|
/bionic/tests/ |
D | pty_test.cpp | 121 termios tattr; in TEST()
|
/bionic/libc/ |
D | Android.bp | 1493 "bionic/termios.cpp",
|