Searched refs:TALLOC (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/lib/libiberty/src/ |
H A D | regex.c | 389 # define TALLOC(n, t) ((t *) malloc ((n) * sizeof (t))) macro 2350 p = pend = pattern = TALLOC(csize + 1, CHAR_T); in PREFIX() 2351 mbs_offset = TALLOC(csize + 1, int); in PREFIX() 2352 is_binary = TALLOC(csize + 1, char); in PREFIX() 5077 wcs_string1 = TALLOC (size1 + 1, CHAR_T); 5078 mbs_offset1 = TALLOC (size1 + 1, int); 5079 is_binary = TALLOC (size1 + 1, char); 5115 wcs_string2 = TALLOC (size2 + 1, CHAR_T); 5116 mbs_offset2 = TALLOC (size2 + 1, int); 5117 is_binary = TALLOC (size2 + 1, char); [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/fixinc/ |
H A D | gnu-regex.c | 295 #define TALLOC(n, t) ((t *) malloc ((n) * sizeof (t))) macro 298 if (addr) RETALLOC((addr), (n), t); else (addr) = TALLOC ((n), t) 1831 compile_stack.stack = TALLOC (INIT_COMPILE_STACK_SIZE, compile_stack_elt_t); 1866 bufp->buffer = TALLOC (INIT_BUF_SIZE, unsigned char); 4061 regs->start = TALLOC (regs->num_regs, regoff_t); 4062 regs->end = TALLOC (regs->num_regs, regoff_t); 5653 regs.start = TALLOC (nmatch, regoff_t); 5654 regs.end = TALLOC (nmatch, regoff_t);
|
/openbsd/gnu/usr.bin/cvs/lib/ |
H A D | regex.c | 342 #define TALLOC(n, t) ((t *) malloc ((n) * sizeof (t))) macro 345 if (addr) RETALLOC((addr), (n), t); else (addr) = TALLOC ((n), t) 1936 compile_stack.stack = TALLOC (INIT_COMPILE_STACK_SIZE, compile_stack_elt_t); 1982 bufp->buffer = TALLOC (INIT_BUF_SIZE, unsigned char); 4433 regs->start = TALLOC (regs->num_regs, regoff_t); 4434 regs->end = TALLOC (regs->num_regs, regoff_t); 6280 regs.start = TALLOC (nmatch, regoff_t); 6281 regs.end = TALLOC (nmatch, regoff_t);
|