Home
last modified time | relevance | path

Searched defs:RETALLOC (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/fixinc/
H A Dgnu-regex.c296 #define RETALLOC(addr, n, t) ((addr) = (t *) realloc (addr, (n) * sizeof (t))) macro
/openbsd/gnu/usr.bin/cvs/lib/
H A Dregex.c343 #define RETALLOC(addr, n, t) ((addr) = (t *) realloc (addr, (n) * sizeof (t))) macro
/openbsd/gnu/lib/libiberty/src/
H A Dregex.c390 # define RETALLOC(addr, n, t) ((addr) = (t *) realloc (addr, (n) * sizeof (t))) macro