*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: acl_dup | Section: 3 | Source: Digital UNIX | File: acl_dup.3.gz
acl_dup(3) Library Functions Manual acl_dup(3) NAME acl_dup - Creates a duplicate copy of the ACL LIBRARY Security Library (libpacl.a) SYNOPSIS #include <sys/acl.h> acl_t acl_dup( acl_t acl_d); PARAMETERS Specifies the working storage internal representation ACL entry to cre- ate a duplicate of. DESCRIPTION NOTE: This function is based on Draft 13 of the POSIX P1003.6 stan- dard. The function may change as the P1003.6 standard is finalized. The acl_dup() function creates a copy of the designated ACL. Once cre- ated this copy is independent of the original entry. RETURN VALUES Upon successful completion, the acl_dup function returns a pointer to the new copy of the ACL. Otherwise, a NULL value is returned and errno is set to indicate the error. ERRORS If any of the following conditions occur, the acl_dup() function sets errno to the corresponding value: The argument acl_d is not valid. Unable to allocate memory for storing the duplicate ACL. RELATED INFORMATION Security delim off acl_dup(3)

Navigation Options