HomeSort by: relevance | last modified time | path
    Searched defs:accessfpin (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl2/xcvs/dist/src/
acl.c 1775 FILE *accessfpin; local
1829 accessfpin = open_accessfile ("r", arepos, &accessfile);
1833 while (getline (&line, &line_allocated, accessfpin) >= 0)
1835 if (pos != ftell (accessfpin))
1847 if (fclose (accessfpin) == EOF)

Completed in 23 milliseconds