Searched refs:other_names (Results 1 – 1 of 1) sorted by relevance
544 char *first_name, *other_names, *cur_name; in dump_structure() local556 other_names = strchr(first_name, '|'); in dump_structure()557 if (other_names) in dump_structure()558 *other_names++ = '\0'; in dump_structure()565 DEBUG(7, "Other names = '%s'\n", other_names ? other_names : "NULL"); in dump_structure()611 while (other_names) { in dump_structure()612 cur_name = other_names; in dump_structure()613 other_names = strchr(cur_name, '|'); in dump_structure()614 if (other_names) in dump_structure()615 *other_names++ = '\0'; in dump_structure()[all …]