|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
| struct | UniCaseRange |
Macros | |
| #define | UNIUPR_NOLOWER /* Example to not expand lower case tables */ |
| #define | UNI_ASTERISK (__u16) ('*' + 0xF000) |
| #define | UNI_QUESTION (__u16) ('?' + 0xF000) |
| #define | UNI_COLON (__u16) (':' + 0xF000) |
| #define | UNI_GRTRTHAN (__u16) ('>' + 0xF000) |
| #define | UNI_LESSTHAN (__u16) ('<' + 0xF000) |
| #define | UNI_PIPE (__u16) ('|' + 0xF000) |
| #define | UNI_SLASH (__u16) ('\\' + 0xF000) |
Variables | |
| signed char | CifsUniUpperTable [512] |
| struct UniCaseRange | CifsUniUpperRange [] |
| #define UNI_ASTERISK (__u16) ('*' + 0xF000) |
Definition at line 47 of file cifs_unicode.h.
| #define UNI_COLON (__u16) (':' + 0xF000) |
Definition at line 49 of file cifs_unicode.h.
| #define UNI_GRTRTHAN (__u16) ('>' + 0xF000) |
Definition at line 50 of file cifs_unicode.h.
| #define UNI_LESSTHAN (__u16) ('<' + 0xF000) |
Definition at line 51 of file cifs_unicode.h.
| #define UNI_PIPE (__u16) ('|' + 0xF000) |
Definition at line 52 of file cifs_unicode.h.
| #define UNI_QUESTION (__u16) ('?' + 0xF000) |
Definition at line 48 of file cifs_unicode.h.
| #define UNI_SLASH (__u16) ('\\' + 0xF000) |
Definition at line 53 of file cifs_unicode.h.
| #define UNIUPR_NOLOWER /* Example to not expand lower case tables */ |
Definition at line 40 of file cifs_unicode.h.
| struct UniCaseRange CifsUniUpperRange[] |
Definition at line 129 of file cifs_uniupr.h.
| signed char CifsUniUpperTable[512] |
Definition at line 26 of file cifs_uniupr.h.
1.8.2