HomeSort by: relevance | last modified time | path
    Searched refs:GETPASS_ECHO_STAR (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/gen/
getpass.c 77 * - GETPASS_ECHO_STAR will echo '*' for each character of the password
203 if (flags & (GETPASS_ECHO | GETPASS_ECHO_STAR)) {
217 if (flags & (GETPASS_ECHO | GETPASS_ECHO_STAR))
281 if (flags & GETPASS_ECHO_STAR)
358 GETPASS_ECHO_STAR|GETPASS_ECHO_NL, 2));
  /src/include/
unistd.h 361 #define GETPASS_ECHO_STAR 0x040 /* echo '*' for each character */

Completed in 11 milliseconds