Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/lib/
Derror.c151 if (__libc_use_alloca (len * sizeof (wchar_t))) in error_tail()
Dregex_internal.h469 # define __libc_use_alloca(n) ((n) < 4032) macro
472 # define __libc_use_alloca(n) 0 macro
Dregexec.c1466 if (__libc_use_alloca (nmatch * sizeof (regmatch_t))) in set_regs()
3377 if (__libc_use_alloca (sizeof (struct dests_alloc))) in build_trtable()
3419 if (__libc_use_alloca ((sizeof (re_node_set) + sizeof (bitset_t)) * SBC_MAX in build_trtable()