Home
last modified time | relevance | path

Searched refs:acl_set_fd_np (Results 1 – 7 of 7) sorted by relevance

/freebsd/lib/libc/posix1e/
H A Dacl_set.c99 return (acl_set_fd_np(fd, acl, ACL_TYPE_NFS4)); in acl_set_fd()
101 return (acl_set_fd_np(fd, acl, ACL_TYPE_ACCESS)); in acl_set_fd()
105 acl_set_fd_np(int fd, acl_t acl, acl_type_t type) in acl_set_fd_np() function
H A DSymbol.map29 acl_set_fd_np;
H A DMakefile.inc112 acl_set.3 acl_set_fd_np.3 \
/freebsd/bin/mv/
H A Dmv.c485 if (acl_set_fd_np(dest_fd, acl, acl_type) < 0) { in preserve_fd_acls()
/freebsd/sys/sys/
H A Dacl.h404 int acl_set_fd_np(int _fd, acl_t _acl, acl_type_t _type);
/freebsd/bin/cp/
H A Dutils.c432 if (acl_set_fd_np(dest_fd, acl, acl_type) < 0) { in preserve_fd_acls()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_disk_acl_freebsd.c535 if (acl_set_fd_np(fd, acl, acl_type) == 0) in set_acl()