Lines Matching refs:strncpy
2671 inline const char* StrNCpy(char* dest, const char* src, size_t n) {2672 return strncpy(dest, src, n);