Lines Matching refs:count

47 	int	count;  member
84 if (tally.user_obj.count > 0) { in aclent_aclcheck()
90 tally.user_obj.count = 1; in aclent_aclcheck()
95 if (tally.group_obj.count > 0) { in aclent_aclcheck()
101 tally.group_obj.count = 1; in aclent_aclcheck()
106 if (tally.other_obj.count > 0) { in aclent_aclcheck()
112 tally.other_obj.count = 1; in aclent_aclcheck()
117 if (tally.class_obj.count > 0) { in aclent_aclcheck()
123 tally.class_obj.count = 1; in aclent_aclcheck()
132 cnt = (tally.def_user.count)++; in aclent_aclcheck()
135 cnt = (tally.def_group.count)++; in aclent_aclcheck()
138 cnt = (tally.user.count)++; in aclent_aclcheck()
141 cnt = (tally.group.count)++; in aclent_aclcheck()
161 if (tally.def_user_obj.count > 0) { in aclent_aclcheck()
167 tally.def_user_obj.count = 1; in aclent_aclcheck()
172 if (tally.def_group_obj.count > 0) { in aclent_aclcheck()
178 tally.def_group_obj.count = 1; in aclent_aclcheck()
183 if (tally.def_other_obj.count > 0) { in aclent_aclcheck()
189 tally.def_other_obj.count = 1; in aclent_aclcheck()
194 if (tally.def_class_obj.count > 0) { in aclent_aclcheck()
200 tally.def_class_obj.count = 1; in aclent_aclcheck()
211 if (tally.user.count > 0 || tally.group.count > 0) in aclent_aclcheck()
212 if (tally.class_obj.count != 1) { in aclent_aclcheck()
218 if (tally.def_user.count > 0 || tally.def_group.count > 0) in aclent_aclcheck()
219 if (tally.def_class_obj.count != 1) { in aclent_aclcheck()
226 if (tally.user_obj.count != 1 || in aclent_aclcheck()
227 tally.group_obj.count != 1 || in aclent_aclcheck()
228 tally.other_obj.count != 1) { in aclent_aclcheck()
235 if (tally.def_user.count > 0 || tally.def_user_obj.count > 0 || in aclent_aclcheck()
236 tally.def_group.count > 0 || tally.def_group_obj.count > 0 || in aclent_aclcheck()
237 tally.def_class_obj.count > 0 || tally.def_other_obj.count > 0) { in aclent_aclcheck()
248 if (tally.def_user_obj.count != 1 || in aclent_aclcheck()
249 tally.def_group_obj.count != 1 || in aclent_aclcheck()
250 tally.def_other_obj.count != 1) { in aclent_aclcheck()
271 if ((tallyp->user).count > 0) in free_mem()
273 if ((tallyp->group).count > 0) in free_mem()
275 if ((tallyp->def_user).count > 0) in free_mem()
277 if ((tallyp->def_group).count > 0) in free_mem()
282 check_dup(int count, uid_t *ids, uid_t newid, struct entry_stat *tallyp) in check_dup() argument
286 for (i = 0; i < count; i++) { in check_dup()