Lines Matching refs:acl
91 acl_t acl; in test_acl_user_create() local
92 acl = acl_from_text(acl_text); in test_acl_user_create()
93 return acl; in test_acl_user_create()
102 acl_t acl; in test_acl_grp_create() local
103 acl = acl_from_text(acl_text); in test_acl_grp_create()
104 return acl; in test_acl_grp_create()
111 acl_t acl; in test_acl_default_create() local
112 acl = acl_from_text(acl_text); in test_acl_default_create()
113 return acl; in test_acl_default_create()
300 void test_acl_default(char *dir, acl_t acl) in test_acl_default() argument
308 res = acl_set_file(dir, ACL_TYPE_DEFAULT, acl); in test_acl_default()