Home
last modified time | relevance | path

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

/titanic_44/usr/src/common/smbsrv/
H A Dsmb_string.c51 static boolean_t is_unicode = B_FALSE; variable
120 if (is_unicode) in smb_codepage_init()
125 is_unicode = B_TRUE; in smb_codepage_init()
128 is_unicode = B_FALSE; in smb_codepage_init()
140 uint16_t mask = is_unicode ? 0xffff : 0xff; in smb_isupper()
153 uint16_t mask = is_unicode ? 0xffff : 0xff; in smb_islower()
166 uint16_t mask = is_unicode ? 0xffff : 0xff; in smb_toupper()
179 uint16_t mask = is_unicode ? 0xffff : 0xff; in smb_tolower()