Home
last modified time | relevance | path

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

/bionic/libc/upstream-netbsd/lib/libc/regex/
Dregcomp.c219 #define RECLIMIT 256 macro
353 if (reclimit++ > RECLIMIT || p->error == REG_ESPACE) { in p_ere()
582 if (reclimit++ > RECLIMIT || p->error == REG_ESPACE) { in p_bre()
1147 if (reclimit++ > RECLIMIT) in repeat()