Searched refs:term (Results 1 – 3 of 3) sorted by relevance
25 struct termios term; in __isatty() local27 return __tcgetattr (fd, &term) == 0; in __isatty()
40 struct termios term; in ttyname() local41 if (__glibc_unlikely (__tcgetattr (fd, &term) < 0)) in ttyname()
117 struct termios term; in __ttyname_r() local118 if (__glibc_unlikely (__tcgetattr (fd, &term) < 0)) in __ttyname_r()
Completed in 3 milliseconds