Searched refs:MEMDUP (Results 1 – 3 of 3) sorted by relevance
/ndk/sources/host-tools/sed-4.2.1/ |
D | basicdefs.h | 91 #define MEMDUP(x,n,t) (VCAST(t *)ck_memdup(VCAST(VOID *)(x),(n)*sizeof(t))) macro
|
D | ChangeLog | 2065 MEMDUP, and FREE macros to keep under control the 2070 pervasively use the new VCAST, MALLOC, REALLOC, MEMDUP,
|
/ndk/sources/host-tools/sed-4.2.1/sed/ |
D | compile.c | 785 base = MEMDUP(text, length, char); 925 buf->text = MEMDUP(get_buffer(pending_text), buf->text_length, char); 1070 cur_cmd->a1 = MEMDUP(&a, 1, struct addr); 1077 cur_cmd->a2 = MEMDUP(&a, 1, struct addr); 1647 old_text_buf->text = MEMDUP(get_buffer(pending_text),
|