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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Mtftp4Dxe/
H A DMtftp4Option.c29 @param Str2 The second ascii string
38 IN UINT8 *Str2
44 ASSERT ((Str1 != NULL) && (Str2 != NULL));
46 for (; (*Str1 != '\0') && (*Str2 != '\0'); Str1++, Str2++) {
48 Ch2 = *Str2;
66 return (BOOLEAN) (*Str1 == *Str2);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Parser/
H A DInfSectionParser.py67 Str2 = ''
87 Str2 = ItemList[2]
100 Str2 = ItemList[2] + ' | ' + ItemList[3]
102 Str2 = ItemList[2]
108 return Str2
389 Str2 = GetSpecialStr2(ItemList, FileName, LineNo, SectionString)
391 _Scope.append([Str1, Str2])
409 _ValueList.append([_SectionName, Str1, Str2, LineNo])
412 _ValueList.append([_SectionName, Str1, Str2, ItemList[3], LineNo])
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/
H A DUnicodeCollationEng.h57 @param Str2 A pointer to a Null-terminated string.
59 @retval 0 Str1 is equivalent to Str2
60 @retval > 0 Str1 is lexically greater than Str2
61 @retval < 0 Str1 is lexically less than Str2
69 IN CHAR16 *Str2
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DUnicodeCollation.h56 @param Str2 A pointer to a Null-terminated string.
58 @retval 0 Str1 is equivalent to Str2.
59 @retval >0 Str1 is lexically greater than Str2.
60 @retval <0 Str1 is lexically less than Str2.
68 IN CHAR16 *Str2
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
H A DSecureBootConfigFileExplorer.c129 @param[in] Str2 The file name to be appended
137 IN CHAR16 *Str2
148 Size2 = StrSize (Str2);
160 StrCat (Str, Str2);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DSimpleFileParsing.c95 CHAR8 *Str2,
1185 CHAR8 *Str2,
1190 if (*Str1 != *Str2) {
1196 Str2++;
1183 t_strncmp( CHAR8 *Str1, CHAR8 *Str2, INTN Len ) argument
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DBootOption.c1082 @param Str2 The file name to be appended
1091 IN CHAR16 *Str2
1102 Size2 = StrSize (Str2);
1114 StrCat (Str, Str2);
H A DBootMaint.h531 @param Str2 The file name to be appended
540 IN CHAR16 *Str2
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DExpression.c1830 CHAR16 *Str2; local
1867 Str2 = GetToken (Value2->Value.string, HiiHandle);
1868 if (Str2 == NULL) {
1873 *Result = StrCmp (Str1, Str2);
1876 FreePool (Str2);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/
H A Dc.py843 def DiffModifier(Str1, Str2):
845 PartList2 = Str2.split()

Completed in 315 milliseconds