Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_acl_platform_nfs4.c137 static struct myacl_t acls_dir[] = { variable
255 static const int acls_dir_cnt = (int)(sizeof(acls_dir)/sizeof(acls_dir[0]));
907 set_acls(ae, acls_dir, 0, acls_dir_cnt); in DEFINE_TEST()
916 set_acls(ae, acls_dir, i, i + 1); in DEFINE_TEST()
992 compare_acls(aclp, aclcnt, acls_dir, buff, i, i + 1); in DEFINE_TEST()
996 compare_acls(richacl, acls_dir, buff, i, i + 1); in DEFINE_TEST()
999 compare_acls(acl, acls_dir, buff, i, i + 1); in DEFINE_TEST()
1028 compare_acls(aclp, aclcnt, acls_dir, "dirall", 0, dircnt); in DEFINE_TEST()
1032 compare_acls(richacl, acls_dir, "dirall", 0, dircnt); in DEFINE_TEST()
1035 compare_acls(acl, acls_dir, "dirall", 0, dircnt); in DEFINE_TEST()
[all …]