Lines Matching defs:other_names
529 char *first_name, *other_names, *cur_name;
542 other_names = strchr(first_name, '|');
543 if (other_names)
544 *other_names++ = '\0';
551 DEBUG(7, "Other names = '%s'\n", other_names ? other_names : "NULL");
597 while (other_names) {
598 cur_name = other_names;
599 other_names = strchr(cur_name, '|');
600 if (other_names)
601 *other_names++ = '\0';
614 if (other_names)