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

/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_acl_platform_nfs4.c692 struct myacl_t *myacls, const char *filename, int start, int end)
740 * one with an item in the myacls array.
758 if (acl_match(acl_entry, &myacls[marker[i]])) {
771 /* Dump entries in the myacls array that weren't in the system acl. */
776 myacls[marker[i]].type, myacls[marker[i]].permset,
777 myacls[marker[i]].tag, myacls[marker[i]].qual,
778 myacls[marker[i]].name);
785 compare_entry_acls(struct archive_entry *ae, struct myacl_t *myacls, cons argument
683 compare_acls( void *aclp, int aclcnt, struct myacl_t *myacls, const char *filename, int start, int end) argument
[all...]
H A Dtest_acl_platform_posix1e.c226 struct archive_test_acl_t *myacls, int n)
239 /* Count ACL entries in myacls array and allocate an indirect array. */
248 * one with an item in the myacls array.
261 if (acl_match(acl_entry, &myacls[marker[i]])) {
274 /* Dump entries in the myacls array that weren't in the system acl. */
278 myacls[marker[i]].type, myacls[marker[i]].permset,
279 myacls[marker[i]].tag, myacls[marker[i]].qual,
280 myacls[marke
220 compare_acls( void *aclp, int aclcnt, struct archive_test_acl_t *myacls, int n) argument
[all...]

Completed in 52 milliseconds