Searched refs:theLength (Results 1 – 1 of 1) sorted by relevance
210 int theLength; /* Length of error text */ local214 theLength = FormatMessage(226 if (theLength == 0) {234 if (theLength >= 2 &&235 theInfo[theLength-2] == '\r' &&236 theInfo[theLength-1] == '\n') {237 theLength -= 2;238 theInfo[theLength] = '\0';