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

/netbsd-current/crypto/external/bsd/openssl.old/dist/apps/
H A Dwin32_init.c100 int uflen; local
117 * so that |uflen| covers even trailing '\0'.
119 uflen = WideCharToMultiByte(CP_UTF8, 0, data.cFileName, -1,
122 arg = malloc(udlen + uflen);
131 arg + udlen, uflen, NULL, NULL);
/netbsd-current/crypto/external/bsd/openssl/dist/apps/lib/
H A Dwin32_init.c100 int uflen; local
117 * so that |uflen| covers even trailing '\0'.
119 uflen = WideCharToMultiByte(CP_UTF8, 0, data.cFileName, -1,
122 arg = malloc(udlen + uflen);
131 arg + udlen, uflen, NULL, NULL);

Completed in 178 milliseconds