Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
DShell.c2636 STATIC CONST UINT16 InvalidChars[] = {L'*', L'?', L'<', L'>', L'\\', L'/', L'\"', 0x0001, 0x0002}; variable
2658 ; Count < sizeof(InvalidChars) / sizeof(InvalidChars[0]) in IsValidCommandName()
2661 if (ScanMem16(CommandName, StrSize(CommandName), InvalidChars[Count]) != NULL) { in IsValidCommandName()