Home
last modified time | relevance | path

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

/picolibc-3.5.0-3.4.0/newlib/libc/include/
Dregex.h81 #define REG_EMPTY 14 macro
/picolibc-3.5.0-3.4.0/newlib/libc/posix/
Dregerror.c102 {REG_EMPTY, "REG_EMPTY", "empty (sub)expression"},
Dregcomp.c312 (void)REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */ in p_ere()
397 SETERROR(REG_EMPTY); in p_ere_exp()
493 (void)REQUIRE(MORE(), REG_EMPTY); in p_str()
535 (void)REQUIRE(HERE() != start, REG_EMPTY); /* require nonempty */ in p_bre()