Home
last modified time | relevance | path

Searched refs:OTHER_OBJ (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/bsd/libarchive/dist/libarchive/test/
Dtest_acl_platform_posix1e.c163 case OTHER_OBJ: in acl_match()
395 { OTHER_OBJ, -1, 4 | 2 | 1 }
481 { OTHER_OBJ, -1, 0 }
538 { OTHER_OBJ, -1, 4 | 1 },
544 { OTHER_OBJ | ACL_DEFAULT, -1, 4 | 1 }
/netbsd/src/external/cddl/osnet/dist/uts/common/sys/
Dacl.h64 #define OTHER_OBJ (0x20) /* other entry for the object */ macro
77 #define DEF_OTHER_OBJ (ACL_DEFAULT | OTHER_OBJ)
/netbsd/src/external/cddl/osnet/dist/common/acl/
Dacl_common.c649 } else if (aclent[i].a_type & OTHER_OBJ) { in ln_aent_to_ace()
1074 } else if (dest->a_type & OTHER_OBJ) { in acevals_to_aent()
1095 if ((list->seen & (USER_OBJ | GROUP_OBJ | OTHER_OBJ)) != in ace_list_to_aent()
1096 (USER_OBJ | GROUP_OBJ | OTHER_OBJ)) { in ace_list_to_aent()
1197 if (!(list->other_obj.aent_type & OTHER_OBJ)) { in ace_list_to_aent()
1359 acl->seen |= OTHER_OBJ; in ln_ace_to_aent()
1361 vals->aent_type = OTHER_OBJ | acl->dfacl_flag; in ln_ace_to_aent()
/netbsd/src/external/bsd/libarchive/dist/libarchive/
Darchive_disk_acl_sunos.c422 case OTHER_OBJ: in translate_acl()
574 aclent->a_type |= OTHER_OBJ; in set_acl()