Lines Matching full:strncpy
707 strncpy(ImageInfo.CameraMake, (char *)ValuePtr, ByteCount < 31 ? ByteCount : 31);
711 strncpy(ImageInfo.CameraModel, (char *)ValuePtr, ByteCount < 39 ? ByteCount : 39);
716 strncpy(ImageInfo.DateTime, (char *)ValuePtr, 19);
724 strncpy(ImageInfo.DateTime, (char *)ValuePtr, 19);
781 strncpy(ImageInfo.Comments,
787 strncpy(ImageInfo.Comments, (char *)ValuePtr, msiz);
1210 strncpy(Buffer+(*DataWriteIndex), (char*)value, components);