Searched refs:sunacl_get (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/bsd/libarchive/dist/tar/test/
H A Dtest_option_acls.c296 acl_a = sunacl_get(GETACL, &aclcnt_a, 0, path_a);
300 acl_a = sunacl_get(ACE_GETACL, &aclcnt_a, 0, path_a);
306 acl_b = sunacl_get(ACE_GETACL, &aclcnt_b, 0, path_b);
309 acl_b = sunacl_get(GETACL, &aclcnt_b, 0, path_b);
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_disk_acl_sunos.c105 sunacl_get(int cmd, int *aclcnt, int fd, const char *path) function
731 aclp = sunacl_get(ACE_GETACL, &aclcnt, *fd, NULL);
738 aclp = sunacl_get(ACE_GETACL, &aclcnt, 0, accpath);
764 aclp = sunacl_get(GETACL, &aclcnt, *fd, NULL);
771 aclp = sunacl_get(GETACL, &aclcnt, 0, accpath);
/netbsd-current/external/bsd/libarchive/dist/libarchive/test/
H A Dtest_acl_platform_posix1e.c335 aclp = sunacl_get(GETACL, &aclcnt, 0, "test0");
418 aclp = sunacl_get(GETACL, &aclcnt, fd, NULL);
H A Dtest_acl_platform_nfs4.c928 aclp = sunacl_get(ACE_GETACL, &aclcnt, 0, "testall");
966 aclp = sunacl_get(ACE_GETACL, &aclcnt, 0, buff);
1006 aclp = sunacl_get(ACE_GETACL, &aclcnt, 0, "dirall");
/netbsd-current/external/bsd/libarchive/dist/test_utils/
H A Dtest_common.h381 void *sunacl_get(int cmd, int *aclcnt, int fd, const char *path);
H A Dtest_main.c2824 sunacl_get(int cmd, int *aclcnt, int fd, const char *path) function

Completed in 285 milliseconds