Searched refs:filefullname (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/gpl2/xcvs/dist/src/ |
H A D | acl.c | 152 char *filefullname = NULL; in access_allowed() local 210 filefullname = Xasprintf("%s/%s", repository, file); in access_allowed() 212 dirs[intcount] = xstrdup(filefullname); in access_allowed() 405 free (filefullname); in access_allowed() 987 char *filefullname; in acl_fileproc() local 1009 filefullname = Xasprintf("%s/%s", frepository, finfo->file); in acl_fileproc() 1058 error (0, 0, "`%s' %s", filefullname, errmsg); in acl_fileproc() 1063 cvs_output (filefullname, 0); in acl_fileproc() 1067 otheruserparts, "f", filefullname, tag, pos, in acl_fileproc() 1075 free (filefullname); in acl_fileproc() [all …]
|