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

/macosx-10.9.5/libarchive-29/libarchive/libarchive/test/
H A Dtest_acl_freebsd.c131 compare_acls(acl_t acl, struct myacl_t *myacls) argument
139 /* Count ACL entries in myacls array and allocate an indirect array. */
140 for (n = 0; myacls[n].name != NULL; ++n)
148 * one with an item in the myacls array.
156 if (acl_match(acl_entry, &myacls[marker[i]])) {
169 /* Dump entries in the myacls array that weren't in the system acl. */
173 myacls[marker[i]].type, myacls[marker[i]].permset,
174 myacls[marker[i]].tag, myacls[marke
[all...]

Completed in 213 milliseconds