OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RETALLOC
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/gpl2/gettext/dist/gettext-tools/libgrep/
regex.c
338
# define
RETALLOC
(addr, n, t) ((addr) = (t *) realloc (addr, (n) * sizeof (t)))
340
if (addr)
RETALLOC
((addr), (n), t); else (addr) = TALLOC ((n), t)
2066
RETALLOC
(COMPILED_BUFFER_VAR, wchar_count, UCHAR_T); \
2449
RETALLOC
(COMPILED_BUFFER_VAR, INIT_BUF_SIZE, UCHAR_T);
3676
RETALLOC
(compile_stack.stack, compile_stack.size << 1,
6119
RETALLOC
(regs->start, regs->num_regs, regoff_t);
6120
RETALLOC
(regs->end, regs->num_regs, regoff_t);
/src/external/gpl3/binutils/dist/libiberty/
regex.c
398
# define
RETALLOC
(addr, n, t) ((addr) = (t *) realloc (addr, (n) * sizeof (t)))
400
if (addr)
RETALLOC
((addr), (n), t); else (addr) = TALLOC ((n), t)
2066
RETALLOC
(COMPILED_BUFFER_VAR, wchar_count, UCHAR_T); \
2448
RETALLOC
(COMPILED_BUFFER_VAR, INIT_BUF_SIZE, UCHAR_T);
3681
RETALLOC
(compile_stack.stack, compile_stack.size << 1,
6025
RETALLOC
(regs->start, regs->num_regs, regoff_t);
6026
RETALLOC
(regs->end, regs->num_regs, regoff_t);
/src/external/gpl3/binutils.old/dist/libiberty/
regex.c
398
# define
RETALLOC
(addr, n, t) ((addr) = (t *) realloc (addr, (n) * sizeof (t)))
400
if (addr)
RETALLOC
((addr), (n), t); else (addr) = TALLOC ((n), t)
2066
RETALLOC
(COMPILED_BUFFER_VAR, wchar_count, UCHAR_T); \
2448
RETALLOC
(COMPILED_BUFFER_VAR, INIT_BUF_SIZE, UCHAR_T);
3681
RETALLOC
(compile_stack.stack, compile_stack.size << 1,
6025
RETALLOC
(regs->start, regs->num_regs, regoff_t);
6026
RETALLOC
(regs->end, regs->num_regs, regoff_t);
/src/external/gpl3/gcc/dist/libiberty/
regex.c
398
# define
RETALLOC
(addr, n, t) ((addr) = (t *) realloc (addr, (n) * sizeof (t)))
400
if (addr)
RETALLOC
((addr), (n), t); else (addr) = TALLOC ((n), t)
2066
RETALLOC
(COMPILED_BUFFER_VAR, wchar_count, UCHAR_T); \
2448
RETALLOC
(COMPILED_BUFFER_VAR, INIT_BUF_SIZE, UCHAR_T);
3681
RETALLOC
(compile_stack.stack, compile_stack.size << 1,
6025
RETALLOC
(regs->start, regs->num_regs, regoff_t);
6026
RETALLOC
(regs->end, regs->num_regs, regoff_t);
/src/external/gpl3/gcc.old/dist/libiberty/
regex.c
398
# define
RETALLOC
(addr, n, t) ((addr) = (t *) realloc (addr, (n) * sizeof (t)))
400
if (addr)
RETALLOC
((addr), (n), t); else (addr) = TALLOC ((n), t)
2066
RETALLOC
(COMPILED_BUFFER_VAR, wchar_count, UCHAR_T); \
2448
RETALLOC
(COMPILED_BUFFER_VAR, INIT_BUF_SIZE, UCHAR_T);
3681
RETALLOC
(compile_stack.stack, compile_stack.size << 1,
6025
RETALLOC
(regs->start, regs->num_regs, regoff_t);
6026
RETALLOC
(regs->end, regs->num_regs, regoff_t);
/src/external/gpl3/gdb/dist/libiberty/
regex.c
398
# define
RETALLOC
(addr, n, t) ((addr) = (t *) realloc (addr, (n) * sizeof (t)))
400
if (addr)
RETALLOC
((addr), (n), t); else (addr) = TALLOC ((n), t)
2066
RETALLOC
(COMPILED_BUFFER_VAR, wchar_count, UCHAR_T); \
2448
RETALLOC
(COMPILED_BUFFER_VAR, INIT_BUF_SIZE, UCHAR_T);
3681
RETALLOC
(compile_stack.stack, compile_stack.size << 1,
6025
RETALLOC
(regs->start, regs->num_regs, regoff_t);
6026
RETALLOC
(regs->end, regs->num_regs, regoff_t);
/src/external/gpl3/gdb.old/dist/libiberty/
regex.c
398
# define
RETALLOC
(addr, n, t) ((addr) = (t *) realloc (addr, (n) * sizeof (t)))
400
if (addr)
RETALLOC
((addr), (n), t); else (addr) = TALLOC ((n), t)
2066
RETALLOC
(COMPILED_BUFFER_VAR, wchar_count, UCHAR_T); \
2448
RETALLOC
(COMPILED_BUFFER_VAR, INIT_BUF_SIZE, UCHAR_T);
3681
RETALLOC
(compile_stack.stack, compile_stack.size << 1,
6025
RETALLOC
(regs->start, regs->num_regs, regoff_t);
6026
RETALLOC
(regs->end, regs->num_regs, regoff_t);
/src/external/gpl2/diffutils/dist/lib/
regex.c
397
# define
RETALLOC
(addr, n, t) ((addr) = (t *) realloc (addr, (n) * sizeof (t)))
399
if (addr)
RETALLOC
((addr), (n), t); else (addr) = TALLOC ((n), t)
2135
RETALLOC
(COMPILED_BUFFER_VAR, wchar_count, UCHAR_T); \
2521
RETALLOC
(COMPILED_BUFFER_VAR, INIT_BUF_SIZE, UCHAR_T);
3748
RETALLOC
(compile_stack.stack, compile_stack.size << 1,
6236
RETALLOC
(regs->start, regs->num_regs, regoff_t);
6237
RETALLOC
(regs->end, regs->num_regs, regoff_t);
/src/external/gpl2/grep/dist/lib/
regex.c
409
#define
RETALLOC
(addr, n, t) ((addr) = (t *) realloc (addr, (n) * sizeof (t)))
411
if (addr)
RETALLOC
((addr), (n), t); else (addr) = TALLOC ((n), t)
2055
RETALLOC
(COMPILED_BUFFER_VAR, wchar_count, US_CHAR_TYPE); \
2437
RETALLOC
(COMPILED_BUFFER_VAR, INIT_BUF_SIZE, US_CHAR_TYPE);
3669
RETALLOC
(compile_stack.stack, compile_stack.size << 1,
5807
RETALLOC
(regs->start, regs->num_regs, regoff_t);
5808
RETALLOC
(regs->end, regs->num_regs, regoff_t);
Completed in 108 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026