Home
last modified time | relevance | path

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

/external/libpng/contrib/visupng/
DVisualPng.c523 static TCHAR szTmp [MAX_PATH]; in BuildPngList() local
595 strcpy (szTmp, *ppFileList + jj); in BuildPngList()
597 strcpy (*ppFileList + ii, szTmp); in BuildPngList()
665 static TCHAR szTmp [MAX_PATH]; in LoadImageFile() local
688 sprintf (szTmp, "VisualPng - %s", strrchr(pstrPathName, '\\') + 1); in LoadImageFile()
689 SetWindowText (hwnd, szTmp); in LoadImageFile()