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

/freebsd-11-stable/crypto/openssl/crypto/
H A Dcryptlib.c907 size_t len_0 = strlen(fmta) + 1, i; local
910 fmtw = (WCHAR *)alloca(len_0 * sizeof(WCHAR));
916 if (!MultiByteToWideChar(CP_ACP, 0, fmta, len_0, fmtw, len_0))
918 for (i = 0; i < len_0; i++)
921 for (i = 0; i < len_0; i++) {
/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbss_file.c123 int sz, len_0 = (int)strlen(filename) + 1; local
139 filename, len_0, NULL, 0)) > 0 ||
142 filename, len_0, NULL, 0)) > 0)
148 filename, len_0, wfilename, sz) &&
/freebsd-11-stable/crypto/openssl/engines/
H A De_capi.c1084 int len_0, sz; local
1088 len_0 = (int)wcslen(wstr) + 1; /* WideCharToMultiByte expects int */
1089 sz = WideCharToMultiByte(CP_ACP, 0, wstr, len_0, NULL, 0, NULL, NULL);
1099 if (!WideCharToMultiByte(CP_ACP, 0, wstr, len_0, str, sz, NULL, NULL)) {
/freebsd-11-stable/crypto/openssl/apps/
H A Dapps.c3170 size_t i, len_0 = strlen(name) + 1; local
3172 if (len_0 > sizeof(FileData.cFileName) / sizeof(FileData.cFileName[0]))
3177 (CP_ACP, 0, name, len_0, FileData.cFileName, len_0))
3179 for (i = 0; i < len_0; i++)

Completed in 133 milliseconds