Searched refs:GROUP_OBJ (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/external/bsd/libarchive/dist/libarchive/test/ |
| D | test_acl_platform_posix1e.c | 148 case GROUP_OBJ: in acl_match() 392 { GROUP_OBJ, -1, 4 | 2 | 1 }, 478 { GROUP_OBJ, -1, 4 | 2 | 1}, 535 { GROUP_OBJ, -1, 4 | 1 }, 541 { GROUP_OBJ | ACL_DEFAULT, -1, 4 | 1 },
|
| /netbsd/src/external/cddl/osnet/dist/common/acl/ |
| D | acl_common.c | 480 if (aclent[i].a_type & (GROUP | GROUP_OBJ)) in ln_aent_preprocess() 555 (aclent[i].a_type & (USER | GROUP | GROUP_OBJ))) { in ln_aent_to_ace() 558 if (aclent[i].a_type & GROUP_OBJ) { in ln_aent_to_ace() 611 } else if (aclent[i].a_type & (GROUP_OBJ | GROUP)) { in ln_aent_to_ace() 612 if (aclent[i].a_type & GROUP_OBJ) { in ln_aent_to_ace() 1060 (vals->aent_type & (USER | GROUP | GROUP_OBJ))) { in acevals_to_aent() 1072 } else if (dest->a_type & GROUP_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() 1147 if (!(list->group_obj.aent_type & GROUP_OBJ)) { in ace_list_to_aent() [all …]
|
| /netbsd/src/external/cddl/osnet/dist/uts/common/sys/ |
| D | acl.h | 61 #define GROUP_OBJ (0x04) /* owning group of the object */ macro 71 #define DEF_GROUP_OBJ (ACL_DEFAULT | GROUP_OBJ)
|
| /netbsd/src/external/bsd/am-utils/dist/include/ |
| D | am_defs.h | 1036 # ifdef GROUP_OBJ 1037 # undef GROUP_OBJ
|
| /netbsd/src/external/bsd/libarchive/dist/libarchive/ |
| D | archive_disk_acl_sunos.c | 418 case GROUP_OBJ: in translate_acl() 560 aclent->a_type |= GROUP_OBJ; in set_acl()
|
| /netbsd/src/external/bsd/am-utils/dist/ |
| D | ChangeLog | 3365 * include/am_defs.h: Solaris 10 (build 72) defines GROUP_OBJ in 3367 <rpcsvc/nis.h> uses GROUP_OBJ inside enum zotypes. So if you're 3370 GROUP_OBJ before including nis.h, because we don't need acl.h for
|