Home
last modified time | relevance | path

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

/netbsd/src/external/gpl2/xcvs/dist/src/
Dparseinfo.c889 if (cvs_groups_file_location != NULL) in parse_aclconfig()
890 free (cvs_groups_file_location); in parse_aclconfig()
891 cvs_groups_file_location = xstrdup (p); in parse_aclconfig()
Dacl.c85 char *cvs_groups_file_location = NULL; variable
1237 if (cvs_groups_file_location != NULL) in open_groupfile()
1239 groupfile = xstrdup (cvs_groups_file_location); in open_groupfile()
Dcvs.h475 extern char *cvs_groups_file_location;