Home
last modified time | relevance | path

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

/aosp12/bionic/tests/headers/posix/
H A Dregex_h.c54 MACRO(REG_ECTYPE); in regex_h()
/aosp12/bionic/libc/include/
H A Dregex.h75 #define REG_ECTYPE 4 macro
/aosp12/bionic/libc/upstream-netbsd/lib/libc/regex/
H A Dregerror.c140 { REG_ECTYPE, "REG_ECTYPE", "invalid character class" },
H A Dregcomp.c874 REQUIRE(c != '-' && c != ']', REG_ECTYPE); in p_b_term()
877 REQUIRE(EATTWO(':', ']'), REG_ECTYPE); in p_b_term()
936 SETERROR(REG_ECTYPE); in p_b_cclass()