Home | History | Annotate | Download | only in sed

Lines Matching refs:MEMCPY

250   MEMCPY(to->active + to->length, string, length);
298 MEMCPY (&from_stat, &to->mbstate, sizeof(mbstate_t));
404 memcpy (&buf->mbstate, &state->mbstate, sizeof (buf->mbstate));
424 memcpy (&buf->mbstate, &state->mbstate, sizeof (buf->mbstate));
460 MEMCPY(to->active, from->active, from->length);
464 MEMCPY(&to->mbstate, &from->mbstate, sizeof (from->mbstate));
483 MEMCPY (&to->mbstate, &from->mbstate, sizeof (from->mbstate));
500 MEMCPY(&t, a, sizeof (struct line));
501 MEMCPY( a, b, sizeof (struct line));
502 MEMCPY( b, &t, sizeof (struct line));
506 MEMCPY(&t, a, SIZEOF_LINE);
507 MEMCPY( a, b, SIZEOF_LINE);
508 MEMCPY( b, &t, SIZEOF_LINE);
686 MEMCPY
1377 MEMCPY(v++, p, sizeof *v);
1382 MEMCPY(v++, p, sizeof *v);