Home
last modified time | relevance | path

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

/bionic/libc/include/
Dtermios.h40 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);
Dpty.h39 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/
Dtermios_inlines.h45 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/
Disatty.c36 struct termios term; in isatty()
Dpty.cpp117 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()
Dgetentropy_linux.c408 struct termios tios; in getentropy_fallback()
/bionic/libc/kernel/uapi/asm-generic/
Dtermbits.h26 struct termios { struct
/bionic/libc/kernel/uapi/asm-mips/asm/
Dtermbits.h26 struct termios { struct
/bionic/tests/
Dpty_test.cpp121 termios tattr; in TEST()
/bionic/libc/
DAndroid.bp1493 "bionic/termios.cpp",