Home
last modified time | relevance | path

Searched refs:__libc_use_alloca (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl2/xcvs/dist/lib/
Dregex_internal.h464 # define __libc_use_alloca(n) ((n) < 4032) macro
467 # define __libc_use_alloca(n) 0 macro
Dregexec.c1420 if (__libc_use_alloca (nmatch * sizeof (regmatch_t))) in set_regs()
3321 if (__libc_use_alloca (sizeof (struct dests_alloc))) in build_trtable()
3363 if (__libc_use_alloca ((sizeof (re_node_set) + sizeof (bitset)) * SBC_MAX in build_trtable()