Home
last modified time | relevance | path

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

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