Searched refs:ACL_READ (Results 1 – 9 of 9) sorted by relevance
128 if (acl->acl_entry[i].ae_perm & ACL_READ) in vaccess_acl_posix1e()182 if (acl_mask->ae_perm & ACL_READ) in vaccess_acl_posix1e()202 if (acl->acl_entry[i].ae_perm & ACL_READ) in vaccess_acl_posix1e()236 if (acl->acl_entry[i].ae_perm & ACL_READ) in vaccess_acl_posix1e()254 if (acl->acl_entry[i].ae_perm & ACL_READ) in vaccess_acl_posix1e()284 if (acl->acl_entry[i].ae_perm & ACL_READ) in vaccess_acl_posix1e()306 if (acl->acl_entry[i].ae_perm & ACL_READ) in vaccess_acl_posix1e()338 if (acl_other->ae_perm & ACL_READ) in vaccess_acl_posix1e()371 perm |= ACL_READ; in acl_posix1e_mode_to_perm()380 perm |= ACL_READ; in acl_posix1e_mode_to_perm()[all …]
66 if (entry->ae_perm & ACL_READ) in acl_equiv_mode_np()74 if (entry->ae_perm & ACL_READ) in acl_equiv_mode_np()82 if (entry->ae_perm & ACL_READ) in acl_equiv_mode_np()
67 acl_add_perm(perms, ACL_READ); in acl_from_mode_np()85 acl_add_perm(perms, ACL_READ); in acl_from_mode_np()103 acl_add_perm(perms, ACL_READ); in acl_from_mode_np()
289 if (perm & ACL_READ) in _posix1e_acl_perm_to_string()320 myperm |= ACL_READ; in _posix1e_acl_string_to_perm()
196 #define ACL_READ 0x0004 macro198 #define ACL_PERM_BITS (ACL_EXECUTE | ACL_WRITE | ACL_READ)199 #define ACL_POSIX1E_BITS (ACL_EXECUTE | ACL_WRITE | ACL_READ)
154 ATF_REQUIRE_EQ(0, acl_add_perm(perms, ACL_READ)); in ATF_TC_BODY()
33 ACL_READ,
82 if (ACL_GET_PERM(opaque_ps, ACL_READ)) in acl_entry_get_perm()
59 {ARCHIVE_ENTRY_ACL_READ, ACL_READ},