Searched refs:aclp (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10.1/file_cmds-242/cp/
H A Dutils.c423 struct acl *aclp; local
434 aclp = &acl->ats_acl;
435 if (aclp->acl_cnt == 3)
449 struct acl *aclp; local
476 aclp = &acl->ats_acl;
477 if (aclp->acl_cnt != 0 && aclsetf(dest_dir,
488 aclp = &acl->ats_acl;
/macosx-10.10.1/Security-57031.1.35/Security/include/security_keychain/
H A DAccess.cpp246 AclEntryInfo *aclp = acls; // -> next unfilled acl element local
252 aclp->handle() = acl->entryHandle();
253 acl->copyAclEntry(*aclp, alloc);
254 ++aclp;
257 assert((aclp - acls) == count); // all ACL elements filled
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DAccess.cpp246 AclEntryInfo *aclp = acls; // -> next unfilled acl element local
252 aclp->handle() = acl->entryHandle();
253 acl->copyAclEntry(*aclp, alloc);
254 ++aclp;
257 assert((aclp - acls) == count); // all ACL elements filled
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DAccess.cpp246 AclEntryInfo *aclp = acls; // -> next unfilled acl element local
252 aclp->handle() = acl->entryHandle();
253 acl->copyAclEntry(*aclp, alloc);
254 ++aclp;
257 assert((aclp - acls) == count); // all ACL elements filled
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/include/dns/
H A Dacl.h157 dns_acl_detach(dns_acl_t **aclp);
163 *\li '*aclp' to be a valid acl.
166 *\li '*aclp' is not linked on final detach.
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dkern_authorization.c1166 kauth_acl_t aclp; local
1172 MALLOC(aclp, kauth_acl_t, KAUTH_ACL_SIZE(count), M_KAUTH, M_WAITOK);
1173 if (aclp != NULL) {
1174 aclp->acl_entrycount = 0;
1175 aclp->acl_flags = 0;
1177 return(aclp);
1181 kauth_acl_free(kauth_acl_t aclp) argument
1183 FREE(aclp, M_KAUTH);
/macosx-10.10.1/bind9-45.101/bind9/bin/named/
H A Dzoneconf.c90 dns_acl_t **aclp = NULL, *acl = NULL; local
99 aclp = &view->notifyacl;
104 aclp = &view->queryacl;
109 aclp = &view->transferacl;
114 aclp = &view->updateacl;
119 aclp = &view->upfwdacl;
132 aclp = NULL;
138 if (aclp != NULL && *aclp != NULL) {
139 (*setzacl)(zone, *aclp);
[all...]
H A Dinterfacemgr.c484 clearacl(isc_mem_t *mctx, dns_acl_t **aclp) { argument
490 dns_acl_detach(aclp);
491 dns_acl_attach(newacl, aclp);
H A Dserver.c308 * Configure a single view ACL at '*aclp'. Get its configuration from
314 cfg_aclconfctx_t *actx, isc_mem_t *mctx, dns_acl_t **aclp)
321 if (*aclp != NULL)
322 dns_acl_detach(aclp);
336 * No value available. *aclp == NULL.
350 actx, mctx, 0, aclp);
356 * Configure a sortlist at '*aclp'. Essentially the same as
363 dns_acl_t **aclp)
370 if (*aclp != NULL)
371 dns_acl_detach(aclp);
312 configure_view_acl(const cfg_obj_t *vconfig, const cfg_obj_t *config, const char *aclname, const char *acltuplename, cfg_aclconfctx_t *actx, isc_mem_t *mctx, dns_acl_t **aclp) argument
361 configure_view_sortlist(const cfg_obj_t *vconfig, const cfg_obj_t *config, cfg_aclconfctx_t *actx, isc_mem_t *mctx, dns_acl_t **aclp) argument
[all...]
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/
H A Dacl.c474 dns_acl_detach(dns_acl_t **aclp) { argument
475 dns_acl_t *acl = *aclp;
483 *aclp = NULL;

Completed in 208 milliseconds