Searched refs:tally (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libsec/common/
H A Daclcheck.c73 struct entry_stat tally; local
79 memset(&tally, '\0', sizeof (tally));
85 if (tally.user_obj.count > 0) {
87 (void) free_mem(&tally);
91 tally.user_obj.count = 1;
96 if (tally.group_obj.count > 0) {
98 (void) free_mem(&tally);
102 tally.group_obj.count = 1;
107 if (tally
[all...]

Completed in 143 milliseconds