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

/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_acl_platform_nfs4.c490 acl_match(struct richace *richace, struct myacl_t *myacl) argument
494 perms = acl_permset_to_bitmap(richace->e_mask) |
495 acl_flagset_to_bitmap(richace->e_flags);
500 switch (richace->e_type) {
513 if (richace->e_flags & RICHACE_SPECIAL_WHO) {
514 switch (richace->e_id) {
531 } else if (richace->e_flags & RICHACE_IDENTIFIER_GROUP) {
534 if ((gid_t)myacl->qual != richace->e_id)
539 if ((uid_t)myacl->qual != richace
[all...]

Completed in 167 milliseconds