Home
last modified time | relevance | path

Searched refs:Str1 (Results 1 – 25 of 28) sorted by relevance

12

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
DOnigurumaUefiPort.c29 int OnigStrCmp (char* Str1, char* Str2) in OnigStrCmp() argument
31 return (int)AsciiStrCmp (Str1, Str2); in OnigStrCmp()
DOnigurumaUefiPort.h60 int OnigStrCmp (char* Str1, char* Str2);
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/UnicodeCollation/EnglishDxe/
DUnicodeCollationEng.c189 IN CHAR16 *Str1, in EngStriColl() argument
193 while (*Str1 != 0) { in EngStriColl()
194 if (TO_UPPER (*Str1) != TO_UPPER (*Str2)) { in EngStriColl()
198 Str1 += 1; in EngStriColl()
202 return TO_UPPER (*Str1) - TO_UPPER (*Str2); in EngStriColl()
DUnicodeCollationEng.h68 IN CHAR16 *Str1,
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Mtftp4Dxe/
DMtftp4Option.c37 IN UINT8 *Str1, in NetStringEqualNoCase() argument
44 ASSERT ((Str1 != NULL) && (Str2 != NULL)); in NetStringEqualNoCase()
46 for (; (*Str1 != '\0') && (*Str2 != '\0'); Str1++, Str2++) { in NetStringEqualNoCase()
47 Ch1 = *Str1; in NetStringEqualNoCase()
66 return (BOOLEAN) (*Str1 == *Str2); in NetStringEqualNoCase()
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
DInfSectionParser.py349 Str1, ArchList = GetArch(ItemList, ArchList, FileName, LineNo, SectionString)
379 Str1 = ItemList[1]
400 _Scope.append([Str1, Str2])
406 … if _SectionName.upper() == ValueItem[0].upper() and Str1.upper() not in ValueItem[1].split():
407 ValueItem[1] = ValueItem[1] + " " + Str1
409 … elif _SectionName.upper() == ValueItem[0].upper() and Str1.upper() in ValueItem[1].split():
418 _ValueList.append([_SectionName, Str1, Str2, LineNo])
421 _ValueList.append([_SectionName, Str1, Str2, ItemList[3], LineNo])
DDecParser.py1014 Str1 = ItemList[1]
1015 if not IsValidArch(Str1):
1018 Str1 = 'COMMON'
1019 ArchList.add(Str1)
1021 if [SectionName, Str1] not in self._RawData.CurrentScope:
1022 self._RawData.CurrentScope.append([SectionName, Str1])
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/Uc2OnUcThunk/
DUc2OnUcThunk.c52 IN CHAR16 *Str1,
317 IN CHAR16 *Str1, in StriColl() argument
325 return Private->Uc->StriColl (Private->Uc, Str1, Str2); in StriColl()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/UcOnUc2Thunk/
DUcOnUc2Thunk.c52 IN CHAR16 *Str1,
318 IN CHAR16 *Str1, in StriColl() argument
326 return Private->Uc2->StriColl (Private->Uc2, Str1, Str2); in StriColl()
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/
DSafeString.c73 IN CHAR16 *Str1, in InternalSafeStringNoStrOverlap() argument
79 return !InternalSafeStringIsOverlap (Str1, Size1 * sizeof(CHAR16), Str2, Size2 * sizeof(CHAR16)); in InternalSafeStringNoStrOverlap()
97 IN CHAR8 *Str1, in InternalSafeStringNoAsciiStrOverlap() argument
103 return !InternalSafeStringIsOverlap (Str1, Size1, Str2, Size2); in InternalSafeStringNoAsciiStrOverlap()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/StrGather/
DStrGather.h78 WCHAR *Str1; member
DStrGather.c2143 NewList->Str1 = (WCHAR *) malloc ((strlen (StringName) + 1) * sizeof (WCHAR)); in ParseIndirectionFiles()
2145 if ((NewList->Str1 == NULL) || (NewList->Str2 == NULL)) { in ParseIndirectionFiles()
2151 … swprintf (NewList->Str1, (strlen (StringName) + 1) * sizeof (WCHAR), L"%S", StringName); in ParseIndirectionFiles()
2154 swprintf (NewList->Str1, L"%S", StringName); in ParseIndirectionFiles()
2414 free (mGlobals.IndirectionList->Str1); in FreeLists()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiStrGather/
DStrGather.h81 WCHAR *Str1; member
DStrGather.c2437 NewList->Str1 = (WCHAR *) malloc ((strlen (StringName) + 1) * sizeof (WCHAR)); in ParseIndirectionFiles()
2439 if ((NewList->Str1 == NULL) || (NewList->Str2 == NULL)) { in ParseIndirectionFiles()
2445 … swprintf (NewList->Str1, (strlen (StringName) + 1) * sizeof (WCHAR), L"%S", StringName); in ParseIndirectionFiles()
2448 swprintf (NewList->Str1, L"%S", StringName); in ParseIndirectionFiles()
2914 free (mGlobals.IndirectionList->Str1); in FreeLists()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/UnicodeCollation/
DUnicodeCollation.h45 IN CHAR16 *Str1,
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/UnicodeCollation2/
DUnicodeCollation2.h45 IN CHAR16 *Str1,
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DUnicodeCollation.h67 IN CHAR16 *Str1,
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DisplayEngineDxe/
DProcessOptions.c228 CHAR16 *Str1; in CompareHiiValue() local
249 Str1 = GetToken (Value1->Value.string, HiiHandle); in CompareHiiValue()
250 if (Str1 == NULL) { in CompareHiiValue()
259 FreePool (Str1); in CompareHiiValue()
263 *Result = StrCmp (Str1, Str2); in CompareHiiValue()
265 FreePool (Str1); in CompareHiiValue()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
DSimpleFileParsing.c95 T_CHAR *Str1,
1197 T_CHAR *Str1, in t_strncmp() argument
1203 if (*Str1 != *Str2) { in t_strncmp()
1208 Str1++; in t_strncmp()
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
DSimpleFileParsing.c88 CHAR8 *Str1,
1178 CHAR8 *Str1, in t_strncmp() argument
1184 if (*Str1 != *Str2) { in t_strncmp()
1189 Str1++; in t_strncmp()
/device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
DSecureBootConfigFileExplorer.c136 IN CHAR16 *Str1, in AppendFileName() argument
148 Size1 = StrSize (Str1); in AppendFileName()
157 StrCatS (Str, BufferSize / sizeof (CHAR16), Str1); in AppendFileName()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/FileExplorerLib/
DFileExplorer.c604 IN CHAR16 *Str1, in LibAppendFileName() argument
616 Size1 = StrSize (Str1); in LibAppendFileName()
625 StrCpyS (Str, MaxLen, Str1); in LibAppendFileName()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/
DExpression.c2207 CHAR16 *Str1; in CompareHiiValue() local
2228 Str1 = GetToken (Value1->Value.string, HiiHandle); in CompareHiiValue()
2229 if (Str1 == NULL) { in CompareHiiValue()
2238 FreePool (Str1); in CompareHiiValue()
2242 *Result = StrCmp (Str1, Str2); in CompareHiiValue()
2244 FreePool (Str1); in CompareHiiValue()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
DBootOption.c1084 IN CHAR16 *Str1, in BOpt_AppendFileName() argument
1096 Size1 = StrSize (Str1); in BOpt_AppendFileName()
1105 StrCatS (Str, MaxLen, Str1); in BOpt_AppendFileName()
DBootMaint.h531 IN CHAR16 *Str1,

12