Searched defs:other_names (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/tic/
H A Dtic_parse.c529 char *first_name, *other_names, *cur_name; local
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)
[all...]

Completed in 45 milliseconds