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

/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_acl_platform_nfs4.c138 static struct myacl_t acls_dir[] = { variable in typeref:struct:myacl_t
256 static const int acls_dir_cnt = (int)(sizeof(acls_dir)/sizeof(acls_dir[0]));
906 set_acls(ae, acls_dir, 0, acls_dir_cnt);
915 set_acls(ae, acls_dir, i, i + 1);
991 compare_acls(aclp, aclcnt, acls_dir, buff, i, i + 1);
995 compare_acls(richacl, acls_dir, buff, i, i + 1);
998 compare_acls(acl, acls_dir, buff, i, i + 1);
1027 compare_acls(aclp, aclcnt, acls_dir, "dirall", 0, dircnt);
1031 compare_acls(richacl, acls_dir, "diral
[all...]

Completed in 63 milliseconds