Lines Matching defs:startwrite
451 void *fieldstart, *startwrite, *startread;
474 startwrite = fieldstart + offset;
478 if ((char *)startwrite + lencopy > (char *)buf->vb_buf + buf->length) {
480 ((char *)startwrite + lencopy) -
483 (char *)startwrite;
488 memcpy(startwrite, startread, lencopy);
494 startwrite += lencopy;
496 startwrite += lencopy + bytesperline;
503 if ((char *)startwrite + lencopy > (char *)buf->vb_buf +
506 ((char *)startwrite + lencopy) -
509 (char *)startwrite;
515 memcpy(startwrite, startread, lencopy);