Searched refs:wcstr (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/common/smbsrv/ |
H A D | smb_match.c | 145 smb_wchar_t wcpat, wcstr; /* current wchar in pat, str */ in smb_match_private() local 243 nbstr = smb_mbtowc(&wcstr, str, MTS_MB_CHAR_MAX); in smb_match_private() 247 if (wcpat == wcstr) { in smb_match_private() 254 wcstr = smb_tolower(wcstr); in smb_match_private() 255 if (wcpat == wcstr) { in smb_match_private()
|
/titanic_44/usr/src/cmd/ldap/common/ |
H A D | convutf8.c | 616 LPWSTR wcstr; 627 wcstr = (LPWSTR) malloc( sizeof( WCHAR ) * (inlen+1) ); 628 if (!wcstr) 632 inlen, wcstr, inlen); 633 outlen = WideCharToMultiByte(bFromUTF8 ? CP_ACP : CP_UTF8, 0, wcstr, 638 outlen = WideCharToMultiByte(bFromUTF8 ? CP_ACP : CP_UTF8, 0, wcstr, 645 free( wcstr );
|