HomeSort by relevance Sort by last modified time
    Searched refs:szTmp (Results 1 - 2 of 2) sorted by null

  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/OAL/Pform/Linux/
TILibLinux.cpp 101 tiCHAR szTmp[512];
102 sprintf(szTmp,"%s LastError(0x%Xh)\n", lpsz, errno);
103 TIOutputDebugString(szTmp);
  /external/libpng/contrib/visupng/
VisualPng.c 521 static TCHAR szTmp [MAX_PATH];
593 strcpy (szTmp, *ppFileList + jj);
595 strcpy (*ppFileList + ii, szTmp);
661 static TCHAR szTmp [MAX_PATH];
684 sprintf (szTmp, "VisualPng - %s", strrchr(pstrPathName, '\\') + 1);
685 SetWindowText (hwnd, szTmp);

Completed in 107 milliseconds