Home
last modified time | relevance | path

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

/DragonStub/lib/runtime/
H A Drtstr.c72 UINTN Size = RtStrnLen(Src, Len); in RtStrnCpy()
108 UINTN Size = RtStrnLen(Src, Len); in RtStpnCpy()
142 Size = RtStrnLen(Src, Len); in RtStrnCat()
164 #pragma RUNTIME_CODE(RtStrnLen)
168 RtStrnLen ( in RtStrnLen() function
/DragonStub/inc/
H A Defirtlib.h132 RtStrnLen (
/DragonStub/lib/
H A Dstr.c175 return RtStrnLen(s1, Len); in StrnLen()