Searched refs:accessfp (Results 1 – 1 of 1) sorted by relevance
137 FILE *accessfp; in access_allowed() local219 accessfp = open_accessfile ("r", repository, NULL); in access_allowed()224 accessfp = open_accessfile ("r", dirs[accessfilecount], NULL); in access_allowed()227 if (accessfp != NULL) in access_allowed()240 while (getline (&line, &line_allocated, accessfp) >= 0) in access_allowed()280 *mpos = ftell (accessfp); in access_allowed()375 if (fclose (accessfp) == EOF) in access_allowed()1190 FILE *accessfp; in open_accessfile() local1214 accessfp = CVS_FOPEN (accessfile, fmode); in open_accessfile()1221 return accessfp; in open_accessfile()