Searched refs:MEMCPY (Results 1 – 4 of 4) sorted by relevance
/ndk/sources/host-tools/sed-4.2.1/sed/ |
D | execute.c | 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); [all …]
|
D | compile.c | 726 MEMCPY(&ret->err_info, err_info, sizeof (ret->err_info)); 1638 MEMCPY(&cur_input, &blocks->err_info, sizeof (cur_input));
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | basicdefs.h | 93 #define MEMCPY(d,s,l) (memcpy(VCAST(VOID *)(d),VCAST(const VOID *)(s),l)) macro
|
D | ChangeLog | 1563 * sed/basicdefs.h: added MEMCPY() macro to hide the VCAST()s 1567 new MEMCPY() macro. Various prototypes: elide variable name
|