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

/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dadd.c70 size_t cvsroot_len; local
104 cvsroot_len = strlen (current_parsed_root->directory);
233 if (strncmp (repository, current_parsed_root->directory, cvsroot_len) == 0
234 && ISSLASH (repository[cvsroot_len])
235 && strncmp (repository + cvsroot_len + 1,
238 && ISSLASH (repository[cvsroot_len + sizeof CVSROOTADM])
239 && strcmp (repository + cvsroot_len + sizeof CVSROOTADM + 1,
332 cvsroot_len) == 0
333 && ISSLASH (repository[cvsroot_len])
334 && strncmp (repository + cvsroot_len
[all...]
H A Dcommit.c815 size_t cvsroot_len = strlen (current_parsed_root->directory); local
824 cvsroot_len) == 0
825 && ISSLASH (finfo->repository[cvsroot_len])
826 && strncmp (finfo->repository + cvsroot_len + 1,
829 && ISSLASH (finfo->repository[cvsroot_len + sizeof (CVSROOTADM)])
830 && strcmp (finfo->repository + cvsroot_len + sizeof (CVSROOTADM) + 1,

Completed in 95 milliseconds