Searched refs:RETALLOC (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/lib/
H A Dregex.c365 #define RETALLOC(addr, n, t) ((addr) = (t *) realloc (addr, (n) * sizeof (t)))
367 if (addr) RETALLOC((addr), (n), t); else (addr) = TALLOC ((n), t)
1996 RETALLOC (bufp->buffer, INIT_BUF_SIZE, unsigned char);
2464 RETALLOC (compile_stack.stack, compile_stack.size << 1,
4221 RETALLOC (regs->start, regs->num_regs, regoff_t);
4222 RETALLOC (regs->end, regs->num_regs, regoff_t);
363 #define RETALLOC macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dregex.c337 # define RETALLOC(addr, n, t) ((addr) = (t *) realloc (addr, (n) * sizeof (t)))
339 if (addr) RETALLOC((addr), (n), t); else (addr) = TALLOC ((n), t)
2065 RETALLOC (COMPILED_BUFFER_VAR, wchar_count, UCHAR_T); \
2448 RETALLOC (COMPILED_BUFFER_VAR, INIT_BUF_SIZE, UCHAR_T);
3675 RETALLOC (compile_stack.stack, compile_stack.size << 1,
6120 RETALLOC (regs->start, regs->num_regs, regoff_t);
6121 RETALLOC (regs->end, regs->num_regs, regoff_t);
334 # define RETALLOC macro

Completed in 157 milliseconds