Home | History | Annotate | Download | only in EfiFileLib

Lines Matching defs:ToUpper

457 #define ToUpper(a)  ((((a) >= 'a') && ((a) <= 'z')) ? ((a) - 'a' + 'A') : (a))

486 if (ToUpper(*StringPtr) != ToUpper(*GuidPtr)) {