Searched refs:REALLOC (Results 1 – 7 of 7) sorted by relevance
/ndk/sources/host-tools/sed-4.2.1/sed/ |
D | regexp.c | 192 regs->start = REALLOC (regs->start, need_regs, regoff_t); 193 regs->end = REALLOC (regs->end, need_regs, regoff_t);
|
D | utils.c | 563 try = REALLOC(b->b, alen, char);
|
D | compile.c | 436 v->v = REALLOC(v->v, v->v_allocated, struct sed_cmd);
|
D | execute.c | 232 lb->text = REALLOC(lb->text, inactive + lb->alloc, char);
|
/ndk/sources/host-tools/sed-4.2.1/ |
D | basicdefs.h | 90 #define REALLOC(x,n,t) (VCAST(t *)ck_realloc(VCAST(VOID *)(x),(n)*sizeof(t))) macro
|
D | ChangeLog | 1621 REALLOC() to avoid unnecessary copying of old text; add the 2064 know about "void *"s. Also define MALLOC, REALLOC, 2070 pervasively use the new VCAST, MALLOC, REALLOC, MEMDUP,
|
/ndk/sources/host-tools/make-3.81/ |
D | hash.c | 24 #define REALLOC(o, t, n) ((t *) xrealloc ((o), sizeof (t) * (n))) macro
|