Home | History | Annotate | Download | only in crypto

Lines Matching refs:TCHAR

411 #include <tchar.h>
457 TCHAR buf[256];
458 const TCHAR *fmt;
472 if (sizeof(TCHAR)==sizeof(char))
473 fmt=(const TCHAR *)fmta;
484 if (fmtw == NULL) { fmt=(const TCHAR *)L"no stack?"; break; }
506 fmt = (const TCHAR *)fmtw;
510 _vsntprintf (buf,sizeof(buf)/sizeof(TCHAR)-1,fmt,ap);
511 buf [sizeof(buf)/sizeof(TCHAR)-1] = _T('\0');
518 const TCHAR *pmsg=buf;