get_pass         7204 source3/include/proto.h char *get_pass( const char *prompt, bool stdin_get);
get_pass          114 source3/utils/net.c 		trust_pw = get_pass("Enter machine password: ", c->opt_stdin);
get_pass          502 source3/utils/net_proto.h char *get_pass( const char *prompt, bool stdin_get);
get_pass           30 source3/utils/passwd_proto.h char *get_pass( const char *prompt, bool stdin_get);
get_pass          709 source3/utils/pdbedit.c 	pwd1 = get_pass( "new password:", stdin_get);
get_pass          710 source3/utils/pdbedit.c 	pwd2 = get_pass( "retype new password:", stdin_get);
get_pass          214 source3/utils/smbpasswd.c 	p = get_pass("New SMB password:", stdin_get);
get_pass          219 source3/utils/smbpasswd.c 	p = get_pass("Retype new SMB password:", stdin_get);
get_pass          400 source3/utils/smbpasswd.c 			old_passwd = get_pass("Old SMB password:",stdin_passwd_get);
get_pass          526 source3/utils/smbpasswd.c 		old_pw = get_pass("Old SMB password:",stdin_passwd_get);