Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/cvs/src/
H A Dserver.c5604 char *found_password, *host_user_tmp; local
5644 host_user_tmp = NULL;
5649 host_user_tmp = non_cvsuser_portion + 1;
5650 if (strlen (host_user_tmp) == 0)
5651 host_user_tmp = NULL;
5656 host_user_tmp = strtok (NULL, ":");
5660 if (host_user_tmp == NULL)
5661 host_user_tmp = username;
5668 *host_user_ptr = xstrdup (host_user_tmp);