Symbol: ACL_READ
lib/libc/posix1e/acl_equiv_mode_np.c
66
if (entry->ae_perm & ACL_READ)
lib/libc/posix1e/acl_equiv_mode_np.c
74
if (entry->ae_perm & ACL_READ)
lib/libc/posix1e/acl_equiv_mode_np.c
82
if (entry->ae_perm & ACL_READ)
lib/libc/posix1e/acl_from_mode_np.c
103
acl_add_perm(perms, ACL_READ);
lib/libc/posix1e/acl_from_mode_np.c
67
acl_add_perm(perms, ACL_READ);
lib/libc/posix1e/acl_from_mode_np.c
85
acl_add_perm(perms, ACL_READ);
lib/libc/posix1e/acl_support.c
289
if (perm & ACL_READ)
lib/libc/posix1e/acl_support.c
320
myperm |= ACL_READ;
sys/kern/subr_acl_posix1e.c
128
if (acl->acl_entry[i].ae_perm & ACL_READ)
sys/kern/subr_acl_posix1e.c
182
if (acl_mask->ae_perm & ACL_READ)
sys/kern/subr_acl_posix1e.c
202
if (acl->acl_entry[i].ae_perm & ACL_READ)
sys/kern/subr_acl_posix1e.c
236
if (acl->acl_entry[i].ae_perm & ACL_READ)
sys/kern/subr_acl_posix1e.c
254
if (acl->acl_entry[i].ae_perm & ACL_READ)
sys/kern/subr_acl_posix1e.c
284
if (acl->acl_entry[i].ae_perm & ACL_READ)
sys/kern/subr_acl_posix1e.c
306
if (acl->acl_entry[i].ae_perm & ACL_READ)
sys/kern/subr_acl_posix1e.c
338
if (acl_other->ae_perm & ACL_READ)
sys/kern/subr_acl_posix1e.c
371
perm |= ACL_READ;
sys/kern/subr_acl_posix1e.c
380
perm |= ACL_READ;
sys/kern/subr_acl_posix1e.c
389
perm |= ACL_READ;
sys/kern/subr_acl_posix1e.c
446
if (acl_user_obj_entry->ae_perm & ACL_READ)
sys/kern/subr_acl_posix1e.c
452
if (acl_group_obj_entry->ae_perm & ACL_READ)
sys/kern/subr_acl_posix1e.c
458
if (acl_other_entry->ae_perm & ACL_READ)
sys/sys/acl.h
198
#define ACL_PERM_BITS (ACL_EXECUTE | ACL_WRITE | ACL_READ)
sys/sys/acl.h
199
#define ACL_POSIX1E_BITS (ACL_EXECUTE | ACL_WRITE | ACL_READ)
tests/sys/acl/acl-api-test.c
154
ATF_REQUIRE_EQ(0, acl_add_perm(perms, ACL_READ));