Lines Matching defs:password
62 static char password[128+1];82 if (fgets(password, sizeof password, stdin) == NULL) {89 p = strchr(password, '\n');92 return password;111 char *password;120 * OK, try it with a user name and password.128 password = getpass("Password: ");131 auth.password = password;