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

/netbsd-current/crypto/external/bsd/openssl.old/dist/apps/
H A Dwin32_init.c60 int i, slash, udlen; local
94 udlen = WideCharToMultiByte(CP_UTF8, 0, wstr, slash,
97 udlen = 0;
122 arg = malloc(udlen + uflen);
126 if (udlen)
128 arg, udlen, NULL, NULL);
131 arg + udlen, uflen, NULL, NULL);
/netbsd-current/crypto/external/bsd/openssl/dist/apps/lib/
H A Dwin32_init.c60 int i, slash, udlen; local
94 udlen = WideCharToMultiByte(CP_UTF8, 0, wstr, slash,
97 udlen = 0;
122 arg = malloc(udlen + uflen);
126 if (udlen)
128 arg, udlen, NULL, NULL);
131 arg + udlen, uflen, NULL, NULL);

Completed in 90 milliseconds