getattr 36 ext/io/console/console.c # define getattr(fd, t) (tcgetattr(fd, t) == 0) getattr 41 ext/io/console/console.c # define getattr(fd, t) (ioctl(fd, TCGETA, t) == 0) getattr 51 ext/io/console/console.c # define getattr(fd, t) (gtty(fd, t) == 0) getattr 53 ext/io/console/console.c # define getattr(fd, t) (ioctl((fd), TIOCGETP, (t)) == 0) getattr 71 ext/io/console/console.c getattr(int fd, conmode *t)