Home
last modified time | relevance | path

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

/linux/fs/ksmbd/
A Dunicode.h55 extern signed char SmbUniUpperTable[512];
284 if (uc < sizeof(SmbUniUpperTable)) { in UniToupper()
286 return uc + SmbUniUpperTable[uc]; /* Use base tables */ in UniToupper()
A Duniupr.h16 signed char SmbUniUpperTable[512] = { variable

Completed in 5 milliseconds