HomeSort by: relevance | last modified time | path
    Searched defs:richace (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/libarchive/dist/libarchive/
archive_disk_acl_linux.c 225 struct richace *richace; local
227 richacl_for_each_entry(richace, richacl) {
233 switch (richace->e_type) {
245 if (richace->e_flags & RICHACE_UNMAPPED_WHO)
248 if (richace->e_flags & RICHACE_SPECIAL_WHO) {
249 switch (richace->e_id) {
263 ae_id = richace->e_id;
264 if (richace->e_flags & RICHACE_IDENTIFIER_GROUP) {
267 (gid_t)(richace->e_id))
333 struct richace *richace; local
    [all...]

Completed in 27 milliseconds