Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dwidestring.cpp226 char pszTemp[256]; in GuessSizeForVSWPrintf() local
228 FXSYS_snprintf(pszTemp, sizeof(pszTemp), "%*.*f", nWidth, in GuessSizeForVSWPrintf()
230 nItemLen = strlen(pszTemp); in GuessSizeForVSWPrintf()
/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTPFXParser.cpp1797 char *pszRemaining(NULL), *pszTemp(NULL); in ParseTextures() local
1821 FREE(pszTemp) pszTemp = NULL; in ParseTextures()
1870 pszTemp = (char *)malloc( ((int)strlen(pszRemaining)+1) * sizeof(char)); in ParseTextures()
1871 strcpy(pszTemp, pszRemaining); in ParseTextures()
1872 str = strtok (pszTemp, " "); in ParseTextures()
1954 FREE(pszTemp); in ParseTextures()