Searched refs:groupfp (Results 1 – 1 of 1) sorted by relevance
503 FILE *groupfp; in get_perms() local599 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() local1252 groupfp = CVS_FOPEN (groupfile, "r"); in open_groupfile()1254 if (groupfp == NULL) in open_groupfile()1259 return groupfp; in open_groupfile()