Home
last modified time | relevance | path

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

/freebsd/contrib/openpam/lib/libpam/
H A Dopenpam_ttyconv.c86 struct termios tcattr; in prompt_tty() local
98 if (tcgetattr(ifd, &tcattr) != 0) { in prompt_tty()
102 slflag = tcattr.c_lflag; in prompt_tty()
103 tcattr.c_lflag &= ~ECHO; in prompt_tty()
104 if (tcsetattr(ifd, TCSAFLUSH, &tcattr) != 0) { in prompt_tty()
184 tcattr.c_lflag = slflag; in prompt_tty()
185 if (tcsetattr(ifd, 0, &tcattr) != 0) { in prompt_tty()