Searched refs:cvsroot_canonical (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/cvs/src/
H A Dlogin.c79 * const char *cvsroot_canonical,
87 * line refers to the same cvsroot as cvsroot_canonical
90 * cvsroot_canonical the root we are looking for
104 password_entry_parseline (cvsroot_canonical, warn, linenumber, linebuf)
105 const char *cvsroot_canonical;
150 if (strcmp (cvsroot_canonical, q) == 0)
204 if (strcmp (cvsroot_canonical, tmp_root_canonical) == 0)
289 char *cvsroot_canonical = NULL; local
305 cvsroot_canonical = normalize_cvsroot (root);
325 password = password_entry_parseline (cvsroot_canonical,
525 char *cvsroot_canonical; local
654 char *cvsroot_canonical; local
[all...]
H A Droot.c747 char *cvsroot_canonical; local
772 cvsroot_canonical = xmalloc ( strlen(username)
775 sprintf (cvsroot_canonical, ":pserver:%s@%s:%s%s",
779 return cvsroot_canonical;

Completed in 99 milliseconds