Searched refs:found_password (Results 1 – 1 of 1) sorted by relevance
6741 char *found_password, *host_user_tmp; in check_repository_password() local6780 found_password = NULL; in check_repository_password()6785 found_password = NULL; in check_repository_password()6792 found_password = strtok (non_cvsuser_portion, ":"); in check_repository_password()6801 if ((found_password == NULL) in check_repository_password()6802 || ((strcmp (found_password, crypt (password, found_password)) in check_repository_password()6814 repository, crypt(password, found_password), found_password); in check_repository_password()