ReactOS 0.4.16-dev-258-g81860b4
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
BOOLEAN | vfatIsLongIllegal (WCHAR c) |
BOOLEAN | IsDotOrDotDot (PCUNICODE_STRING Name) |
Variables | |
const WCHAR * | long_illegals = L"\"*\<>/?:|" |
BOOLEAN IsDotOrDotDot | ( | PCUNICODE_STRING | Name | ) |
Definition at line 28 of file string.c.
Referenced by VfatCreateFile(), VfatOpenFile(), VfatSetDispositionInformation(), and VfatSetRenameInformation().
Definition at line 18 of file string.c.
Referenced by vfatIsLongIllegal().