Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Ddynload_win.c208 char theInfo[256]; /* Pointer to error text local
220 (LPTSTR) theInfo, /* the buffer */
221 sizeof(theInfo), /* the buffer size */
235 theInfo[theLength-2] == '\r' &&
236 theInfo[theLength-1] == '\n') {
238 theInfo[theLength] = '\0';
242 strncpy(errBuf+len, theInfo,