ReactOS 0.4.16-dev-983-g23ad936
|
#include "precomp.h"
Go to the source code of this file.
Macros | |
#define | LOCALES_COUNT _countof(Locales) |
#define | NAMES_COUNT _countof(Names) |
#define | LONG_NAMES_COUNT 12 |
Definition at line 32 of file RtlGenerate8dot3Name.c.
#define LONG_NAMES_COUNT 12 |
Definition at line 90 of file RtlGenerate8dot3Name.c.
Definition at line 51 of file RtlGenerate8dot3Name.c.
NTSYSAPI VOID NTAPI RtlGenerate8dot3Name | ( | _In_ PCUNICODE_STRING | Name, |
_In_ BOOLEAN | AllowExtendedCharacters, | ||
_Inout_ PGENERATE_NAME_CONTEXT | Context, | ||
_Inout_ PUNICODE_STRING | Name8dot3 | ||
) |
Referenced by CdGenerate8dot3Name(), FATAddEntry(), START_TEST(), and UDFDOSNameOsNative().
START_TEST | ( | RtlGenerate8dot3Name | ) |
Definition at line 103 of file RtlGenerate8dot3Name.c.
PWSTR ExShortNames1[LOCALES_COUNT][NAMES_COUNT] |
Definition at line 71 of file RtlGenerate8dot3Name.c.
Referenced by START_TEST().
PWSTR ExShortNames2[LOCALES_COUNT][NAMES_COUNT] |
Definition at line 80 of file RtlGenerate8dot3Name.c.
Referenced by START_TEST().
ULONG Locales[][2] |
Definition at line 23 of file RtlGenerate8dot3Name.c.
Referenced by START_TEST().
PWSTR LongNames[LONG_NAMES_COUNT] |
Definition at line 91 of file RtlGenerate8dot3Name.c.
Referenced by GetSystemName(), and START_TEST().
PWSTR LongShortNames[LONG_NAMES_COUNT] |
Definition at line 97 of file RtlGenerate8dot3Name.c.
Referenced by START_TEST().
PWSTR Names[] |
Definition at line 34 of file RtlGenerate8dot3Name.c.
Referenced by CopyHostentToBuffer(), CryptOIDEnumCallback(), IEnumDMO_fnNext(), IntFreeFontNames(), IntInitFontNames(), IntStoreFontNames(), LookupSidInformation(), LsaLookupNames(), LsaLookupNames2(), LsaLookupSids(), LsapLookupAccountDomainSids(), LsapLookupBuiltinDomainSids(), LsapLookupNames(), LsapSplitNames(), LsarLookupNames(), LsarLookupNames2(), LsarLookupNames3(), LsarLookupNames4(), MsvpChangePassword(), PRINTDLG_SetUpPaperComboBoxA(), PRINTDLG_SetUpPaperComboBoxW(), PrintOID(), SamLookupIdsInDomain(), SamLookupNamesInDomain(), SamrLookupIdsInDomain(), SamrLookupNamesInDomain(), SamValidateNormalUser(), and START_TEST().
PWSTR ShortNames1[LOCALES_COUNT][NAMES_COUNT] |
Definition at line 53 of file RtlGenerate8dot3Name.c.
Referenced by START_TEST().
PWSTR ShortNames2[LOCALES_COUNT][NAMES_COUNT] |
Definition at line 62 of file RtlGenerate8dot3Name.c.
Referenced by START_TEST().