Home
last modified time | relevance | path

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

/netbsd/src/external/gpl2/xcvs/dist/src/
Dlogin.c186 char *tmp_root_canonical; in password_entry_parseline() local
205 tmp_root_canonical = normalize_cvsroot (tmp_root); in password_entry_parseline()
206 if (strcmp (cvsroot_canonical, tmp_root_canonical) == 0) in password_entry_parseline()
209 free (tmp_root_canonical); in password_entry_parseline()