Searched defs:REGEX_REALLOCATE (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/gnu/usr.bin/gcc/gcc/fixinc/ |
| D | gnu-regex.c | 225 # define REGEX_REALLOCATE(source, osize, nsize) realloc (source, nsize) macro 247 # define REGEX_REALLOCATE(source, osize, nsize) \ macro
|
| /openbsd/src/gnu/usr.bin/cvs/lib/ |
| D | regex.c | 265 #define REGEX_REALLOCATE(source, osize, nsize) realloc (source, nsize) macro 293 #define REGEX_REALLOCATE(source, osize, nsize) \ macro
|
| /openbsd/src/gnu/lib/libiberty/src/ |
| D | regex.c | 319 # define REGEX_REALLOCATE(source, osize, nsize) realloc (source, nsize) macro 341 # define REGEX_REALLOCATE(source, osize, nsize) \ macro
|