NAME
aaccllccooppyyeennttrryy - copy an ACL entry to another ACL entry
LLIIBBRRAARRYYStandard C Library (libc, -lc)
SYNOPSIS
##iinncclluuddee <
> ##iinncclluuddee <
int aaccllccooppyyeennttrryy(aclentryt destd, aclentryt srcd);> DESCRIPTION
The aaccllccooppyyeennttrryy() function is a POSIX.1e call that copies the contents of ACL entry srcd to ACL entry destd.RETURN VALUES
The aaccllccooppyyeennttrryy() function returns the value 0 if successful; other-
wise the value -1 is returned and the global variable errno is set to
indicate the error. EERRRROORRSS The aaccllccooppyyeennttrryy() function fails if: [EINVAL] Argument srcd or destd is not a valid descriptor for an ACL entry, or arguments srcd and destd reference the same ACL entry.SEE ALSO
acl(3), aclgetentry(3), posix1e(3) STANDARDS POSIX.1e is described in IEEE POSIX.1e draft 17. AUTHORS Michael Smith Chris D Fulhaber BSD March 10, 2001 BSD