Searched defs:REGEX_REALLOCATE (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
H A D | regex.c | 324 # define REGEX_REALLOCATE(source, osize, nsize) realloc (source, nsize) macro 346 # define REGEX_REALLOCATE(source, osize, nsize) \ macro
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgrep/ |
H A D | regex.c | 270 # define REGEX_REALLOCATE(source, osize, nsize) realloc (source, nsize) macro 286 # define REGEX_REALLOCATE(source, osize, nsize) \ macro
|
/netbsd-src/external/gpl3/gcc/dist/libiberty/ |
H A D | regex.c | 324 # define REGEX_REALLOCATE(source, osize, nsize) realloc (source, nsize) macro 346 # define REGEX_REALLOCATE(source, osize, nsize) \ macro
|
/netbsd-src/external/gpl3/binutils/dist/libiberty/ |
H A D | regex.c | 324 # define REGEX_REALLOCATE(source, osize, nsize) realloc (source, nsize) macro 346 # define REGEX_REALLOCATE(source, osize, nsize) \ macro
|
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/ |
H A D | regex.c | 320 # define REGEX_REALLOCATE(source, osize, nsize) realloc (source, nsize) macro 342 # define REGEX_REALLOCATE(source, osize, nsize) \ macro
|
/netbsd-src/external/gpl2/diffutils/dist/lib/ |
H A D | regex.c | 323 # define REGEX_REALLOCATE(source, osize, nsize) realloc (source, nsize) macro 345 # define REGEX_REALLOCATE(source, osize, nsize) \ macro
|
/netbsd-src/external/gpl2/grep/dist/lib/ |
H A D | regex.c | 335 # define REGEX_REALLOCATE(source, osize, nsize) realloc (source, nsize) macro 357 # define REGEX_REALLOCATE(source, osize, nsize) \ macro
|