| /src/external/bsd/libarchive/dist/libarchive/test/ |
| test_acl_platform_nfs4.c | 258 set_acls(struct archive_entry *ae, struct myacl_t *acls, int start, int end) 267 acls[0].type, acls[0].permset, acls[0].tag, 268 acls[0].qual, acls[0].name)); 274 acls[i].type, acls[i].permset, acls[i].tag, 275 acls[i].qual, acls[i].name)) [all...] |
| /src/external/bsd/libarchive/dist/test_utils/ |
| test_common.h | 265 #define assertEntrySetAcls(entry, acls, count) \ 266 assertion_entry_set_acls(__FILE__, __LINE__, entry, acls, count) 267 #define assertEntryCompareAcls(entry, acls, count, type, mode) \ 268 assertion_entry_compare_acls(__FILE__, __LINE__, entry, acls, count, type, mode) 380 /* Set test ACLs */ 393 /* Fetch ACLs on Solaris using acl() or facl() */ 437 /* Set ACLs */ 441 /* Compare ACLs */
|
| test_main.c | 2793 /* Fetch ACLs on Solaris using acl() or facl() */ 2849 * Set test ACLs on a path 2851 * 0: error setting ACLs 2852 * ARCHIVE_TEST_ACL_TYPE_POSIX1E: POSIX.1E ACLs have been set 2853 * ARCHIVE_TEST_ACL_TYPE_NFS4: NFSv4 or extended ACLs have been set 3271 /* Set ACLs */ 3274 struct archive_test_acl_t *acls, int n) 3284 acls[i].type, acls[i].permset, acls[i].tag [all...] |
| /src/external/bsd/nsd/dist/contrib/bind2nsd/bind2nsd/ |
| NsdConf.py | 501 acls = {} 513 if acls.has_key(incl): 514 acls[incl] += 1 516 acls[incl] = 1 518 alist = acls.keys()
|
| /src/external/bsd/unbound/dist/daemon/ |
| acl_list.c | 418 read_acl_list(struct acl_list* acl, struct config_str2list* acls) 421 for(p = acls; p; p = p->next) { 532 if(!read_acl_list(acl, cfg->acls)) 570 struct config_str2list* acls, int port) 573 for(p = acls; p; p = p->next) {
|
| remote.c | 5250 m += getmem_config_str2list(cfg->acls); 6127 COPY_VAR_ptr(acls);
|
| /src/external/mpl/bind/dist/lib/isccfg/ |
| aclconf.c | 99 const cfg_obj_t *acls = NULL; local 102 result = cfg_map_get(cctx, "acl", &acls); 106 for (elt = cfg_list_first(acls); elt != NULL; elt = cfg_list_next(elt)) 202 * ACLs, so that the parent will have enough space allocated for the 203 * elements table after all the nested ACLs have been merged in to the 263 * Convert any named acls we reference now if 796 * If nesting ACLs (nest_level != 0), we negate 815 * If we're nesting ACLs, put the nested 817 * merge it into *this* ACL. We nest ACLs 957 * and keyname elements, and nested ACLs if nest_level i [all...] |
| check.c | 611 static const char *acls[] = { "allow-proxy", local 623 while (acls[i] != NULL) { 624 tresult = checkacl(acls[i++], actx, NULL, voptions, config, 655 static const char *acls[] = { "clients", "exclude", "mapped", NULL }; local 701 for (i = 0; acls[i] != NULL; i++) { 703 (void)cfg_map_get(map, acls[i], &obj); 945 * Check allow-recursion and allow-recursion-on acls, and also log a 959 static const char *acls[] = { "allow-recursion", "allow-recursion-on", local 983 for (i = 0; acls[i] != NULL; i++) { 988 cfg_map_get(voptions, acls[i], &aclobj) 3396 static const char *acls[] = { local 6378 const cfg_obj_t *acls = NULL; local [all...] |
| /src/external/mpl/dhcp/bind/dist/lib/isccfg/ |
| aclconf.c | 100 const cfg_obj_t *acls = NULL; local 103 result = cfg_map_get(cctx, "acl", &acls); 107 for (elt = cfg_list_first(acls); elt != NULL; elt = cfg_list_next(elt)) 205 * ACLs, so that the parent will have enough space allocated for the 206 * elements table after all the nested ACLs have been merged in to the 268 * Convert any named acls we reference now if 755 * If nesting ACLs (nest_level != 0), we negate 774 * If we're nesting ACLs, put the nested 776 * merge it into *this* ACL. We nest ACLs 910 * and keyname elements, and nested ACLs if nest_level i [all...] |
| /src/external/bsd/unbound/dist/util/ |
| config_file.h | 288 struct config_str2list* acls; member in struct:config_file
|
| config_file.c | 243 cfg->acls = NULL; 1281 else O_LS2(opt, "access-control", acls) 1802 config_deldblstrlist(cfg->acls);
|
| configparser.y | 2031 if(!cfg_str2list_insert(&cfg_parser->cfg->acls, $2, $3))
|
| configparser.c | 5197 if(!cfg_str2list_insert(&cfg_parser->cfg->acls, (yyvsp[-1].str), (yyvsp[0].str)))
|
| /src/external/bsd/unbound/dist/smallapp/ |
| unbound-checkconf.c | 544 for(acl=cfg->acls; acl; acl = acl->next) {
|
| /src/external/bsd/unbound/dist/pythonmod/ |
| interface.i | 1007 struct config_str2list* acls;
|