Home
last modified time | relevance | path

Searched refs:sunacl_get (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/libarchive/tar/test/
H A Dtest_option_acls.c278 acl_a = sunacl_get(GETACL, &aclcnt_a, 0, path_a); in compare_acls()
282 acl_a = sunacl_get(ACE_GETACL, &aclcnt_a, 0, path_a); in compare_acls()
288 acl_b = sunacl_get(ACE_GETACL, &aclcnt_b, 0, path_b); in compare_acls()
291 acl_b = sunacl_get(GETACL, &aclcnt_b, 0, path_b); in compare_acls()
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_acl_platform_posix1e.c336 aclp = sunacl_get(GETACL, &aclcnt, 0, "test0");
419 aclp = sunacl_get(GETACL, &aclcnt, fd, NULL);
H A Dtest_acl_platform_nfs4.c930 aclp = sunacl_get(ACE_GETACL, &aclcnt, 0, "testall"); in DEFINE_TEST()
968 aclp = sunacl_get(ACE_GETACL, &aclcnt, 0, buff); in DEFINE_TEST()
1008 aclp = sunacl_get(ACE_GETACL, &aclcnt, 0, "dirall"); in DEFINE_TEST()
/freebsd/contrib/libarchive/test_utils/
H A Dtest_common.h394 void *sunacl_get(int cmd, int *aclcnt, int fd, const char *path);
H A Dtest_main.c2840 sunacl_get(int cmd, int *aclcnt, int fd, const char *path) in sunacl_get() function