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

/freebsd-13-stable/crypto/openssl/crypto/
H A Do_fopen.c42 int sz, len_0 = (int)strlen(filename) + 1; local
58 filename, len_0, NULL, 0)) > 0 ||
61 filename, len_0, NULL, 0)) > 0)
67 filename, len_0, wfilename, sz) &&
H A Dcryptlib.c294 size_t len_0 = strlen(fmta) + 1, i; local
297 fmtw = (WCHAR *)alloca(len_0 * sizeof(WCHAR));
302 if (!MultiByteToWideChar(CP_ACP, 0, fmta, len_0, fmtw, len_0))
303 for (i = 0; i < len_0; i++)
305 for (i = 0; i < len_0; i++) {
/freebsd-13-stable/crypto/openssl/engines/
H A De_capi.c1109 int len_0, sz; local
1113 len_0 = (int)wcslen(wstr) + 1; /* WideCharToMultiByte expects int */
1114 sz = WideCharToMultiByte(CP_ACP, 0, wstr, len_0, NULL, 0, NULL, NULL);
1124 if (!WideCharToMultiByte(CP_ACP, 0, wstr, len_0, str, sz, NULL, NULL)) {
/freebsd-13-stable/crypto/openssl/apps/
H A Dapps.c2361 size_t i, len_0 = strlen(name) + 1; local
2364 if (len_0 > MAX_PATH)
2368 if (!MultiByteToWideChar(CP_ACP, 0, name, len_0, tempname, MAX_PATH))
2370 for (i = 0; i < len_0; i++)

Completed in 99 milliseconds