Searched refs:INIT_BUF_SIZE (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/lib/libiberty/src/
H A Dregex.c1942 # define INIT_BUF_SIZE (32 * sizeof(UCHAR_T))
2440 COMPILED_BUFFER_VAR = TALLOC (INIT_BUF_SIZE/sizeof(UCHAR_T),
2443 RETALLOC (COMPILED_BUFFER_VAR, INIT_BUF_SIZE, UCHAR_T);
2448 COMPILED_BUFFER_VAR = TALLOC (INIT_BUF_SIZE / sizeof(UCHAR_T),
2456 bufp->allocated = INIT_BUF_SIZE;
8189 #undef INIT_BUF_SIZE
1931 # define INIT_BUF_SIZE macro
8167 #undef INIT_BUF_SIZE macro
/openbsd-current/gnu/usr.bin/gcc/gcc/fixinc/
H A Dgnu-regex.c1503 #define INIT_BUF_SIZE 32
1875 RETALLOC (bufp->buffer, INIT_BUF_SIZE, unsigned char);
1879 bufp->buffer = TALLOC (INIT_BUF_SIZE, unsigned char);
1883 bufp->allocated = INIT_BUF_SIZE;
1492 #define INIT_BUF_SIZE macro
/openbsd-current/gnu/usr.bin/cvs/lib/
H A Dregex.c1588 #define INIT_BUF_SIZE 32
1992 RETALLOC (bufp->buffer, INIT_BUF_SIZE, unsigned char);
1996 bufp->buffer = TALLOC (INIT_BUF_SIZE, unsigned char);
2000 bufp->allocated = INIT_BUF_SIZE;
1576 #define INIT_BUF_SIZE macro

Completed in 194 milliseconds