Searched refs:dstlen (Results 1 – 1 of 1) sorted by relevance
58 string_copy(char* dst, size_t dstlen, const char* src, size_t srclen) in string_copy() argument61 const char* dstend = dst + dstlen; in string_copy()63 if (dstlen == 0) in string_copy()