Home
last modified time | relevance | path

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

/netbsd/src/external/gpl2/xcvs/dist/lib/
Derror.c144 # define ALLOCA_LIMIT 2000 in error_tail() macro
147 wchar_t *wbuf = (len < ALLOCA_LIMIT in error_tail()
164 if (! (len < ALLOCA_LIMIT)) in error_tail()
Dfnmatch.c310 # define ALLOCA_LIMIT 2000 in fnmatch() macro
342 if (__builtin_expect (totsize < ALLOCA_LIMIT, 1)) in fnmatch()
363 if (__builtin_expect (! (totsize < ALLOCA_LIMIT), 0)) in fnmatch()
Dfnmatch_loop.c1015 enum { ALLOCA_LIMIT = 8000 }; in EXT() enumerator
1064 || ALLOCA_LIMIT <= newpsize) \ in EXT()