_t                 59 lib/replace/getpass.c static int tcgetattr(int fd, struct termio *_t)
_t                 61 lib/replace/getpass.c 	return ioctl(fd, TCGETA, _t);
_t                 64 lib/replace/getpass.c static int tcsetattr(int fd, int flags, struct termio *_t)
_t                 68 lib/replace/getpass.c 	return ioctl(fd, TCSETS, _t);
_t                 84 lib/replace/getpass.c static int tcgetattr(int fd, struct sgttyb *_t)
_t                 86 lib/replace/getpass.c 	return ioctl(fd, TIOCGETP, (char *)_t);
_t                 89 lib/replace/getpass.c static int tcsetattr(int fd, int flags, struct sgttyb *_t)
_t                 91 lib/replace/getpass.c 	return ioctl(fd, TIOCSETP, (char *)_t);
_t                 45 source4/heimdal/lib/hcrypto/rc4.c { unsigned int _t; 				\
_t                 46 source4/heimdal/lib/hcrypto/rc4.c   _t = k->state[x]; 				\
_t                 48 source4/heimdal/lib/hcrypto/rc4.c   k->state[y] = _t;				\