Home
last modified time | relevance | path

Searched refs:dsti (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/lib/fm/libdiagcode/common/
H A Ddiagcode.c629 int dsti; /* dest index when storing elements in key[] */ in sortkey() local
641 dsti = 1; in sortkey()
643 if (strcmp(key[srci], key[dsti - 1]) != 0) in sortkey()
644 key[dsti++] = key[srci]; in sortkey()
645 key[dsti] = NULL; in sortkey()