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