Searched refs:is_dir (Results 1 - 3 of 3) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/
H A Dfsaccess.c69 check_bad_bits(isc_fsaccess_t access, isc_boolean_t is_dir) { argument
75 if (is_dir)
95 if (is_dir)
/bind-9.6-ESV-R11/lib/isc/unix/
H A Dfsaccess.c39 isc_boolean_t is_dir = ISC_FALSE; local
47 is_dir = ISC_TRUE;
51 result = check_bad_bits(access, is_dir);
/bind-9.6-ESV-R11/lib/isc/win32/
H A Dfsaccess.c300 isc_boolean_t is_dir = ISC_FALSE; local
307 is_dir = ISC_TRUE;
311 result = check_bad_bits(access, is_dir);
320 return (NTFS_fsaccess_set(path, access, is_dir));

Completed in 634 milliseconds