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

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DUefiShellLevel2CommandsLib.c295 CHAR16 Char2; local
302 Char2 = InternalCharToUpper(Target[LoopCount]);
303 if (Char1 != Char2) {
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/TftpServer/
H A DTftpServer.c396 int Char2; local
407 Char2 = (UINT8)*pString2++;
413 Char2 = tolower ( Char2 );
418 Difference = Char1 - Char2;

Completed in 938 milliseconds