HomeSort by relevance Sort by last modified time
    Searched full:withecho (Results 1 - 1 of 1) sorted by null

  /external/curl/src/
tool_getpass.c 187 static struct_term withecho; local
191 /* disable echo by extracting the current 'withecho' mode and remove the
194 tcgetattr(fd, &withecho);
195 noecho = withecho;
199 ioctl(fd, TCGETA, &withecho);
200 noecho = withecho;
213 tcsetattr(fd, TCSAFLUSH, &withecho);
215 ioctl(fd, TCSETA, &withecho);

Completed in 84 milliseconds