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

/netbsd-current/external/bsd/libarchive/dist/tar/test/
H A Dtest_option_acls.c275 aclent_t *aclent_a, *aclent_b; local
280 acl_entry_t aclent_a, aclent_b; local
328 aclent_b = &((aclent_t *)acl_b)[e];
329 if (aclent_a->a_type != aclent_b->a_type ||
330 aclent_a->a_id != aclent_b->a_id ||
331 aclent_a->a_perm != aclent_b->a_perm) {
421 b = acl_get_entry(acl_b, ACL_FIRST_ENTRY, &aclent_b);
432 r = compare_acl_entry(aclent_a, aclent_b, is_nfs4);
438 b = acl_get_entry(acl_b, ACL_NEXT_ENTRY, &aclent_b);

Completed in 62 milliseconds