Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dadd.c70 size_t cvsroot_len; in add() local
104 cvsroot_len = strlen (current_parsed_root->directory); in add()
233 if (strncmp (repository, current_parsed_root->directory, cvsroot_len) == 0 in add()
234 && ISSLASH (repository[cvsroot_len]) in add()
235 && strncmp (repository + cvsroot_len + 1, in add()
238 && ISSLASH (repository[cvsroot_len + sizeof CVSROOTADM]) in add()
239 && strcmp (repository + cvsroot_len + sizeof CVSROOTADM + 1, in add()
332 cvsroot_len) == 0 in add()
333 && ISSLASH (repository[cvsroot_len]) in add()
334 && strncmp (repository + cvsroot_len + 1, in add()
[all …]
H A Dcommit.c815 size_t cvsroot_len = strlen (current_parsed_root->directory); in check_fileproc() local
824 cvsroot_len) == 0 in check_fileproc()
825 && ISSLASH (finfo->repository[cvsroot_len]) in check_fileproc()
826 && strncmp (finfo->repository + cvsroot_len + 1, in check_fileproc()
829 && ISSLASH (finfo->repository[cvsroot_len + sizeof (CVSROOTADM)]) in check_fileproc()
830 && strcmp (finfo->repository + cvsroot_len + sizeof (CVSROOTADM) + 1, in check_fileproc()
H A DChangeLog10531 * add.c (add): Don't try to set cvsroot_len until after checking