Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/libarchive/dist/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]));
905 set_acls(ae, acls_dir, 0, acls_dir_cnt); in DEFINE_TEST()
914 set_acls(ae, acls_dir, i, i + 1); in DEFINE_TEST()
990 compare_acls(aclp, aclcnt, acls_dir, buff, i, i + 1); in DEFINE_TEST()
994 compare_acls(richacl, acls_dir, buff, i, i + 1); in DEFINE_TEST()
997 compare_acls(acl, acls_dir, buff, i, i + 1); in DEFINE_TEST()
1026 compare_acls(aclp, aclcnt, acls_dir, "dirall", 0, dircnt); in DEFINE_TEST()
1030 compare_acls(richacl, acls_dir, "dirall", 0, dircnt); in DEFINE_TEST()
1033 compare_acls(acl, acls_dir, "dirall", 0, dircnt); in DEFINE_TEST()
[all …]