Home
last modified time | relevance | path

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

/bionic/libc/include/
Dtermios.h39 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*);
Dpty.h39 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/
Dtermios.cpp33 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()
Disatty.c36 struct termios term; in isatty()
Dpty.cpp118 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()
Dgetentropy_linux.c420 struct termios tios; in getentropy_fallback()
/bionic/libc/include/android/
Dlegacy_termios_inlines.h39 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/
Dtermbits.h27 struct termios { struct
/bionic/libc/kernel/uapi/asm-mips/asm/
Dtermbits.h27 struct termios { struct
/bionic/libc/
DAndroid.mk222 bionic/termios.cpp \