Searched refs:__tcgetattr (Results 1 – 7 of 7) sorted by relevance
33 __tcgetattr (int fd, struct termios *termios_p) in __tcgetattr() function38 libc_hidden_def (__tcgetattr)39 weak_alias (__tcgetattr, tcgetattr)
43 if (__tcgetattr (fd, &attr) < 0) in tcflow()
33 __tcgetattr (int fd, struct termios *termios_p) in __tcgetattr() function79 libc_hidden_def (__tcgetattr)80 weak_alias (__tcgetattr, tcgetattr)
41 if (__glibc_unlikely (__tcgetattr (fd, &term) < 0)) in ttyname()
118 if (__glibc_unlikely (__tcgetattr (fd, &term) < 0)) in __ttyname_r()
27 return __tcgetattr (fd, &term) == 0; in __isatty()
29 *r = __tcgetattr (fd, (struct termios *) arg); in __ioctl_arch()
Completed in 6 milliseconds