Home
last modified time | relevance | path

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

/netbsd/external/gpl2/xcvs/dist/src/
H A Dacl.c1232 char *groupfile; in open_groupfile() local
1239 groupfile = xstrdup (cvs_groups_file_location); in open_groupfile()
1243 groupfile = Xasprintf("%s/%s/%s", current_parsed_root->directory, in open_groupfile()
1252 groupfp = CVS_FOPEN (groupfile, "r"); in open_groupfile()
1255 error (0, 0, "cannot open file: %s", groupfile); in open_groupfile()
1257 free (groupfile); in open_groupfile()