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

/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_entry_private.h172 int acl_state; /* See acl_next for details. */ member in struct:archive_entry
H A Darchive_entry.c1194 entry->acl_state = 0; /* Not counting. */
1367 entry->acl_state = ARCHIVE_ENTRY_ACL_USER_OBJ;
1369 entry->acl_state = 0;
1387 * The acl_state is either zero (no entries available), -1
1391 if (entry->acl_state == 0)
1396 switch (entry->acl_state) {
1401 entry->acl_state = ARCHIVE_ENTRY_ACL_GROUP_OBJ;
1407 entry->acl_state = ARCHIVE_ENTRY_ACL_OTHER;
1413 entry->acl_state = -1;
1424 entry->acl_state
[all...]

Completed in 96 milliseconds