Home
last modified time | relevance | path

Searched refs:EfiStrLen (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/
DString.c74 SrcLen = EfiStrLen (Src); in EfiStrnCpy()
87 EfiStrLen ( in EfiStrLen() function
129 return ((EfiStrLen (String) + 1) * sizeof (CHAR16)); in EfiStrSize()
226 EfiStrCpy (Destination + EfiStrLen (Destination), Source); in EfiStrCat()
249 EfiStrnCpy (Dest + EfiStrLen (Dest), Src, Length); in EfiStrnCat()
718 for (p1 = str + EfiStrLen(str) - 1; p1 >= str && *p1 == CharC; p1--) { in EfiStrTrim()
721 if (p1 != str + EfiStrLen(str) - 1) { in EfiStrTrim()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiIfrSupportLib/
DIfrVariable.c429 StrLen = EfiStrLen (Name); in EfiLibHiiVariableOverrideIfSuffix()
430 StrLenSuffix = EfiStrLen (Suffix); in EfiLibHiiVariableOverrideIfSuffix()
480 NameLength = EfiStrLen (Name); in EfiLibHiiVariableOverrideBySuffix()
481 SuffixLength = EfiStrLen (Suffix); in EfiLibHiiVariableOverrideBySuffix()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/UefiEfiIfrSupportLib/
DUefiIfrForm.c501 LargestString = EfiStrLen (String); in IfrLibCreatePopUp()
514 StringLen = EfiStrLen (StackString); in IfrLibCreatePopUp()
558 StringLen = EfiStrLen (StringArray[Index]); in IfrLibCreatePopUp()
1017 AltRespLen += (EfiStrLen (ConfigHdr) + 1); in ConstructConfigAltResp()
1030 AltRespLen += EfiStrLen (AltCfg[Index]); in ConstructConfigAltResp()
1037 StrBufferLen = (EfiStrLen ((CHAR16 *) ConfigResp) + AltRespLen + 1) * sizeof (CHAR16); in ConstructConfigAltResp()
1232 Len = EfiStrLen (ConfigString) / 4; in ConfigStringToUnicode()
1295 Len = EfiStrLen (UnicodeString); in UnicodeToConfigString()
1371 NameStrLen = EfiStrLen (Name); in ConstructConfigHdr()
1463 if (EfiStrLen (ConfigString) <= (5 + 32 + 6)) { in IsConfigHdrMatch()
[all …]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/
DPrint.c206 BufferLen = EfiStrLen (Buffer); in _IPrint()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/
DEfiCommonLib.h815 EfiStrLen (
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/
DPrint.c231 BufferLen = EfiStrLen (Buffer); in _IPrint()