Searched refs:accessfpout (Results 1 – 1 of 1) sorted by relevance
1776 FILE *accessfpout; in write_perms() local1825 accessfpout = cvs_temp_file (&tmpaccessout); in write_perms()1826 if (accessfpout == NULL) in write_perms()1830 if (accessfpout == NULL) in write_perms()1837 if (fprintf (accessfpout, "%s", line) < 0) in write_perms()1842 if (fprintf (accessfpout, "%s\n", newline) < 0) in write_perms()1850 if (fclose (accessfpout) == EOF) in write_perms()1863 accessfpout = open_accessfile ("r+", arepos, &accessfile); in write_perms()1865 if (accessfpout == NULL) in write_perms()1869 accessfpout = open_accessfile ("w+", arepos, &accessfile); in write_perms()[all …]