Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel1CommandsLib/
DIf.c127 IN CONST BOOLEAN CaseInsensitive, in TestOperation() argument
144 …if ((CaseInsensitive && StringNoCaseCompare(&Compare1, &Compare2) > 0) || (StringCompare(&Compare1… in TestOperation()
178 …if ((CaseInsensitive && StringNoCaseCompare(&Compare1, &Compare2) < 0) || (StringCompare(&Compare1… in TestOperation()
212 …if ((CaseInsensitive && StringNoCaseCompare(&Compare1, &Compare2) == 0) || (StringCompare(&Compare… in TestOperation()
239 …if ((CaseInsensitive && StringNoCaseCompare(&Compare1, &Compare2) != 0) || (StringCompare(&Compare… in TestOperation()
267 …if ((CaseInsensitive && StringNoCaseCompare(&Compare1, &Compare2) >= 0) || (StringCompare(&Compare… in TestOperation()
301 …if ((CaseInsensitive && StringNoCaseCompare(&Compare1, &Compare2) <= 0) || (StringCompare(&Compare… in TestOperation()
357 IN CONST BOOLEAN CaseInsensitive, in ProcessStatement() argument
616 … OperationResult = TestOperation(Compare1, Compare2, BinOp, CaseInsensitive, ForceStringCompare); in ProcessStatement()
827 BOOLEAN CaseInsensitive; in ShellCommandRunIf() local
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/build/
Dbuild.py2183 GlobalData.gCaseInsensitive = Option.CaseInsensitive