Searched refs:ALLOCA_LIMIT (Results 1 – 3 of 3) sorted by relevance
144 # define ALLOCA_LIMIT 2000 in error_tail() macro147 wchar_t *wbuf = (len < ALLOCA_LIMIT in error_tail()164 if (! (len < ALLOCA_LIMIT)) in error_tail()
310 # define ALLOCA_LIMIT 2000 in fnmatch() macro342 if (__builtin_expect (totsize < ALLOCA_LIMIT, 1)) in fnmatch()363 if (__builtin_expect (! (totsize < ALLOCA_LIMIT), 0)) in fnmatch()
1015 enum { ALLOCA_LIMIT = 8000 }; in EXT() enumerator1064 || ALLOCA_LIMIT <= newpsize) \ in EXT()