Searched refs:open_accessfile (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/external/gpl2/xcvs/dist/src/ |
| D | acl.c | 55 static FILE *open_accessfile (char *xmode, const char *repos, char **fname); 219 accessfp = open_accessfile ("r", repository, NULL); in access_allowed() 224 accessfp = open_accessfile ("r", dirs[accessfilecount], NULL); in access_allowed() 1187 open_accessfile (char *fmode, const char *adir, char **fname) in open_accessfile() function 1829 accessfpin = open_accessfile ("r", arepos, &accessfile); in write_perms() 1863 accessfpout = open_accessfile ("r+", arepos, &accessfile); in write_perms() 1869 accessfpout = open_accessfile ("w+", arepos, &accessfile); in write_perms()
|