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

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

Completed in 47 milliseconds