stdin_get        7204 source3/include/proto.h char *get_pass( const char *prompt, bool stdin_get);
stdin_get         502 source3/utils/net_proto.h char *get_pass( const char *prompt, bool stdin_get);
stdin_get          30 source3/utils/passwd_proto.h char *get_pass( const char *prompt, bool stdin_get);
stdin_get          59 source3/utils/passwd_util.c char *get_pass( const char *prompt, bool stdin_get)
stdin_get          62 source3/utils/passwd_util.c 	if (stdin_get) {
stdin_get         685 source3/utils/pdbedit.c 		    char *user_sid, bool stdin_get)
stdin_get         709 source3/utils/pdbedit.c 	pwd1 = get_pass( "new password:", stdin_get);
stdin_get         710 source3/utils/pdbedit.c 	pwd2 = get_pass( "retype new password:", stdin_get);
stdin_get         207 source3/utils/smbpasswd.c static char *prompt_for_new_password(bool stdin_get)
stdin_get         214 source3/utils/smbpasswd.c 	p = get_pass("New SMB password:", stdin_get);
stdin_get         219 source3/utils/smbpasswd.c 	p = get_pass("Retype new SMB password:", stdin_get);