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

<<11121314

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Config2Nv.c 912 Size = (StrLen (ConfigRequestHdr) + 32 + 1) * sizeof (CHAR16);
961 *Progress = Request + StrLen (Request);
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordDxe/
OpalHii.c     [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserProfileManagerDxe/
UserProfileModify.c 280 DateBufLen -= StrLen (Str);
282 Str + StrLen (Str),
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
TimeDate.c 553 if (StrniCmp (TempLocation, L"_local", StrLen (TempLocation)) == NULL) {
716 if (StrniCmp (TimeZoneString, L"_local", StrLen (TimeZoneString)) == NULL) {
  /external/syslinux/gnu-efi/gnu-efi-3.0/lib/
print.c 324 len = StrLen(Buffer);
366 newlen = spc->len + StrLen(Buffer) + 1;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenFfsFile/
GenFfsFile.c 158 UINTN StrLen;
161 StrLen = strlen (String);
163 for (Index = Index2; String[Index] != '\"', Index < StrLen; Index++) {
463 if (NewString[strlen (NewString) - 1] != ']') {
476 if (strlen (String) != 0) {
481 if (String[strlen (String) - 1] == ']') {
482 String[strlen (String) - 1] = 0;
490 NewString[strlen (NewString) - 1] = 0;
793 if (String[0] != '=' && String[strlen (String) - 1] != '=') {
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/StrGather/
StringDB.c 809 if (sizeof (CopyBaseName) <= strlen (BaseName) + 1) {
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Library/AuthVariableLib/
AuthService.c     [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
FileBuffer.c 1193 for (LoopVar1 = 0; LoopVar1 < StrLen (CurDir) && CurDir[LoopVar1] != ':'; LoopVar1++);
    [all...]
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
document.h 309 : s(str), length(internal::StrLen(str)){ RAPIDJSON_ASSERT(s != NULL); }
349 return GenericStringRef<CharType>(str, internal::StrLen(str));
    [all...]
pointer.h 107 Parse(source, internal::StrLen(source));
233 return Append(name, StrLen(name), allocator);
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/FileSystem/BootMonFs/
BootMonFsOpenClose.c 626 AsciiFileNameSize = StrLen (Path) + 1;
  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
Host.c 130 Index = strlen (*Argv);
131 gGdbWorkingFileName = AllocatePool (Index + strlen(".gdb") + 1);
225 FileName = (CHAR8 *) AllocatePool (StrLen (FirmwareVolumesStr) + 1);
1020 Len = strlen (PdbFileName);
1165 SecGdbScriptBreak (ImageContext->PdbPointer, strlen (ImageContext->PdbPointer) + 1, (long unsigned int)(ImageContext->ImageAddress + ImageContext->SizeOfHeaders), 1);
1186 SecGdbScriptBreak (ImageContext->PdbPointer, strlen (ImageContext->PdbPointer) + 1, (long unsigned int)(ImageContext->ImageAddress + ImageContext->SizeOfHeaders), 1);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Application/CapsuleApp/
CapsuleApp.c 435 TempVarName = CapsuleVarName + StrLen (CapsuleVarName);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/EbcDebugger/
EdbDisasmSupport.c 254 mInstructionNameOffset += StrLen (Name);
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
SysCalls.c     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
SimplifyLibCalls.cpp 166 // memory is to be moved to. We just generate a call to strlen.
515 // 'strlen' Optimizations
527 // Constant folding: strlen("xyz") -> 3
531 // strlen(x) != 0 --> *x != 0
532 // strlen(x) == 0 --> *x == 0
653 // strcspn(s, "") -> strlen(s)
677 // fold strstr(a, b) == a -> strncmp(a, b, strlen(b)) == 0
679 Value *StrLen = EmitStrLen(CI->getArgOperand(1), B, TD);
681 StrLen, B, TD);
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
BootMaint.c 270 Size = (StrLen (ConfigRequestHdr) + 32 + 1) * sizeof (CHAR16);
299 *Progress = Request + StrLen (Request);
    [all...]
UpdatePage.c 850 PStr = PStr + StrLen (PStr);
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellBcfgCommandLib/
UefiShellBcfgCommandLib.c 804 if (Temp == NULL || StrLen(Temp) != 1) {
818 if (StrLen(Temp2)>0) {
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformSetupDxe/
SetupInfoRecords.c 757 Length = StrLen(ReleaseDate) + StrLen(ReleaseTime);
    [all...]
  /external/clang/lib/Sema/
SemaInit.cpp     [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiHandleParsingLib/
UefiHandleParsingLib.c 684 RetVal + StrLen(RetVal),
759 if (!Verbose && Temp != NULL && StrLen(Temp) > Length) {
763 Temp2 = StrnCatGrow(&Temp2, &Size, Temp+(StrLen(Temp) - (Length - 2)), 0);
    [all...]
  /external/mdnsresponder/mDNSWindows/SystemService/
Service.c 162 # define StrLen(X) wcslen(X)
165 # define StrLen(X) strlen(X)
958 n = (DWORD) ( ( StrLen( path ) + 1 ) * sizeof( TCHAR ) );
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/
FrontPage.c 149 *Progress = Configuration + StrLen (Configuration);
    [all...]

Completed in 796 milliseconds

<<11121314