Searched refs:attrnamesptr (Results 1 – 1 of 1) sorted by relevance
261 attr_name_t *attrnamesptr = attrnames; in free_attr_names() local264 while (attrnamesptr != NULL) { in free_attr_names()265 tptr = attrnamesptr->next; in free_attr_names()266 if (attrnamesptr->name != NULL) { in free_attr_names()267 free(attrnamesptr->name); in free_attr_names()269 attrnamesptr = tptr; in free_attr_names()