Searched refs:host_user_tmp (Results 1 – 1 of 1) sorted by relevance
6786 char *found_password, *host_user_tmp; in check_repository_password() local6826 host_user_tmp = NULL; in check_repository_password()6831 host_user_tmp = non_cvsuser_portion + 1; in check_repository_password()6832 if (strlen (host_user_tmp) == 0) in check_repository_password()6833 host_user_tmp = NULL; in check_repository_password()6838 host_user_tmp = strtok (NULL, ":"); in check_repository_password()6842 if (host_user_tmp == NULL) in check_repository_password()6843 host_user_tmp = username; in check_repository_password()6851 *host_user_ptr = xstrdup (host_user_tmp); in check_repository_password()