Searched refs:Str1 (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Mtftp4Dxe/
H A DMtftp4Option.c28 @param Str1 The first ascii string
37 IN UINT8 *Str1,
44 ASSERT ((Str1 != NULL) && (Str2 != NULL));
46 for (; (*Str1 != '\0') && (*Str2 != '\0'); Str1++, Str2++) {
47 Ch1 = *Str1;
66 return (BOOLEAN) (*Str1 == *Str2);
36 NetStringEqualNoCase( IN UINT8 *Str1, IN UINT8 *Str2 ) argument
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Parser/
H A DInfSectionParser.py340 Str1, ArchList = GetArch(ItemList, ArchList, FileName, LineNo, SectionString)
370 Str1 = ItemList[1]
391 _Scope.append([Str1, Str2])
397 if _SectionName.upper() == ValueItem[0].upper() and Str1.upper() not in ValueItem[1].split():
398 ValueItem[1] = ValueItem[1] + " " + Str1
400 elif _SectionName.upper() == ValueItem[0].upper() and Str1.upper() in ValueItem[1].split():
409 _ValueList.append([_SectionName, Str1, Str2, LineNo])
412 _ValueList.append([_SectionName, Str1, Str2, ItemList[3], LineNo])
H A DDecParser.py930 Str1 = ItemList[1]
931 if not IsValidArch(Str1):
934 Str1 = 'COMMON'
935 ArchList.add(Str1)
937 if [SectionName, Str1] not in self._RawData.CurrentScope:
938 self._RawData.CurrentScope.append([SectionName, Str1])
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/
H A DUnicodeCollationEng.h56 @param Str1 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
68 IN CHAR16 *Str1,
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DUnicodeCollation.h55 @param Str1 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.
67 IN CHAR16 *Str1,
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
H A DSecureBootConfigFileExplorer.c128 @param[in] Str1 The existing file name
136 IN CHAR16 *Str1,
147 Size1 = StrSize (Str1);
155 StrCat (Str, Str1);
135 AppendFileName( IN CHAR16 *Str1, IN CHAR16 *Str2 ) argument
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DSimpleFileParsing.c94 CHAR8 *Str1,
1184 CHAR8 *Str1,
1190 if (*Str1 != *Str2) {
1195 Str1++;
1183 t_strncmp( CHAR8 *Str1, CHAR8 *Str2, INTN Len ) argument
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DBootOption.c1081 @param Str1 The existing file name
1090 IN CHAR16 *Str1,
1101 Size1 = StrSize (Str1);
1109 StrCat (Str, Str1);
1089 BOpt_AppendFileName( IN CHAR16 *Str1, IN CHAR16 *Str2 ) argument
H A DBootMaint.h530 @param Str1 The existing file name
539 IN CHAR16 *Str1,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DExpression.c1829 CHAR16 *Str1; local
1859 Str1 = GetToken (Value1->Value.string, HiiHandle);
1860 if (Str1 == NULL) {
1869 FreePool (Str1);
1873 *Result = StrCmp (Str1, Str2);
1875 FreePool (Str1);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/
H A Dc.py843 def DiffModifier(Str1, Str2):
844 PartList1 = Str1.split()

Completed in 111 milliseconds