Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/include/
Dregex.h84 #define REG_ASSERT 15 macro
/picolibc-latest/newlib/libc/posix/
Dregerror.c102 {REG_ASSERT, "REG_ASSERT", "\"can't happen\" -- you found a bug"},
Dregcomp.c283 SETERROR(REG_ASSERT); in regcomp()
1132 SETERROR(REG_ASSERT); /* just in case */ in repeat()