Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dtraceback.c179 char* pLastChar = &linebuf[sizeof(linebuf)-2]; in _Py_DisplaySourceLine() local
181 *pLastChar = '\0'; in _Py_DisplaySourceLine()
189 } while (*pLastChar != '\0' && *pLastChar != '\n'); in _Py_DisplaySourceLine()
Derrors.c780 char *pLastChar = &linebuf[sizeof(linebuf) - 2]; in PyErr_ProgramText() local
782 *pLastChar = '\0'; in PyErr_ProgramText()
790 } while (*pLastChar != '\0' && *pLastChar != '\n'); in PyErr_ProgramText()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dtraceback.c179 char* pLastChar = &linebuf[sizeof(linebuf)-2]; in _Py_DisplaySourceLine() local
181 *pLastChar = '\0'; in _Py_DisplaySourceLine()
189 } while (*pLastChar != '\0' && *pLastChar != '\n'); in _Py_DisplaySourceLine()
Derrors.c802 char *pLastChar = &linebuf[sizeof(linebuf) - 2]; in PyErr_ProgramText() local
804 *pLastChar = '\0'; in PyErr_ProgramText()
812 } while (*pLastChar != '\0' && *pLastChar != '\n'); in PyErr_ProgramText()