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

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Application/Shell/
H A DShell.c1582 STATIC CONST UINT16 InvalidChars[] = {L'*', L'?', L'<', L'>', L'\\', L'/', L'\"', 0x0001, 0x0002}; variable
1604 ; Count < sizeof(InvalidChars) / sizeof(InvalidChars[0])
1607 if (ScanMem16(CommandName, StrSize(CommandName), InvalidChars[Count]) != NULL) {

Completed in 34 milliseconds