Home
last modified time | relevance | path

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

/netbsd/src/external/gpl2/xcvs/dist/src/
Dacl.c503 FILE *groupfp; in get_perms() local
599 groupfp = open_groupfile ("r"); in get_perms()
600 if (groupfp != NULL) in get_perms()
609 while ((read = getline (&line, &line_allocated, groupfp)) >= 0) in get_perms()
633 if (fclose (groupfp) == EOF) in get_perms()
1233 FILE *groupfp; in open_groupfile() local
1252 groupfp = CVS_FOPEN (groupfile, "r"); in open_groupfile()
1254 if (groupfp == NULL) in open_groupfile()
1259 return groupfp; in open_groupfile()