Searched refs:permission (Results 1 - 25 of 165) sorted by relevance

1234567

/bind-9.6-ESV-R11/lib/isc/
H A Dfsaccess.c7 * copyright notice and this permission notice appear in all copies.
38 isc_fsaccess_add(int trustee, int permission, isc_fsaccess_t *access) { argument
40 REQUIRE(permission <= 0xFF);
43 *access |= permission;
46 *access |= (permission << GROUP);
49 *access |= (permission << OTHER);
53 isc_fsaccess_remove(int trustee, int permission, isc_fsaccess_t *access) { argument
55 REQUIRE(permission <= 0xFF);
59 *access &= ~permission;
62 *access &= ~(permission << GROU
[all...]
/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Dfsaccess.h7 * copyright notice and this permission notice appear in all copies.
53 * permission on a Unix directory.
121 * \li To implement isc_fsaccess_get(), mapping an existing Unix permission
145 * Types of permission.
156 * Adding any permission bits beyond 0x200 would mean typedef'ing
158 * reflect the new range of permission types, Probably to 21 for
160 * the permission types, and three full sets of them have to fit
168 isc_fsaccess_add(int trustee, int permission, isc_fsaccess_t *access);
171 isc_fsaccess_remove(int trustee, int permission, isc_fsaccess_t *access);
/bind-9.6-ESV-R11/bin/rndc/
H A Drndc.conf7 * copyright notice and this permission notice appear in all copies.
/bind-9.6-ESV-R11/bin/tests/
H A Dndc.conf7 * copyright notice and this permission notice appear in all copies.
/bind-9.6-ESV-R11/bin/tests/system/allow_query/ns2/
H A Dnamed01.conf6 * copyright notice and this permission notice appear in all copies.
H A Dnamed02.conf6 * copyright notice and this permission notice appear in all copies.
H A Dnamed03.conf6 * copyright notice and this permission notice appear in all copies.
H A Dnamed04.conf6 * copyright notice and this permission notice appear in all copies.
H A Dnamed05.conf6 * copyright notice and this permission notice appear in all copies.
H A Dnamed06.conf6 * copyright notice and this permission notice appear in all copies.
H A Dnamed07.conf6 * copyright notice and this permission notice appear in all copies.
H A Dnamed08.conf6 * copyright notice and this permission notice appear in all copies.
H A Dnamed09.conf6 * copyright notice and this permission notice appear in all copies.
H A Dnamed10.conf6 * copyright notice and this permission notice appear in all copies.
H A Dnamed11.conf6 * copyright notice and this permission notice appear in all copies.
H A Dnamed12.conf6 * copyright notice and this permission notice appear in all copies.
H A Dnamed21.conf6 * copyright notice and this permission notice appear in all copies.
H A Dnamed22.conf6 * copyright notice and this permission notice appear in all copies.
H A Dnamed23.conf6 * copyright notice and this permission notice appear in all copies.
H A Dnamed24.conf6 * copyright notice and this permission notice appear in all copies.
H A Dnamed25.conf6 * copyright notice and this permission notice appear in all copies.
H A Dnamed26.conf6 * copyright notice and this permission notice appear in all copies.
H A Dnamed27.conf6 * copyright notice and this permission notice appear in all copies.
H A Dnamed28.conf6 * copyright notice and this permission notice appear in all copies.
H A Dnamed29.conf6 * copyright notice and this permission notice appear in all copies.

Completed in 9 milliseconds

1234567