Searched refs:cvs_groups_file_location (Results 1 – 3 of 3) sorted by relevance
889 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()
85 char *cvs_groups_file_location = NULL; variable1237 if (cvs_groups_file_location != NULL) in open_groupfile()1239 groupfile = xstrdup (cvs_groups_file_location); in open_groupfile()
475 extern char *cvs_groups_file_location;