Searched defs:dst (Results 1 – 2 of 2) sorted by relevance
15 #define TRC_MEMCPY(dst, src, size) \ argument24 #define TRC_STRCAT(dst, dst_size, pDstLength, src) \ argument
2499 static void prvStrncpy(char* dst, const char* src, uint32_t maxLength) in prvStrncpy()