Lines Matching refs:TCHAR
772 #include <tchar.h>
837 TCHAR buf[256];
838 const TCHAR *fmt;
852 if (sizeof(TCHAR)==sizeof(char))
853 fmt=(const TCHAR *)fmta;
860 if (fmtw == NULL) { fmt=(const TCHAR *)L"no stack?"; break; }
882 fmt = (const TCHAR *)fmtw;
886 _vsntprintf (buf,sizeof(buf)/sizeof(TCHAR)-1,fmt,ap);
887 buf [sizeof(buf)/sizeof(TCHAR)-1] = _T('\0');
894 const TCHAR *pmsg=buf;