Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/
DSafeString.c369 UINTN DestLen; in StrCatS() local
379 DestLen = StrnLenS (Destination, DestMax); in StrCatS()
380 CopyLen = DestMax - DestLen; in StrCatS()
421 Destination = Destination + DestLen; in StrCatS()
472 UINTN DestLen; in StrnCatS() local
482 DestLen = StrnLenS (Destination, DestMax); in StrnCatS()
483 CopyLen = DestMax - DestLen; in StrnCatS()
532 Destination = Destination + DestLen; in StrnCatS()
789 UINTN DestLen; in AsciiStrCatS() local
796 DestLen = AsciiStrnLenS (Destination, DestMax); in AsciiStrCatS()
[all …]