Searched refs:testacl (Results 1 – 1 of 1) sorted by relevance
41 acl_t testacl; variable340 acl_t testacl; in main() local342 testacl = test_acl_user_create(); in main()345 result = acl_set_file(argv[1], ACL_TYPE_ACCESS, testacl); in main()356 acl_free(testacl); in main()359 testacl = test_acl_default_create(); in main()360 test_acl_default(argv[2], testacl); in main()363 testacl = test_acl_grp_create(); in main()364 result = acl_set_file(argv[1], ACL_TYPE_ACCESS, testacl); in main()374 acl_free(testacl); in main()