Home
last modified time | relevance | path

Searched refs:unicode_strlen (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/lib/libsmbfs/smb/
H A Dutf_str.c50 unicode_strlen(const uint16_t *us) in unicode_strlen() function
106 ileft = unicode_strlen(us); in convert_ucs2xx_to_utf8()
H A Dcharsets.h45 extern size_t unicode_strlen(const uint16_t *unicode_string);
H A Dntlm.c127 pwsz = unicode_strlen(unipw) << 1; in ntlm_compute_nt_hash()
410 ucs2len = 2 * unicode_strlen(ucs2data); in ntlm_v2_hash()
575 nlen = unicode_strlen(ucs); in smb_put_blob_name()
H A Dmbuf.c420 len = 2 * (unicode_strlen(ubuf) + 1); in mb_put_ustring()