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]; \
212 static void prvStrncpy(char* dst, const char* src, uint32_t maxLength);927 uint32_t * src = (uint32_t*)&value; in writeDouble() local951 dest[0] = src[0]; in writeDouble()952 dest[1] = src[1]; in writeDouble()2498 static void prvStrncpy(char* dst, const char* src, uint32_t maxLength) in prvStrncpy() argument2503 dst[i] = src[i]; in prvStrncpy()2504 if (src[i] == 0) in prvStrncpy()
822 # directories like /usr/src/myproject. Separate the files or directories with