INIT_BUF_SIZE    1980 libglibc/regex.c           RETALLOC (bufp->buffer, INIT_BUF_SIZE, unsigned char);
INIT_BUF_SIZE    1984 libglibc/regex.c           bufp->buffer = TALLOC (INIT_BUF_SIZE, unsigned char);
INIT_BUF_SIZE    1988 libglibc/regex.c       bufp->allocated = INIT_BUF_SIZE;