Home
last modified time | relevance | path

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

/minix/external/bsd/libarchive/dist/libarchive/
H A Darchive_entry_private.h172 int acl_state; /* See acl_next for details. */ member
H A Darchive_entry.c1194 entry->acl_state = 0; /* Not counting. */ in archive_entry_acl_clear()
1367 entry->acl_state = ARCHIVE_ENTRY_ACL_USER_OBJ; in archive_entry_acl_reset()
1369 entry->acl_state = 0; in archive_entry_acl_reset()
1391 if (entry->acl_state == 0) in archive_entry_acl_next()
1396 switch (entry->acl_state) { in archive_entry_acl_next()
1401 entry->acl_state = ARCHIVE_ENTRY_ACL_GROUP_OBJ; in archive_entry_acl_next()
1407 entry->acl_state = ARCHIVE_ENTRY_ACL_OTHER; in archive_entry_acl_next()
1413 entry->acl_state = -1; in archive_entry_acl_next()
1424 entry->acl_state = 0; in archive_entry_acl_next()