Searched refs:found_password (Results 1 – 2 of 2) sorted by relevance
6786 char *found_password, *host_user_tmp; in check_repository_password() local6825 found_password = NULL; in check_repository_password()6830 found_password = NULL; in check_repository_password()6837 found_password = strtok (non_cvsuser_portion, ":"); in check_repository_password()6846 if ((found_password == NULL) in check_repository_password()6847 || ((strcmp (found_password, crypt (password, found_password)) in check_repository_password()6859 repository, crypt(password, found_password), found_password); in check_repository_password()
9453 (login): Removed unused variable (found_password).