Searched refs:copyLength (Results 1 – 1 of 1) sorted by relevance
679 size_t copyLength = srcLength; in strlcpy() local682 copyLength = size - 1; in strlcpy()686 strncpy(dst, src, copyLength); in strlcpy()687 dst[copyLength] = '\0'; in strlcpy()