Lines Matching defs:filename
58 char filename[1024];
60 REQUIRE(filename != NULL);
62 if (isc_file_absolutepath(file, filename,
63 sizeof(filename)) != ISC_R_SUCCESS) {
71 if (isalpha(filename[0]) && filename[1] == ':' &&
72 (filename[2] == '\\' || filename[2] == '/')) {
74 strlcpy(drive, filename, ISC_MIN(3 + 1, sizeof(drive)));
75 } else if ((filename[0] == '\\') && (filename[1] == '\\')) {
77 strlcpy(tmpbuf, filename, sizeof(tmpbuf));
143 NTFS_Access_Control(const char *filename, const char *user, int access,
263 if (!SetFileSecurity(filename, DACL_SECURITY_INFORMATION, &sd)) {
315 isc_fsaccess_changeowner(const char *filename, const char *user) {
334 if (is_ntfs(filename) == FALSE)
356 if (!SetFileSecurity(filename,