freebsd man page for acl_get_entry_type_np

Query: acl_get_entry_type_np

OS: freebsd

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

ACL_GET_ENTRY_TYPE_NP(3)				   BSD Library Functions Manual 				  ACL_GET_ENTRY_TYPE_NP(3)

NAME
acl_get_entry_type_np -- retrieve the ACL type from an NFSv4 ACL entry
LIBRARY
Standard C Library (libc, -lc)
SYNOPSIS
#include <sys/types.h> #include <sys/acl.h> int acl_get_entry_type_np(acl_entry_t entry_d, acl_entry_type_t *entry_type_p);
DESCRIPTION
The acl_get_entry_type_np() function is a non-portable call that returns the ACL type for the NFSv4 ACL entry entry_d. Upon successful com- pletion, the location referred to by the argument entry_type_p will be set to the ACL type of the ACL entry entry_d.
RETURN VALUES
The acl_get_entry_type_np() function returns the value 0 if successful; otherwise the value -1 is returned and the global variable errno is set to indicate the error.
ERRORS
The acl_get_entry_type_np() function fails if: [EINVAL] Argument entry_d is not a valid descriptor for an NFSv4 ACL entry;
SEE ALSO
acl(3), acl_set_entry_type_np(3), posix1e(3)
STANDARDS
POSIX.1e is described in IEEE POSIX.1e draft 17.
HISTORY
POSIX.1e support was introduced in FreeBSD 4.0. The acl_get_entry_type_np() function was added in FreeBSD 8.0.
AUTHORS
The acl_get_entry_type_np() function was written by Edward Tomasz Napierala <trasz@FreeBSD.org>.
BSD
June 25, 2009 BSD
Related Man Pages
acl_get_flagset_np(3) - freebsd
acl_get_tag_type(3) - mojave
acl_delete_entry_np(3) - freebsd
acl_delete_entry(3) - osx
acl_get_permset(3) - freebsd
Similar Topics in the Unix Linux Community
FreeBSD Kernel Internals, Dr. Marshall Kirk McKusick
Memory Leaks
Is UNIX an open source OS ?
Reason for no directory creation date
UNIX Environment Setup - (Just starting!)