Searched refs:testacl (Results 1 – 1 of 1) sorted by relevance
30 acl_t testacl; variable328 acl_t testacl; in main() local330 testacl = test_acl_user_create(); in main()333 result = acl_set_file(argv[1], ACL_TYPE_ACCESS, testacl); in main()344 acl_free(testacl); in main()347 testacl = test_acl_default_create(); in main()348 test_acl_default(argv[2], testacl); in main()351 testacl = test_acl_grp_create(); in main()352 result = acl_set_file(argv[1], ACL_TYPE_ACCESS, testacl); in main()362 acl_free(testacl); in main()