Home
last modified time | relevance | path

Searched refs:UNICODE_N_ENTRIES (Results 1 – 1 of 1) 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])) macro
369 if (UNICODE_N_ENTRIES <= a || a_unicode[a].val > b) { in smb_unicode_init()