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

/macosx-10.10.1/cxxfilt-11/cxxfilt/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...]
/macosx-10.10.1/gnudiff-19/diffutils/lib/
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)
2439 p = pend = pattern = TALLOC(csize + 1, CHAR_T);
2440 mbs_offset = TALLOC(csize + 1, int);
2441 is_binary = TALLOC(csize + 1, char);
2474 compile_stack.stack = TALLOC (INIT_COMPILE_STACK_SIZE, compile_stack_elt_t);
2516 COMPILED_BUFFER_VAR = TALLOC (INIT_BUF_SIZE/sizeof(UCHAR_T),
2524 COMPILED_BUFFER_VAR = TALLOC (INIT_BUF_SIZE / sizeof(UCHAR_T),
5205 wcs_string1 = TALLOC (size1 + 1, CHAR_T);
5206 mbs_offset1 = TALLOC (size
391 # define TALLOC macro
[all...]
/macosx-10.10.1/emacs-93/emacs/src/
H A Dregex.c560 #define TALLOC(n, t) ((t *) malloc ((n) * sizeof (t)))
563 if (addr) RETALLOC((addr), (n), t); else (addr) = TALLOC ((n), t)
2538 compile_stack.stack = TALLOC (INIT_COMPILE_STACK_SIZE, compile_stack_elt_t);
2577 bufp->buffer = TALLOC (INIT_BUF_SIZE, unsigned char);
5249 regs->start = TALLOC (regs->num_regs, regoff_t);
5250 regs->end = TALLOC (regs->num_regs, regoff_t);
6521 regs.start = TALLOC (nmatch * 2, regoff_t);
557 #define TALLOC macro
/macosx-10.10.1/lsof-53/lsof/lib/
H A Dregex.c433 #define TALLOC(n, t) ((t *) malloc ((n) * sizeof (t)))
436 if (addr) RETALLOC((addr), (n), t); else (addr) = TALLOC ((n), t)
2108 compile_stack.stack = TALLOC (INIT_COMPILE_STACK_SIZE, compile_stack_elt_t);
2143 bufp->buffer = TALLOC (INIT_BUF_SIZE, unsigned char);
4651 regs->start = TALLOC (regs->num_regs, regoff_t);
4652 regs->end = TALLOC (regs->num_regs, regoff_t);
6238 regs.start = TALLOC (nmatch * 2, regoff_t);
430 #define TALLOC macro

Completed in 111 milliseconds