Searched refs:ACE_GETACL (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/bsd/libarchive/dist/libarchive/ |
H A D | archive_disk_acl_sunos.c | 116 else if (cmd == ACE_GETACL) { in sunacl_get() 731 aclp = sunacl_get(ACE_GETACL, &aclcnt, *fd, NULL); in archive_read_disk_entry_setup_acls() 738 aclp = sunacl_get(ACE_GETACL, &aclcnt, 0, accpath); in archive_read_disk_entry_setup_acls()
|
/netbsd-src/external/cddl/osnet/dist/uts/common/sys/ |
H A D | acl.h | 196 #define ACE_GETACL 4 macro
|
/netbsd-src/external/bsd/libarchive/dist/libarchive/test/ |
H A D | test_acl_platform_nfs4.c | 928 aclp = sunacl_get(ACE_GETACL, &aclcnt, 0, "testall"); in DEFINE_TEST() 966 aclp = sunacl_get(ACE_GETACL, &aclcnt, 0, buff); in DEFINE_TEST() 1006 aclp = sunacl_get(ACE_GETACL, &aclcnt, 0, "dirall"); in DEFINE_TEST()
|