Searched refs:TALLOC (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/legacy/binutils/libiberty/
H A Dregex.c392 # define TALLOC(n, t) ((t *) malloc ((n) * sizeof (t)))
395 if (addr) RETALLOC((addr), (n), t); else (addr) = TALLOC ((n), t)
2363 p = pend = pattern = TALLOC(csize + 1, CHAR_T);
2364 mbs_offset = TALLOC(csize + 1, int);
2365 is_binary = TALLOC(csize + 1, char);
2398 compile_stack.stack = TALLOC (INIT_COMPILE_STACK_SIZE, compile_stack_elt_t);
2440 COMPILED_BUFFER_VAR = TALLOC (INIT_BUF_SIZE/sizeof(UCHAR_T),
2448 COMPILED_BUFFER_VAR = TALLOC (INIT_BUF_SIZE / sizeof(UCHAR_T),
5093 wcs_string1 = TALLOC (size1 + 1, CHAR_T);
5094 mbs_offset1 = TALLOC (size
389 # define TALLOC macro
[all...]
/haiku-buildtools/gcc/libiberty/
H A Dregex.c394 # define TALLOC(n, t) ((t *) malloc ((n) * sizeof (t)))
397 if (addr) RETALLOC((addr), (n), t); else (addr) = TALLOC ((n), t)
2365 p = pend = pattern = TALLOC(csize + 1, CHAR_T);
2366 mbs_offset = TALLOC(csize + 1, int);
2367 is_binary = TALLOC(csize + 1, char);
2400 compile_stack.stack = TALLOC (INIT_COMPILE_STACK_SIZE, compile_stack_elt_t);
2442 COMPILED_BUFFER_VAR = TALLOC (INIT_BUF_SIZE/sizeof(UCHAR_T),
2450 COMPILED_BUFFER_VAR = TALLOC (INIT_BUF_SIZE / sizeof(UCHAR_T),
5095 wcs_string1 = TALLOC (size1 + 1, CHAR_T);
5096 mbs_offset1 = TALLOC (size
391 # define TALLOC macro
[all...]
/haiku-buildtools/binutils/libiberty/
H A Dregex.c394 # define TALLOC(n, t) ((t *) malloc ((n) * sizeof (t)))
397 if (addr) RETALLOC((addr), (n), t); else (addr) = TALLOC ((n), t)
2365 p = pend = pattern = TALLOC(csize + 1, CHAR_T);
2366 mbs_offset = TALLOC(csize + 1, int);
2367 is_binary = TALLOC(csize + 1, char);
2400 compile_stack.stack = TALLOC (INIT_COMPILE_STACK_SIZE, compile_stack_elt_t);
2442 COMPILED_BUFFER_VAR = TALLOC (INIT_BUF_SIZE/sizeof(UCHAR_T),
2450 COMPILED_BUFFER_VAR = TALLOC (INIT_BUF_SIZE / sizeof(UCHAR_T),
5096 wcs_string1 = TALLOC (size1 + 1, CHAR_T);
5097 mbs_offset1 = TALLOC (size
391 # define TALLOC macro
[all...]
/haiku-buildtools/legacy/gcc/gcc/fixinc/
H A Dgnu-regex.c350 #define TALLOC(n, t) ((t *) malloc ((n) * sizeof (t)))
353 if (addr) RETALLOC((addr), (n), t); else (addr) = TALLOC ((n), t)
1897 compile_stack.stack = TALLOC (INIT_COMPILE_STACK_SIZE, compile_stack_elt_t);
1932 bufp->buffer = TALLOC (INIT_BUF_SIZE, unsigned char);
4133 regs->start = TALLOC (regs->num_regs, regoff_t);
4134 regs->end = TALLOC (regs->num_regs, regoff_t);
5718 regs.start = TALLOC (nmatch, regoff_t);
5719 regs.end = TALLOC (nmatch, regoff_t);
348 #define TALLOC macro

Completed in 182 milliseconds