Searched refs:accessfile (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/external/gpl2/xcvs/dist/src/ |
| D | acl.c | 1189 char *accessfile = NULL; in open_accessfile() local 1196 accessfile = Xasprintf("%s/%s/%s", current_parsed_root->directory, in open_accessfile() 1201 accessfile = xstrdup(cvs_acl_file_location); in open_accessfile() 1207 xrealloc_and_strcat (&accessfile, &accessfilelen, in open_accessfile() 1209 xrealloc_and_strcat (&accessfile, &accessfilelen, "/"); in open_accessfile() 1210 xrealloc_and_strcat (&accessfile, &accessfilelen, adir); in open_accessfile() 1211 xrealloc_and_strcat (&accessfile, &accessfilelen, "/access"); in open_accessfile() 1214 accessfp = CVS_FOPEN (accessfile, fmode); in open_accessfile() 1217 *fname = xstrdup (accessfile); in open_accessfile() 1219 free (accessfile); in open_accessfile() [all …]
|