Home
last modified time | relevance | path

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

/bionic/libc/include/
Dregex.h80 #define REG_EBRACE 9 macro
/bionic/tests/headers/posix/
Dregex_h.c59 MACRO(REG_EBRACE); in regex_h()
/bionic/libc/upstream-netbsd/lib/libc/regex/
Dregerror.c145 { REG_EBRACE, "REG_EBRACE", "braces not balanced" },
Dregcomp.c528 REQUIRE(MORE(), REG_EBRACE); in p_ere_exp()
723 REQUIRE(MORE(), REG_EBRACE); in p_simp_re()