Home
last modified time | relevance | path

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

/haiku/src/build/libgnuregex/
H A Dregex.h261 REG_BADBR, /* Invalid contents of \{\}. */ enumerator
H A Dregex.c1771 return REG_BADBR;
1786 return REG_BADBR;
/haiku/headers/posix/
H A Dregex.h317 REG_BADBR, /* Invalid contents of \{\}. */ enumerator
/haiku/src/system/libroot/posix/glibc/regex/
H A Dregcomp.c2555 *err = REG_BADBR; /* <re>{} is invalid. */ in parse_dup_op()
2574 *err = REG_BADBR; in parse_dup_op()
2592 *err = REG_BADBR; in parse_dup_op()