Lines Matching full:strncpy
165 memset(buffer, '\0', buffSize); // strncpy() is not filling leftover with '\0'166 strncpy(buffer, src, buffSize);