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

/asus-wl-520gu-7.0.1.45/src/router/acl/libacl/
H A Dacl_add_perm.c30 if (!acl_permset_obj_p || (perm & !(ACL_READ|ACL_WRITE|ACL_EXECUTE)))
H A Dacl_delete_perm.c30 if (!acl_permset_obj_p || (perm & !(ACL_READ|ACL_WRITE|ACL_EXECUTE)))
H A Dacl_get_perm.c29 if (!acl_permset_obj_p || (perm & !(ACL_READ|ACL_WRITE|ACL_EXECUTE)))
H A D__apply_mask_to_mode.c27 if (acl_get_perm(permset, ACL_READ) != 1)
H A Dacl_from_text.c269 if (entry_obj.eperm.sperm & ACL_READ)
271 entry_obj.eperm.sperm |= ACL_READ;
H A D__acl_to_any_text.c233 ACL_READ) ? 'r' : '-';
267 ACL_READ) ? 'r' : '-';
/asus-wl-520gu-7.0.1.45/src/router/samba/source/include/
H A Dsmb_acls.h31 #define SMB_ACL_READ ACL_READ
61 #define SMB_ACL_READ ACL_READ
168 #define SMB_ACL_READ ACL_READ
/asus-wl-520gu-7.0.1.45/src/router/acl/include/
H A Dacl.h48 #define ACL_READ (0x04) macro
/asus-wl-520gu-7.0.1.45/src/router/acl/setfacl/
H A Ddo_set.c156 acl_delete_perm(set, ACL_READ);
162 acl_add_perm(set, ACL_READ);
225 if (!acl_get_perm(mask_permset, ACL_READ))
226 acl_delete_perm(group_obj_permset, ACL_READ);
/asus-wl-520gu-7.0.1.45/src/router/acl/getfacl/
H A Dgetfacl.c200 { ACL_READ, 'r' },

Completed in 88 milliseconds