stermios          129 source3/smbd/chgpasswd.c 	struct termios stermios;
stermios          206 source3/smbd/chgpasswd.c 	if (tcgetattr(0, &stermios) < 0)
stermios          212 source3/smbd/chgpasswd.c 	stermios.c_lflag &= ~(ECHO | ECHOE | ECHOK | ECHONL);
stermios          213 source3/smbd/chgpasswd.c 	stermios.c_lflag |= ICANON;
stermios          215 source3/smbd/chgpasswd.c  	stermios.c_oflag &= ~(ONLCR);
stermios          217 source3/smbd/chgpasswd.c 	if (tcsetattr(0, TCSANOW, &stermios) < 0)