fListingIndex
fListingIndex = 0;
while (fListingIndex < fListingLength) {
const char* name = fListing + fListingIndex;
fListingIndex += nameLen + 1;
fListingIndex = 0;
fListingIndex = 0;
int fListingIndex;