Home
last modified time | relevance | path

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

/bionic/libc/include/
Dregex.h85 #define REG_ASSERT 15 macro
/bionic/libc/upstream-netbsd/lib/libc/regex/
Dregerror.c151 { REG_ASSERT, "REG_ASSERT", "\"can't happen\" -- you found a bug" },
Dregcomp.c327 SETERROR(REG_ASSERT); in regcomp()
1201 SETERROR(REG_ASSERT); /* just in case */ in repeat()