Home
last modified time | relevance | path

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

/DragonStub/lib/runtime/
H A Drtstr.c125 RtStrCpy(Dest+RtStrLen(Dest), Src); in RtStrCat()
141 DestSize = RtStrLen(Dest); in RtStrnCat()
148 #pragma RUNTIME_CODE(RtStrLen)
152 RtStrLen ( in RtStrLen() function
/DragonStub/inc/
H A Defirtlib.h126 RtStrLen (
/DragonStub/lib/
H A Dstr.c184 return RtStrLen(s1); in StrLen()