REALLOC          1675 libglibc/regex.c # define REALLOC(p,s) realloc ((p), (size_t) (s))
REALLOC          1678 libglibc/regex.c # define REALLOC(p,s) realloc ((p), (s))
REALLOC            39 libltdl/libltdl/lt__alloc.h #define REALLOC(tp, mem, n)	(tp*) lt__realloc((mem), (n) * sizeof(tp))