HomeSort by: relevance | last modified time | path
    Searched defs:REGEX_REALLOCATE (Results 1 - 9 of 9) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/libgrep/
regex.c 273 # define REGEX_REALLOCATE(source, osize, nsize) realloc (source, nsize)
289 # define REGEX_REALLOCATE(source, osize, nsize) \
322 REGEX_REALLOCATE (source, osize, nsize)
  /src/external/gpl3/binutils/dist/libiberty/
regex.c 327 # define REGEX_REALLOCATE(source, osize, nsize) realloc (source, nsize)
349 # define REGEX_REALLOCATE(source, osize, nsize) \
382 REGEX_REALLOCATE (source, osize, nsize)
  /src/external/gpl3/binutils.old/dist/libiberty/
regex.c 327 # define REGEX_REALLOCATE(source, osize, nsize) realloc (source, nsize)
349 # define REGEX_REALLOCATE(source, osize, nsize) \
382 REGEX_REALLOCATE (source, osize, nsize)
  /src/external/gpl3/gcc/dist/libiberty/
regex.c 327 # define REGEX_REALLOCATE(source, osize, nsize) realloc (source, nsize)
349 # define REGEX_REALLOCATE(source, osize, nsize) \
382 REGEX_REALLOCATE (source, osize, nsize)
  /src/external/gpl3/gcc.old/dist/libiberty/
regex.c 327 # define REGEX_REALLOCATE(source, osize, nsize) realloc (source, nsize)
349 # define REGEX_REALLOCATE(source, osize, nsize) \
382 REGEX_REALLOCATE (source, osize, nsize)
  /src/external/gpl3/gdb/dist/libiberty/
regex.c 327 # define REGEX_REALLOCATE(source, osize, nsize) realloc (source, nsize)
349 # define REGEX_REALLOCATE(source, osize, nsize) \
382 REGEX_REALLOCATE (source, osize, nsize)
  /src/external/gpl3/gdb.old/dist/libiberty/
regex.c 327 # define REGEX_REALLOCATE(source, osize, nsize) realloc (source, nsize)
349 # define REGEX_REALLOCATE(source, osize, nsize) \
382 REGEX_REALLOCATE (source, osize, nsize)
  /src/external/gpl2/diffutils/dist/lib/
regex.c 326 # define REGEX_REALLOCATE(source, osize, nsize) realloc (source, nsize)
348 # define REGEX_REALLOCATE(source, osize, nsize) \
381 REGEX_REALLOCATE (source, osize, nsize)
  /src/external/gpl2/grep/dist/lib/
regex.c 338 # define REGEX_REALLOCATE(source, osize, nsize) realloc (source, nsize)
360 # define REGEX_REALLOCATE(source, osize, nsize) \
393 REGEX_REALLOCATE (source, osize, nsize)

Completed in 95 milliseconds