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

/opensolaris-onvv-gate/usr/src/lib/libsec/common/
H A Daclcheck.c270 free_mem(struct entry_stat *tallyp) argument
272 if ((tallyp->user).count > 0)
273 free((tallyp->user).id);
274 if ((tallyp->group).count > 0)
275 free((tallyp->group).id);
276 if ((tallyp->def_user).count > 0)
277 free((tallyp->def_user).id);
278 if ((tallyp->def_group).count > 0)
279 free((tallyp->def_group).id);
283 check_dup(int count, uid_t *ids, uid_t newid, struct entry_stat *tallyp) argument
[all...]

Completed in 78 milliseconds