nsize 289 libglibc/regex.c # define REGEX_REALLOCATE(source, osize, nsize) realloc (source, nsize) nsize 311 libglibc/regex.c # define REGEX_REALLOCATE(source, osize, nsize) \ nsize 312 libglibc/regex.c (destination = (char *) alloca (nsize), \ nsize 326 libglibc/regex.c # define REGEX_REALLOCATE_STACK(source, osize, nsize) \ nsize 327 libglibc/regex.c r_re_alloc (&failure_stack_ptr, (nsize)) nsize 336 libglibc/regex.c # define REGEX_REALLOCATE_STACK(source, osize, nsize) realloc (source, nsize) nsize 343 libglibc/regex.c # define REGEX_REALLOCATE_STACK(source, osize, nsize) \ nsize 344 libglibc/regex.c REGEX_REALLOCATE (source, osize, nsize)