Lines Matching refs:MEMCPY
248 MEMCPY(to->active + to->length, string, length);
296 MEMCPY (&from_stat, &to->mbstate, sizeof(mbstate_t));
458 MEMCPY(to->active, from->active, from->length);
462 MEMCPY(&to->mbstate, &from->mbstate, sizeof (from->mbstate));
481 MEMCPY (&to->mbstate, &from->mbstate, sizeof (from->mbstate));
498 MEMCPY(&t, a, sizeof (struct line));
499 MEMCPY( a, b, sizeof (struct line));
500 MEMCPY( b, &t, sizeof (struct line));
504 MEMCPY(&t, a, SIZEOF_LINE);
505 MEMCPY( a, b, SIZEOF_LINE);
506 MEMCPY( b, &t, SIZEOF_LINE);
681 MEMCPY (p, old_asterisk, asterisk - old_asterisk);
1370 MEMCPY(v++, p, sizeof *v);
1375 MEMCPY(v++, p, sizeof *v);