Home
last modified time | relevance | path

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

/external/curl/src/
Dtool_getpass.c184 static bool ttyecho(bool enable, int fd) in ttyecho() function
234 disabled = ttyecho(FALSE, fd); /* disable terminal echo */ in getpass_r()
246 (void)ttyecho(TRUE, fd); /* enable echo */ in getpass_r()