HomeSort by relevance Sort by last modified time
    Searched refs:StrLen (Results 301 - 325 of 327) sorted by null

<<11121314

  /device/linaro/bootloader/edk2/MdeModulePkg/Application/CapsuleApp/
CapsuleDump.c 328 TempVarName = CapsuleVarName + StrLen (CapsuleVarName);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Application/MemoryProfileInfo/
MemoryProfileInfo.c 274 if (StrLen (NameString) > PROFILE_NAME_STRING_LENGTH) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Variable/EmuRuntimeDxe/
EmuVariable.c     [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/HttpDxe/
HttpImpl.c 338 UrlLen = StrLen (Request->Url) + 1;
    [all...]
HttpProto.c     [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgDxe/
TcgDxe.c 975 VarNameLength = StrLen (VarName);
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellCommandLib/
UefiShellCommandLib.c 558 if ( StrLen(ProfileName)>0
    [all...]
  /external/syslinux/efi/
main.c 834 EFI_SIZE_TO_PAGES(strlen(str) + 1),
841 memcpy(cmdline, str, strlen(str) + 1);
1172 strlen(_cmdline) + 1);
1228 for (i = StrLen(dp) - 1; i >= 0; i--) {
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
Font.c     [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
IpSecConfigImpl.c     [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 578 size_t StrLen = Str.size();
582 if ((NumBits >> 3) == StrLen + 1 && (NumBits & 7) == 0 &&
    [all...]
  /device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/
BdsFilePath.c     [all...]
  /device/linaro/bootloader/edk2/DuetPkg/FSVariable/
FSVariable.c     [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
BootOption.c 658 BufferSize = StrLen (DirInfo->FileName) * 2 + 6;
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEDxe/
TrEEDxe.c     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
EdkIIGlueBaseLib.h 32 #define StrLen(_String) GlueStrLen(_String)
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
BmBoot.c 445 Length = StrLen (SerialNumberStr);
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
BaseLib.h 228 @retval RETURN_BUFFER_TOO_SMALL If DestMax is NOT greater than StrLen(Source).
266 MIN(StrLen(Source), Length).
303 StrLen(Destination).
304 @retval RETURN_BUFFER_TOO_SMALL If (DestMax - StrLen(Destination)) is NOT
305 greater than StrLen(Source).
325 copied from Source, then Destination[StrLen(Destination) + Length] is always
344 StrLen(Destination).
345 @retval RETURN_BUFFER_TOO_SMALL If (DestMax - StrLen(Destination)) is NOT
346 greater than MIN(StrLen(Source), Length).
401 @retval RETURN_BUFFER_TOO_SMALL If DestMax is NOT greater than StrLen(Source).
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Dxe/
Tcg2Dxe.c     [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
QueryTable.c     [all...]
  /external/clang/lib/AST/
ItaniumMangle.cpp     [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
BdsBoot.c     [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/
Variable.c     [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
BdsBoot.c     [all...]

Completed in 2361 milliseconds

<<11121314