Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/FatPkg/FatPei/
DFatLiteLib.c34 ToUpper ( in ToUpper() function
362 UpperS1 = ToUpper (*Str1); in EngStriColl()
363 UpperS2 = ToUpper (*Str2); in EngStriColl()
371 UpperS1 = ToUpper (*Str1); in EngStriColl()
372 UpperS2 = ToUpper (*Str2); in EngStriColl()
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/EfiFileLib/
DEfiFileLib.c458 #define ToUpper(a) ((((a) >= 'a') && ((a) <= 'z')) ? ((a) - 'a' + 'A') : (a)) macro
487 if (ToUpper(*StringPtr) != ToUpper(*GuidPtr)) { in CompareGuidToString()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
DVfrSyntax.g2128 #token ToUpper("toupper") "toupper"
2600 L:ToUpper
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
DVfrSyntax.g3675 #token ToUpper("toupper") "toupper"
4367 L:ToUpper