acl_p             817 source3/include/proto.h int sys_acl_create_entry(SMB_ACL_T *acl_p, SMB_ACL_ENTRY_T *entry_p);
acl_p             259 source3/lib/sysacls.c int sys_acl_create_entry(SMB_ACL_T *acl_p, SMB_ACL_ENTRY_T *entry_p)
acl_p             264 source3/lib/sysacls.c 	if (acl_p == NULL || entry_p == NULL || (acl_d = *acl_p) == NULL) {