Searched refs:copyLength (Results 1 – 1 of 1) sorted by relevance
592 size_t copyLength = srcLength; in strlcpy() local595 copyLength = size - 1; in strlcpy()599 strncpy(dst, src, copyLength); in strlcpy()600 dst[copyLength] = '\0'; in strlcpy()