Searched refs:tcsetattr (Results 1 – 8 of 8) sorted by relevance
/bionic/libc/include/ |
D | termios.h | 146 int tcsetattr(int __fd, int __optional_actions, const struct termios* __t) __INTRODUCED_IN(21);
|
/bionic/libc/include/bits/ |
D | termios_inlines.h | 115 __BIONIC_TERMIOS_INLINE int tcsetattr(int fd, int optional_actions, const struct termios* s) { in tcsetattr() function
|
/bionic/libc/bionic/ |
D | pty.cpp | 142 tcsetattr(*slave, TCSAFLUSH, t); in openpty()
|
/bionic/tests/ |
D | pty_test.cpp | 123 ASSERT_EQ(0, tcsetattr(slave, TCSADRAIN, &tattr)); in TEST()
|
/bionic/tests/headers/posix/ |
D | termios_h.c | 166 FUNCTION(tcsetattr, int (*f)(int, int, const struct termios*)); in termios_h()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1056 tcsetattr
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1069 tcsetattr; # introduced=21
|
/bionic/libc/ |
D | libc.map.txt | 1069 tcsetattr; # introduced=21
|