Home
last modified time | relevance | path

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

/netbsd/src/external/gpl2/xcvs/dist/src/
Dserver.c6786 char *found_password, *host_user_tmp; in check_repository_password() local
6826 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()