Lines Matching refs:count
48 int count; member
85 if (tally.user_obj.count > 0) { in aclent_aclcheck()
91 tally.user_obj.count = 1; in aclent_aclcheck()
96 if (tally.group_obj.count > 0) { in aclent_aclcheck()
102 tally.group_obj.count = 1; in aclent_aclcheck()
107 if (tally.other_obj.count > 0) { in aclent_aclcheck()
113 tally.other_obj.count = 1; in aclent_aclcheck()
118 if (tally.class_obj.count > 0) { in aclent_aclcheck()
124 tally.class_obj.count = 1; in aclent_aclcheck()
133 cnt = (tally.def_user.count)++; in aclent_aclcheck()
136 cnt = (tally.def_group.count)++; in aclent_aclcheck()
139 cnt = (tally.user.count)++; in aclent_aclcheck()
142 cnt = (tally.group.count)++; in aclent_aclcheck()
162 if (tally.def_user_obj.count > 0) { in aclent_aclcheck()
168 tally.def_user_obj.count = 1; in aclent_aclcheck()
173 if (tally.def_group_obj.count > 0) { in aclent_aclcheck()
179 tally.def_group_obj.count = 1; in aclent_aclcheck()
184 if (tally.def_other_obj.count > 0) { in aclent_aclcheck()
190 tally.def_other_obj.count = 1; in aclent_aclcheck()
195 if (tally.def_class_obj.count > 0) { in aclent_aclcheck()
201 tally.def_class_obj.count = 1; in aclent_aclcheck()
212 if (tally.user.count > 0 || tally.group.count > 0) in aclent_aclcheck()
213 if (tally.class_obj.count != 1) { in aclent_aclcheck()
219 if (tally.def_user.count > 0 || tally.def_group.count > 0) in aclent_aclcheck()
220 if (tally.def_class_obj.count != 1) { in aclent_aclcheck()
227 if (tally.user_obj.count != 1 || in aclent_aclcheck()
228 tally.group_obj.count != 1 || in aclent_aclcheck()
229 tally.other_obj.count != 1) { in aclent_aclcheck()
236 if (tally.def_user.count > 0 || tally.def_user_obj.count > 0 || in aclent_aclcheck()
237 tally.def_group.count > 0 || tally.def_group_obj.count > 0 || in aclent_aclcheck()
238 tally.def_class_obj.count > 0 || tally.def_other_obj.count > 0) { in aclent_aclcheck()
249 if (tally.def_user_obj.count != 1 || in aclent_aclcheck()
250 tally.def_group_obj.count != 1 || in aclent_aclcheck()
251 tally.def_other_obj.count != 1) { in aclent_aclcheck()
272 if ((tallyp->user).count > 0) in free_mem()
274 if ((tallyp->group).count > 0) in free_mem()
276 if ((tallyp->def_user).count > 0) in free_mem()
278 if ((tallyp->def_group).count > 0) in free_mem()
283 check_dup(int count, uid_t *ids, uid_t newid, struct entry_stat *tallyp) in check_dup() argument
287 for (i = 0; i < count; i++) { in check_dup()