Lines Matching refs:fmta
834 void OPENSSL_showfatal (const char *fmta,...)
844 va_start (ap,fmta);
845 vfprintf (stderr,fmta,ap);
852 fmt=(const TCHAR *)fmta;
855 size_t len_0=strlen(fmta)+1,i;
862 if (!MultiByteToWideChar(CP_ACP,0,fmta,len_0,fmtw,len_0))
864 for (i=0;i<len_0;i++) fmtw[i]=(WCHAR)fmta[i];
884 va_start (ap,fmta);
902 void OPENSSL_showfatal (const char *fmta,...)
905 va_start (ap,fmta);
906 vfprintf (stderr,fmta,ap);