Searched refs:tcgetattr (Results 1 – 8 of 8) sorted by relevance
38 return tcgetattr (fd, &term) == 0; in isatty()
121 int tcgetattr(int __fd, struct termios* __t) __INTRODUCED_IN(21);
102 __BIONIC_TERMIOS_INLINE int tcgetattr(int fd, struct termios* s) { in tcgetattr() function
121 ASSERT_EQ(0, tcgetattr(slave, &tattr)); in TEST()
163 FUNCTION(tcgetattr, int (*f)(int, struct termios*)); in termios_h()
1052 tcgetattr
1065 tcgetattr; # introduced=21