Home
last modified time | relevance | path

Searched refs:ISC_FSACCESS_OTHER (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/
H A Dfsaccess.c49 if ((trustee & ISC_FSACCESS_OTHER) != 0) { in isc_fsaccess_add()
67 if ((trustee & ISC_FSACCESS_OTHER) != 0) { in isc_fsaccess_remove()
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
H A Dfsaccess.h139 #define ISC_FSACCESS_OTHER 0x4 /*%< Not the owner or the group owner. */ macro