Searched refs:fmtw (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A Dcryptlib.c690 WCHAR *fmtw; local
693 fmtw = (WCHAR *)_alloca (len_0*sizeof(WCHAR));
695 fmtw = (WCHAR *)alloca (len_0*sizeof(WCHAR));
697 if (fmtw == NULL) { fmt=(const TCHAR *)L"no stack?"; break; }
700 if (!MultiByteToWideChar(CP_ACP,0,fmta,len_0,fmtw,len_0))
702 for (i=0;i<len_0;i++) fmtw[i]=(WCHAR)fmta[i];
705 { if (fmtw[i]==L'%') do
707 switch (fmtw[i+1])
712 case L's': fmtw[i+1]=L'S'; break;
713 case L'S': fmtw[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/
H A Dcryptlib.c896 WCHAR *fmtw; local
898 fmtw = (WCHAR *)alloca(len_0 * sizeof(WCHAR));
899 if (fmtw == NULL) {
904 if (!MultiByteToWideChar(CP_ACP, 0, fmta, len_0, fmtw, len_0))
907 fmtw[i] = (WCHAR)fmta[i];
910 if (fmtw[i] == L'%')
913 switch (fmtw[i + 1]) {
931 fmtw[i + 1] = L'S';
934 fmtw[i + 1] = L's';
937 fmtw[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/
H A Dcryptlib.c896 WCHAR *fmtw; local
898 fmtw = (WCHAR *)alloca(len_0 * sizeof(WCHAR));
899 if (fmtw == NULL) {
904 if (!MultiByteToWideChar(CP_ACP, 0, fmta, len_0, fmtw, len_0))
907 fmtw[i] = (WCHAR)fmta[i];
910 if (fmtw[i] == L'%')
913 switch (fmtw[i + 1]) {
931 fmtw[i + 1] = L'S';
934 fmtw[i + 1] = L's';
937 fmtw[
[all...]

Completed in 71 milliseconds