Searched defs:taclp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/setfacl/
H A Dsetfacl.c409 aclent_t *taclp, *centry = NULL, *gentry = NULL; local
448 for (taclp = new_aclp; cur_cnt-- > 0; taclp++) {
449 if (taclp->a_type == tmpacl.a_type &&
450 ((taclp->a_id == tmpacl.a_id) || is_obj)) {
454 taclp->a_perm = tmpacl.a_perm;
463 for (taclp = new_aclp; cur_cnt-- > 0; taclp++) {
464 if (taclp->a_type == tmpacl.a_type &&
465 ((taclp
[all...]

Completed in 48 milliseconds