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

/illumos-gate/usr/src/cmd/chmod/
H A Dchmod.c261 attr_name_t *attrnamesptr = attrnames; local
264 while (attrnamesptr != NULL) {
265 tptr = attrnamesptr->next;
266 if (attrnamesptr->name != NULL) {
267 free(attrnamesptr->name);
269 attrnamesptr = tptr;

Completed in 98 milliseconds