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

  /src/lib/libc/gen/
getpass.c 78 * - GETPASS_ECHO will echo the password (as pam likes it)
203 if (flags & (GETPASS_ECHO | GETPASS_ECHO_STAR)) {
217 if (flags & (GETPASS_ECHO | GETPASS_ECHO_STAR))
283 else if (flags & GETPASS_ECHO)
  /src/include/
unistd.h 360 #define GETPASS_ECHO 0x020 /* echo characters as they are typed */
  /src/sbin/cgdconfig/
cgdconfig.c 577 GETPASS_ECHO|GETPASS_ECHO_NL|GETPASS_NEED_TTY, 0);

Completed in 16 milliseconds