Home
last modified time | relevance | path

Searched refs:AsciiStrCatS (Results 1 – 12 of 12) sorted by relevance

/device/linaro/bootloader/edk2/ArmPkg/Library/ArmDisassemblerLib/
DArmDisassembler.c94 AsciiStrCatS (mMregListStr, sizeof mMregListStr, "{"); in MRegList()
103 AsciiStrCatS (mMregListStr, sizeof mMregListStr, ","); in MRegList()
109 AsciiStrCatS (mMregListStr, sizeof mMregListStr, gReg[Start]); in MRegList()
110 AsciiStrCatS (mMregListStr, sizeof mMregListStr, ", "); in MRegList()
112 AsciiStrCatS (mMregListStr, sizeof mMregListStr, gReg[Start]); in MRegList()
113 AsciiStrCatS (mMregListStr, sizeof mMregListStr, "-"); in MRegList()
114 AsciiStrCatS (mMregListStr, sizeof mMregListStr, gReg[End]); in MRegList()
119 AsciiStrCatS (mMregListStr, sizeof mMregListStr, "ERROR"); in MRegList()
121 AsciiStrCatS (mMregListStr, sizeof mMregListStr, "}"); in MRegList()
DThumbDisassembler.c403 AsciiStrCatS (mThumbMregListStr, sizeof mThumbMregListStr, "{"); in ThumbMRegList()
413 AsciiStrCatS (mThumbMregListStr, sizeof mThumbMregListStr, ","); in ThumbMRegList()
419 AsciiStrCatS (mThumbMregListStr, sizeof mThumbMregListStr, gReg[Start]); in ThumbMRegList()
421 AsciiStrCatS (mThumbMregListStr, sizeof mThumbMregListStr, gReg[Start]); in ThumbMRegList()
422 AsciiStrCatS (mThumbMregListStr, sizeof mThumbMregListStr, "-"); in ThumbMRegList()
423 AsciiStrCatS (mThumbMregListStr, sizeof mThumbMregListStr, gReg[End]); in ThumbMRegList()
428 AsciiStrCatS (mThumbMregListStr, sizeof mThumbMregListStr, "ERROR"); in ThumbMRegList()
430 AsciiStrCatS (mThumbMregListStr, sizeof mThumbMregListStr, "}"); in ThumbMRegList()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
DOnigurumaUefiPort.h66 #define strcat_s(Dest,MaxSize,Src) AsciiStrCatS (Dest, MaxSize, Src)
/device/linaro/bootloader/edk2/CryptoPkg/Library/TlsLib/
DTlsConfig.c253 AsciiStrCatS (CipherString, sizeof (CipherString), ":"); in TlsSetCipherList()
256 AsciiStrCatS (CipherString, sizeof (CipherString), MappingName); in TlsSetCipherList()
259 AsciiStrCatS (CipherString, sizeof (CipherString), ":@STRENGTH"); in TlsSetCipherList()
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/EfiFileLib/
DEfiFileLib.c732 AsciiStrCatS (CwdPlusPathName, AsciiLength, "\\"); in EfiOpen()
736 AsciiStrCatS (CwdPlusPathName, AsciiLength, PathName); in EfiOpen()
1744 AsciiStrCatS (gCwd, AllocLen, ":\\"); in EfiSetCwd()
1746 AsciiStrCatS (gCwd, AllocLen, ":"); in EfiSetCwd()
1747 AsciiStrCatS (gCwd, AllocLen, File->FileName); in EfiSetCwd()
/device/linaro/bootloader/edk2/ArmPkg/Library/DefaultExceptionHandlerLib/Arm/
DDefaultExceptionHandler.c129 AsciiStrCatS (Str, CPSR_STRING_SIZE - (Str - ReturnStr), ModeStr); in CpsrString()
/device/linaro/bootloader/edk2/CryptoPkg/Include/
DOpenSslSupport.h277 #define strcat(strDest,strSource) AsciiStrCatS(strDest,MAX_STRING_SIZE,strSource)
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/PCD/Pei/
DService.c154 AsciiStrCatS (Name, NameSize, TokenSpaceName); in GetPcdName()
156 AsciiStrCatS (Name, NameSize, PcdName); in GetPcdName()
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/
DSafeString.c783 AsciiStrCatS ( in AsciiStrCatS() function
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/PCD/Dxe/
DService.c199 AsciiStrCatS (Name, NameSize, TokenSpaceName); in GetPcdName()
201 AsciiStrCatS (Name, NameSize, PcdName); in GetPcdName()
/device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/
DEfiDevice.c792 AsciiStrCatS (DestFileName, DestFileNameLen, SrcFileName); in EblFileCopyCmd()
/device/linaro/bootloader/edk2/MdePkg/Include/Library/
DBaseLib.h485 AsciiStrCatS (