Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/smbsrv/
H A Dsmb_string.c45 #define UNICODE_N_ENTRIES (sizeof (a_unicode) / sizeof (a_unicode[0]))
369 if (UNICODE_N_ENTRIES <= a || a_unicode[a].val > b) { in smb_unicode_init()
380 switch (a_unicode[a].ctype) { in smb_unicode_init()
394 if (a_unicode[a].lower == 0xffff) { in smb_unicode_init()
401 unicode[b].lower = a_unicode[a].lower; in smb_unicode_init()
409 if (a_unicode[a].upper == 0xffff) { in smb_unicode_init()
415 unicode[b].upper = a_unicode[a].upper; in smb_unicode_init()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dcp_unicode.h43 const struct unicode_cp a_unicode[] = { variable