Lines Matching defs:startwrite
461 void *fieldstart, *startwrite, *startread;
484 startwrite = fieldstart + offset;
488 if ((char *)startwrite + lencopy > (char *)buf->vb_buf + buf->length) {
490 ((char *)startwrite + lencopy) -
493 (char *)startwrite;
498 memcpy(startwrite, startread, lencopy);
504 startwrite += lencopy;
506 startwrite += lencopy + bytesperline;
513 if ((char *)startwrite + lencopy > (char *)buf->vb_buf +
516 ((char *)startwrite + lencopy) -
519 (char *)startwrite;
525 memcpy(startwrite, startread, lencopy);