Searched refs:GETPASS_ECHO_NL (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/lib/libc/gen/
H A Dgetpass.c82 * - GETPASS_ECHO_NL echo's a new line on success if echo was off.
297 if (good && (flags & GETPASS_ECHO_NL))
323 return getpassfd(prompt, buf, len, NULL, GETPASS_ECHO_NL, 0);
358 GETPASS_ECHO_STAR|GETPASS_ECHO_NL, 2));
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dreadpassphrase.c54 int gflags = GETPASS_ECHO_NL;
/netbsd-current/include/
H A Dunistd.h358 #define GETPASS_ECHO_NL 0x400 /* echo a newline if successful */ macro
/netbsd-current/sbin/cgdconfig/
H A Dcgdconfig.c577 GETPASS_ECHO|GETPASS_ECHO_NL|GETPASS_NEED_TTY, 0);

Completed in 93 milliseconds