Home
last modified time | relevance | path

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

/bionic/tests/headers/posix/
Dregex_h.c62 MACRO(REG_ESPACE); in regex_h()
/bionic/libc/include/
Dregex.h83 #define REG_ESPACE 12 macro
/bionic/libc/upstream-netbsd/lib/libc/regex/
Dregcomp.c267 return(REG_ESPACE); in regcomp()
273 return(REG_ESPACE); in regcomp()
353 if (reclimit++ > RECLIMIT || p->error == REG_ESPACE) { in p_ere()
354 p->error = REG_ESPACE; in p_ere()
584 if (reclimit++ > RECLIMIT || p->error == REG_ESPACE) { in p_bre()
585 p->error = REG_ESPACE; in p_bre()
1152 p->error = REG_ESPACE; in repeat()
1279 SETERROR(REG_ESPACE); in allocset()
1429 SETERROR(REG_ESPACE); in mcadd()
1773 SETERROR(REG_ESPACE); in enlarge()
Dregerror.c148 { REG_ESPACE, "REG_ESPACE", "out of memory" },
Dregexec.c167 return(REG_ESPACE); \
Dengine.c265 error = REG_ESPACE; in matcher()
278 error = REG_ESPACE; in matcher()