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

/freebsd-10.1-release/crypto/openssl/crypto/bio/
H A Dbss_file.c124 int sz, len_0 = (int)strlen(filename) + 1; local
140 filename, len_0, NULL, 0)) > 0 ||
143 filename, len_0, NULL, 0)) > 0)
149 filename, len_0, wfilename, sz) &&
/freebsd-10.1-release/crypto/openssl/crypto/
H A Dcryptlib.c872 size_t len_0 = strlen(fmta) + 1, i; local
875 fmtw = (WCHAR *)alloca(len_0 * sizeof(WCHAR));
881 if (!MultiByteToWideChar(CP_ACP, 0, fmta, len_0, fmtw, len_0))
883 for (i = 0; i < len_0; i++)
886 for (i = 0; i < len_0; i++) {
/freebsd-10.1-release/crypto/openssl/engines/
H A De_capi.c1031 int len_0, sz; local
1035 len_0 = (int)wcslen(wstr) + 1; /* WideCharToMultiByte expects int */
1036 sz = WideCharToMultiByte(CP_ACP, 0, wstr, len_0, NULL, 0, NULL, NULL);
1046 if (!WideCharToMultiByte(CP_ACP, 0, wstr, len_0, str, sz, NULL, NULL)) {
/freebsd-10.1-release/crypto/openssl/apps/
H A Dapps.c2900 size_t i, len_0 = strlen(name) + 1; local
2902 if (len_0 > sizeof(FileData.cFileName) / sizeof(FileData.cFileName[0]))
2907 (CP_ACP, 0, name, len_0, FileData.cFileName, len_0))
2909 for (i = 0; i < len_0; i++)

Completed in 119 milliseconds