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

  /src/external/gpl2/gettext/dist/gettext-tools/libgrep/
regex.c 302 # define REGEX_ALLOCATE_STACK(size) \
313 # define REGEX_ALLOCATE_STACK malloc
319 # define REGEX_ALLOCATE_STACK alloca
1426 REGEX_ALLOCATE_STACK. */
1511 REGEX_ALLOCATE_STACK (INIT_FAILURE_ALLOC * sizeof (PREFIX(fail_stack_elt_t))); \
  /src/external/gpl3/binutils/dist/libiberty/
regex.c 362 # define REGEX_ALLOCATE_STACK(size) \
373 # define REGEX_ALLOCATE_STACK malloc
379 # define REGEX_ALLOCATE_STACK alloca
1426 REGEX_ALLOCATE_STACK. */
1511 REGEX_ALLOCATE_STACK (INIT_FAILURE_ALLOC * sizeof (PREFIX(fail_stack_elt_t))); \
  /src/external/gpl3/binutils.old/dist/libiberty/
regex.c 362 # define REGEX_ALLOCATE_STACK(size) \
373 # define REGEX_ALLOCATE_STACK malloc
379 # define REGEX_ALLOCATE_STACK alloca
1426 REGEX_ALLOCATE_STACK. */
1511 REGEX_ALLOCATE_STACK (INIT_FAILURE_ALLOC * sizeof (PREFIX(fail_stack_elt_t))); \
  /src/external/gpl3/gcc/dist/libiberty/
regex.c 362 # define REGEX_ALLOCATE_STACK(size) \
373 # define REGEX_ALLOCATE_STACK malloc
379 # define REGEX_ALLOCATE_STACK alloca
1426 REGEX_ALLOCATE_STACK. */
1511 REGEX_ALLOCATE_STACK (INIT_FAILURE_ALLOC * sizeof (PREFIX(fail_stack_elt_t))); \
  /src/external/gpl3/gcc.old/dist/libiberty/
regex.c 362 # define REGEX_ALLOCATE_STACK(size) \
373 # define REGEX_ALLOCATE_STACK malloc
379 # define REGEX_ALLOCATE_STACK alloca
1426 REGEX_ALLOCATE_STACK. */
1511 REGEX_ALLOCATE_STACK (INIT_FAILURE_ALLOC * sizeof (PREFIX(fail_stack_elt_t))); \
  /src/external/gpl3/gdb/dist/libiberty/
regex.c 362 # define REGEX_ALLOCATE_STACK(size) \
373 # define REGEX_ALLOCATE_STACK malloc
379 # define REGEX_ALLOCATE_STACK alloca
1426 REGEX_ALLOCATE_STACK. */
1511 REGEX_ALLOCATE_STACK (INIT_FAILURE_ALLOC * sizeof (PREFIX(fail_stack_elt_t))); \
  /src/external/gpl3/gdb.old/dist/libiberty/
regex.c 362 # define REGEX_ALLOCATE_STACK(size) \
373 # define REGEX_ALLOCATE_STACK malloc
379 # define REGEX_ALLOCATE_STACK alloca
1426 REGEX_ALLOCATE_STACK. */
1511 REGEX_ALLOCATE_STACK (INIT_FAILURE_ALLOC * sizeof (PREFIX(fail_stack_elt_t))); \
  /src/external/gpl2/diffutils/dist/lib/
regex.c 361 # define REGEX_ALLOCATE_STACK(size) \
372 # define REGEX_ALLOCATE_STACK malloc
378 # define REGEX_ALLOCATE_STACK alloca
1495 REGEX_ALLOCATE_STACK. */
1580 REGEX_ALLOCATE_STACK (INIT_FAILURE_ALLOC * sizeof (PREFIX(fail_stack_elt_t))); \
  /src/external/gpl2/grep/dist/lib/
regex.c 373 # define REGEX_ALLOCATE_STACK(size) \
384 # define REGEX_ALLOCATE_STACK malloc
390 # define REGEX_ALLOCATE_STACK alloca
1421 REGEX_ALLOCATE_STACK. */
1500 REGEX_ALLOCATE_STACK (INIT_FAILURE_ALLOC * sizeof (fail_stack_elt_t)); \

Completed in 76 milliseconds