Lines Matching refs:count

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