Lines Matching refs:TCHAR
771 #include <tchar.h>
836 TCHAR buf[256];
837 const TCHAR *fmt;
851 if (sizeof(TCHAR)==sizeof(char))
852 fmt=(const TCHAR *)fmta;
859 if (fmtw == NULL) { fmt=(const TCHAR *)L"no stack?"; break; }
881 fmt = (const TCHAR *)fmtw;
885 _vsntprintf (buf,sizeof(buf)/sizeof(TCHAR)-1,fmt,ap);
886 buf [sizeof(buf)/sizeof(TCHAR)-1] = _T('\0');
893 const TCHAR *pmsg=buf;