Searched refs:sunacl_get (Results 1 – 5 of 5) sorted by relevance
| /freebsd-10-stable/contrib/libarchive/tar/test/ |
| D | test_option_acls.c | 297 acl_a = sunacl_get(GETACL, &aclcnt_a, 0, path_a); in compare_acls() 301 acl_a = sunacl_get(ACE_GETACL, &aclcnt_a, 0, path_a); in compare_acls() 307 acl_b = sunacl_get(ACE_GETACL, &aclcnt_b, 0, path_b); in compare_acls() 310 acl_b = sunacl_get(GETACL, &aclcnt_b, 0, path_b); in compare_acls()
|
| /freebsd-10-stable/contrib/libarchive/libarchive/test/ |
| D | test_acl_platform_posix1e.c | 336 aclp = sunacl_get(GETACL, &aclcnt, 0, "test0"); 419 aclp = sunacl_get(GETACL, &aclcnt, fd, NULL);
|
| D | test_acl_platform_nfs4.c | 929 aclp = sunacl_get(ACE_GETACL, &aclcnt, 0, "testall"); in DEFINE_TEST() 967 aclp = sunacl_get(ACE_GETACL, &aclcnt, 0, buff); in DEFINE_TEST() 1007 aclp = sunacl_get(ACE_GETACL, &aclcnt, 0, "dirall"); in DEFINE_TEST()
|
| /freebsd-10-stable/contrib/libarchive/test_utils/ |
| D | test_common.h | 390 void *sunacl_get(int cmd, int *aclcnt, int fd, const char *path);
|
| D | test_main.c | 2804 sunacl_get(int cmd, int *aclcnt, int fd, const char *path) in sunacl_get() function
|