Home
last modified time | relevance | path

Searched refs:host_user_tmp (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/cvs-1.12/src/
HDserver.c6741 char *found_password, *host_user_tmp; in check_repository_password() local
6781 host_user_tmp = NULL; in check_repository_password()
6786 host_user_tmp = non_cvsuser_portion + 1; in check_repository_password()
6787 if (strlen (host_user_tmp) == 0) in check_repository_password()
6788 host_user_tmp = NULL; in check_repository_password()
6793 host_user_tmp = strtok (NULL, ":"); in check_repository_password()
6797 if (host_user_tmp == NULL) in check_repository_password()
6798 host_user_tmp = username; in check_repository_password()
6806 *host_user_ptr = xstrdup (host_user_tmp); in check_repository_password()