Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/binutils/libiberty/
Dregex.c390 # define RETALLOC(addr, n, t) ((addr) = (t *) realloc (addr, (n) * sizeof (t))) macro
392 if (addr) RETALLOC((addr), (n), t); else (addr) = TALLOC ((n), t)
2050 RETALLOC (COMPILED_BUFFER_VAR, wchar_count, UCHAR_T); \
2430 RETALLOC (COMPILED_BUFFER_VAR, INIT_BUF_SIZE, UCHAR_T); in PREFIX()
3662 RETALLOC (compile_stack.stack, compile_stack.size << 1, in PREFIX()
5999 RETALLOC (regs->start, regs->num_regs, regoff_t); in wcs_re_match_2_internal()
6000 RETALLOC (regs->end, regs->num_regs, regoff_t); in wcs_re_match_2_internal()
/freebsd-10-stable/contrib/gcclibs/libiberty/
Dregex.c390 # define RETALLOC(addr, n, t) ((addr) = (t *) realloc (addr, (n) * sizeof (t))) macro
392 if (addr) RETALLOC((addr), (n), t); else (addr) = TALLOC ((n), t)
2050 RETALLOC (COMPILED_BUFFER_VAR, wchar_count, UCHAR_T); \
2430 RETALLOC (COMPILED_BUFFER_VAR, INIT_BUF_SIZE, UCHAR_T); in PREFIX()
3662 RETALLOC (compile_stack.stack, compile_stack.size << 1, in PREFIX()
5999 RETALLOC (regs->start, regs->num_regs, regoff_t); in wcs_re_match_2_internal()
6000 RETALLOC (regs->end, regs->num_regs, regoff_t); in wcs_re_match_2_internal()