tcgetattr
# define tcgetattr(f, t) ioctl(f, TCGETS, (char *)t)
# define tcgetattr(f, t) ioctl(f, TCGETA, (char *)t)
# define tcgetattr(f, t) ioctl(f, TIOCGETA, (char *)t)
# define tcgetattr(f, t) ioctl(f, TCGETS, (char *)t)
# define tcgetattr(f, t) ioctl(f, TCGETA, (char *)t)
# define tcgetattr(f, t) ioctl(f, TIOCGETA, (char *)t)
tcgetattr(int fd, struct termios *t)
tcgetattr(int fd, struct termios *t)