Searched defs:src (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
927 uint32_t * src = (uint32_t*)&value; in writeDouble() local2498 static void prvStrncpy(char* dst, const char* src, uint32_t maxLength) in prvStrncpy()