Home
last modified time | relevance | path

Searched refs:CifsUniUpperTable (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/cifs/
H A Dcifs_unicode.h83 extern signed char CifsUniUpperTable[512];
328 if (uc < sizeof(CifsUniUpperTable)) { in UniToupper()
330 return uc + CifsUniUpperTable[uc]; /* Use base tables */ in UniToupper()
H A Dcifs_uniupr.h12 signed char CifsUniUpperTable[512] = { variable

Completed in 2 milliseconds