Searched refs:attributeIndex (Results 1 – 1 of 1) sorted by relevance
110 int32 attributeIndex = attribute_index(entry->d_name); in test_remove_attributes() local111 if (attributeIndex > 0) { in test_remove_attributes()112 if (seen[attributeIndex]) { in test_remove_attributes()113 printf("attribute index %ld already listed!\n", attributeIndex); in test_remove_attributes()116 seen[attributeIndex] = true; in test_remove_attributes()162 int32 attributeIndex = attribute_index(entry->d_name); in test_add_attributes() local163 if (attributeIndex > 0) { in test_add_attributes()164 if (seen[attributeIndex]) { in test_add_attributes()165 printf("attribute index %ld already listed!\n", attributeIndex); in test_add_attributes()168 seen[attributeIndex] = true; in test_add_attributes()