Home
last modified time | relevance | path

Searched refs:term (Results 1 – 3 of 3) sorted by relevance

/sysdeps/posix/
A Disatty.c25 struct termios term; in __isatty() local
27 return __tcgetattr (fd, &term) == 0; in __isatty()
/sysdeps/unix/sysv/linux/
A Dttyname.c40 struct termios term; in ttyname() local
41 if (__glibc_unlikely (__tcgetattr (fd, &term) < 0)) in ttyname()
A Dttyname_r.c117 struct termios term; in __ttyname_r() local
118 if (__glibc_unlikely (__tcgetattr (fd, &term) < 0)) in __ttyname_r()

Completed in 3 milliseconds