Searched refs:GETPASS_ECHO (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dreadpassphrase.c53 #ifdef GETPASS_ECHO
57 gflags |= GETPASS_ECHO;
/netbsd-current/lib/libc/gen/
H A Dgetpass.c78 * - 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)
/netbsd-current/external/bsd/openpam/dist/lib/libpam/
H A Dopenpam_ttyconv.c66 #ifdef GETPASS_ECHO
74 (echo ? GETPASS_ECHO : 0), openpam_ttyconv_timeout);
/netbsd-current/include/
H A Dunistd.h353 #define GETPASS_ECHO 0x020 /* echo characters as they are typed */ macro
/netbsd-current/sbin/cgdconfig/
H A Dcgdconfig.c577 GETPASS_ECHO|GETPASS_ECHO_NL|GETPASS_NEED_TTY, 0);

Completed in 156 milliseconds