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

/freebsd-10.1-release/crypto/openssl/crypto/
H A Dcryptlib.c873 WCHAR *fmtw; local
875 fmtw = (WCHAR *)alloca(len_0 * sizeof(WCHAR));
876 if (fmtw == NULL) {
881 if (!MultiByteToWideChar(CP_ACP, 0, fmta, len_0, fmtw, len_0))
884 fmtw[i] = (WCHAR)fmta[i];
887 if (fmtw[i] == L'%')
890 switch (fmtw[i + 1]) {
908 fmtw[i + 1] = L'S';
911 fmtw[i + 1] = L's';
914 fmtw[
[all...]

Completed in 127 milliseconds