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

/osnet-11/usr/src/cmd/ldap/common/
H A Dconvutf8.c615 LPWSTR wcstr; local
626 wcstr = (LPWSTR) malloc( sizeof( WCHAR ) * (inlen+1) );
627 if (!wcstr)
631 inlen, wcstr, inlen);
632 outlen = WideCharToMultiByte(bFromUTF8 ? CP_ACP : CP_UTF8, 0, wcstr,
637 outlen = WideCharToMultiByte(bFromUTF8 ? CP_ACP : CP_UTF8, 0, wcstr,
644 free( wcstr );

Completed in 38 milliseconds