Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/smbsrv/
H A Dsmb_string.c52 static boolean_t is_unicode = B_FALSE; variable
123 if (is_unicode) in smb_codepage_init()
129 is_unicode = B_TRUE; in smb_codepage_init()
132 is_unicode = B_FALSE; in smb_codepage_init()
154 uint16_t mask = is_unicode ? 0xffff : 0xff; in smb_isupper()
167 uint16_t mask = is_unicode ? 0xffff : 0xff; in smb_islower()
180 uint16_t mask = is_unicode ? 0xffff : 0xff; in smb_toupper()
193 uint16_t mask = is_unicode ? 0xffff : 0xff; in smb_tolower()