Searched refs:tcgetattr (Results 1 – 7 of 7) sorted by relevance
38 return tcgetattr (fd, &term) == 0; in isatty()
81 int tcgetattr(int fd, termios* s) { in tcgetattr() function
503 HX(tcgetattr(0, &tios) == -1, in getentropy_fallback()
48 int tcgetattr(int, struct termios*);
39 static __inline int tcgetattr(int fd, struct termios *s) { in tcgetattr() function
1052 tcgetattr
1173 tcgetattr;