Интерактивная система просмотра системных руководств (man-ов)
acl_copy_entry (3)
>> acl_copy_entry (3) ( FreeBSD man: Библиотечные вызовы ) acl_copy_entry (3) ( Linux man: Библиотечные вызовы )
BSD mandoc
NAME
acl_copy_entry
- copy an ACL entry to another ACL entry
LIBRARY
Lb libc
SYNOPSIS
#include <sys/types.h>
#include <sys/acl.h>
int
acl_copy_entry (acl_entry_t dest_d acl_entry_t src_d);
DESCRIPTION
The
acl_copy_entry ();
function
is a POSIX.1e call that copies the contents of ACL entry
Fa src_d
to ACL entry
Fa dest_d .
RETURN VALUES
Rv -std acl_copy_entry
ERRORS
The
acl_copy_entry ();
function fails if:
- Bq Er EINVAL
-
Argument
Fa src_d
or
Fa dest_d
is not a valid descriptor for an ACL entry, or
arguments
Fa src_d
and
Fa dest_d
reference the same ACL entry.
SEE ALSO
acl(3),
acl_get_entry3,
posix1e(3)
STANDARDS
POSIX.1e is described in IEEE POSIX.1e draft 17.
HISTORY
POSIX.1e support was introduced in
Fx 4.0 .
The
acl_copy_entry ();
function was added in
Fx 5.0 .
AUTHORS
The
acl_copy_entry ();
function was written by
An Chris D. Faulhaber Aq jedgar@fxp.org .
Index
- NAME
-
- LIBRARY
-
- SYNOPSIS
-
- DESCRIPTION
-
- RETURN VALUES
-
- ERRORS
-
- SEE ALSO
-
- STANDARDS
-
- HISTORY
-
- AUTHORS
-