Home
last modified time | relevance | path

Searched refs:REALLOC (Results 1 – 7 of 7) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/sed/
Dregexp.c192 regs->start = REALLOC (regs->start, need_regs, regoff_t);
193 regs->end = REALLOC (regs->end, need_regs, regoff_t);
Dutils.c563 try = REALLOC(b->b, alen, char);
Dcompile.c436 v->v = REALLOC(v->v, v->v_allocated, struct sed_cmd);
Dexecute.c232 lb->text = REALLOC(lb->text, inactive + lb->alloc, char);
/ndk/sources/host-tools/sed-4.2.1/
Dbasicdefs.h90 #define REALLOC(x,n,t) (VCAST(t *)ck_realloc(VCAST(VOID *)(x),(n)*sizeof(t))) macro
DChangeLog1621 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/
Dhash.c24 #define REALLOC(o, t, n) ((t *) xrealloc ((o), sizeof (t) * (n))) macro