Searched refs:acl1 (Results 1 – 4 of 4) sorted by relevance
486 int (*acl_match)(void *acl1, void *acl2); in acl_removeentries()556 acl_modifyentries(acl_t *acl1, acl_t *newentries, int where) in acl_modifyentries() argument564 if (acl1 == NULL || newentries == NULL) in acl_modifyentries()567 if (where < 0 || where >= acl1->acl_cnt) in acl_modifyentries()570 if (acl1->acl_type != newentries->acl_type) in acl_modifyentries()575 slots_left = acl1->acl_cnt - slot + 1; in acl_modifyentries()578 newsize = (acl1->acl_entry_size * acl1->acl_cnt) + in acl_modifyentries()579 (acl1->acl_entry_size * slots_needed); in acl_modifyentries()580 acl1->acl_aclp = realloc(acl1->acl_aclp, newsize); in acl_modifyentries()581 if (acl1->acl_aclp == NULL) in acl_modifyentries()[all …]
275 typeset acl0 acl1 acl2 acl3312 acl1=${ace_prefix2}":read_xattr/write_acl/"313 acl1=${acl1}"write_owner:$inh_opt:allow"
243 typeset acl0 acl1 acl2 acl3264 acl1="${ace_prefix2}:read_xattr/write_acl"265 acl1="${acl1}/write_owner:${inh_opt}:allow"
223 typeset acl0 acl1 acl2 acl3 acl4 acl5245 acl1="$ace_prefix2:-------A-W--o-:$inh_a:deny"