HomeSort by: relevance | last modified time | path
    Searched defs:found_password (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/xcvs/dist/src/
server.c 6787 char *found_password, *host_user_tmp;
6796 * all result in a found_password of NULL, but we also need to
6818 /* Okay, after this conditional chain, found_password and
6826 found_password = NULL;
6831 found_password = NULL;
6838 found_password = strtok (non_cvsuser_portion, ":");
6847 if ((found_password == NULL)
6848 || ((strcmp (found_password, crypt (password, found_password))
6860 repository, crypt(password, found_password), found_password)
6786 char *found_password, *host_user_tmp; local
    [all...]
server.c 6787 char *found_password, *host_user_tmp;
6796 * all result in a found_password of NULL, but we also need to
6818 /* Okay, after this conditional chain, found_password and
6826 found_password = NULL;
6831 found_password = NULL;
6838 found_password = strtok (non_cvsuser_portion, ":");
6847 if ((found_password == NULL)
6848 || ((strcmp (found_password, crypt (password, found_password))
6860 repository, crypt(password, found_password), found_password)
6786 char *found_password, *host_user_tmp; local
    [all...]

Completed in 50 milliseconds