Searched refs:src (Results 1 – 3 of 3) sorted by relevance
15 #define TRC_MEMCPY(dst, src, size) \ argument19 ((uint8_t*)(dst))[__i] = ((uint8_t*)(src))[__i]; \24 #define TRC_STRCAT(dst, dst_size, pDstLength, src) \ argument29 dst[*(pDstLength)] = src[uxTRC_STRCAT_INDEX]; \
213 static void prvStrncpy(char* dst, const char* src, uint32_t maxLength);928 uint32_t * src = (uint32_t*)&value; in writeDouble() local952 dest[0] = src[0]; in writeDouble()953 dest[1] = src[1]; in writeDouble()2499 static void prvStrncpy(char* dst, const char* src, uint32_t maxLength) in prvStrncpy() argument2504 dst[i] = src[i]; in prvStrncpy()2505 if (src[i] == 0) in prvStrncpy()
916 # directories like /usr/src/myproject. Separate the files or directories with