Searched refs:permission (Results 1 - 17 of 17) sorted by relevance
/bind-9.11.3/lib/isc/ |
H A D | fsaccess.c | 30 isc_fsaccess_add(int trustee, int permission, isc_fsaccess_t *access) { argument 32 REQUIRE(permission <= 0xFF); 35 *access |= permission; 38 *access |= (permission << GROUP); 41 *access |= (permission << OTHER); 45 isc_fsaccess_remove(int trustee, int permission, isc_fsaccess_t *access) { argument 47 REQUIRE(permission <= 0xFF); 51 *access &= ~permission; 54 *access &= ~(permission << GROUP); 57 *access &= ~(permission << OTHE [all...] |
/bind-9.11.3/lib/isc/include/isc/ |
H A D | fsaccess.h | 44 * permission on a Unix directory. 112 * \li To implement isc_fsaccess_get(), mapping an existing Unix permission 136 * Types of permission. 147 * Adding any permission bits beyond 0x200 would mean typedef'ing 149 * reflect the new range of permission types, Probably to 21 for 151 * the permission types, and three full sets of them have to fit 159 isc_fsaccess_add(int trustee, int permission, isc_fsaccess_t *access); 162 isc_fsaccess_remove(int trustee, int permission, isc_fsaccess_t *access);
|
/bind-9.11.3/contrib/dlz/modules/bdbhpt/testing/ |
H A D | named.conf | 6 * copyright notice and this permission notice appear in all copies.
|
/bind-9.11.3/contrib/dlz/modules/ldap/testing/ |
H A D | named.conf | 6 * copyright notice and this permission notice appear in all copies.
|
/bind-9.11.3/contrib/dlz/modules/mysql/testing/ |
H A D | named.conf | 6 * copyright notice and this permission notice appear in all copies.
|
/bind-9.11.3/contrib/dlz/modules/mysqldyn/testing/ |
H A D | named.conf | 6 * copyright notice and this permission notice appear in all copies.
|
/bind-9.11.3/contrib/dlz/modules/perl/testing/ |
H A D | named.conf | 6 * copyright notice and this permission notice appear in all copies.
|
/bind-9.11.3/contrib/dlz/modules/sqlite3/testing/ |
H A D | named.conf | 6 * copyright notice and this permission notice appear in all copies.
|
/bind-9.11.3/contrib/dlz/modules/wildcard/testing/ |
H A D | named.conf | 6 * copyright notice and this permission notice appear in all copies.
|
/bind-9.11.3/bin/tests/system/staticstub/ns3/ |
H A D | named.conf.in | 13 # copyright notice and this permission notice appear in all copies.
|
/bind-9.11.3/contrib/dlz/example/ |
H A D | named.conf | 6 * copyright notice and this permission notice appear in all copies.
|
/bind-9.11.3/bin/tests/system/staticstub/ns2/ |
H A D | named.conf.in | 13 # copyright notice and this permission notice appear in all copies.
|
/bind-9.11.3/lib/dns/ |
H A D | spnego_asn1.pl | 83 * copyright notice and this permission notice appear in all copies.
|
/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/ |
H A D | configure | 10 # gives unlimited permission to copy, distribute and modify it. 1368 gives unlimited permission to copy, distribute and modify it. 4113 gives unlimited permission to copy, distribute and modify it."
|
/bind-9.11.3/contrib/perftcpdns/ |
H A D | configure | 10 # gives unlimited permission to copy, distribute and modify it. 1327 gives unlimited permission to copy, distribute and modify it. 3789 gives unlimited permission to copy, distribute and modify it."
|
/bind-9.11.3/ |
H A D | configure | 20 # gives unlimited permission to copy, distribute and modify it. 1906 gives unlimited permission to copy, distribute and modify it. 22811 # copyright notice and this permission notice appear in all copies. 24449 gives unlimited permission to copy, distribute and modify it."
|
/bind-9.11.3/unit/atf-src/ |
H A D | configure | 12 # gives unlimited permission to copy, distribute and modify it. 1582 gives unlimited permission to copy, distribute and modify it. 18702 gives unlimited permission to copy, distribute and modify it."
|
Completed in 145 milliseconds