Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Ddynload_win.c210 int theLength; /* Length of error text */ local
214 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';