Home
last modified time | relevance | path

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

/dragonfly/contrib/nvi2/regex/
H A Dregex.h81 #define REG_BADBR 10 macro
H A Dregerror.c98 { REG_BADBR, "REG_BADBR", "invalid repetition count(s)" },
H A Dregcomp.c456 (void)REQUIRE(count <= count2, REG_BADBR); in p_ere_exp()
466 SETERROR(REG_BADBR); in p_ere_exp()
643 (void)REQUIRE(count <= count2, REG_BADBR); in p_simp_re()
653 SETERROR(REG_BADBR); in p_simp_re()
675 (void)REQUIRE(ndigits > 0 && count <= DUPMAX, REG_BADBR); in p_count()
/dragonfly/contrib/tre/lib/
H A Dtre-parse.c938 return (ctx->cflags & REG_EXTENDED) ? REG_NOMATCH : REG_BADBR; in tre_parse_bound()
940 return REG_BADBR; in tre_parse_bound()
955 return REG_BADBR; in tre_parse_bound()
1101 return REG_BADBR; in tre_parse_bound()
1120 return REG_BADBR; in tre_parse_bound()
1126 return REG_BADBR; in tre_parse_bound()
1155 return REG_BADBR; in tre_parse_bound()
/dragonfly/lib/libc/tre-regex/
H A Dregex.h68 REG_BADBR, /* Invalid content of {} */ enumerator
/dragonfly/contrib/binutils-2.27/include/
H A Dxregex2.h309 REG_BADBR, /* Invalid contents of \{\}. */ enumerator
/dragonfly/contrib/gcc-4.7/include/
H A Dxregex2.h310 REG_BADBR, /* Invalid contents of \{\}. */ enumerator
/dragonfly/contrib/gdb-7/include/
H A Dxregex2.h310 REG_BADBR, /* Invalid contents of \{\}. */ enumerator
/dragonfly/contrib/binutils-2.34/include/
H A Dxregex2.h309 REG_BADBR, /* Invalid contents of \{\}. */ enumerator
/dragonfly/contrib/gcc-8.0/include/
H A Dxregex2.h309 REG_BADBR, /* Invalid contents of \{\}. */ enumerator
/dragonfly/contrib/diffutils/lib/
H A Dregex.h386 #define REG_BADBR _REG_BADBR macro
H A Dregcomp.c2559 *err = REG_BADBR; /* <re>{} is invalid. */ in parse_dup_op()
2578 *err = REG_BADBR; in parse_dup_op()
2596 *err = REG_BADBR; in parse_dup_op()
/dragonfly/contrib/grep/lib/
H A Dregex.h386 #define REG_BADBR _REG_BADBR macro
H A Dregcomp.c2541 *err = REG_BADBR; /* <re>{} is invalid. */ in parse_dup_op()
2560 *err = REG_BADBR; in parse_dup_op()
2578 *err = REG_BADBR; in parse_dup_op()
/dragonfly/contrib/cvs-1.12/lib/
H A Dregex.h393 #define REG_BADBR _REG_BADBR macro
H A Dregcomp.c2443 *err = REG_BADBR; /* <re>{} is invalid. */ in parse_dup_op()
2462 *err = REG_BADBR; in parse_dup_op()
2479 *err = REG_BADBR; in parse_dup_op()
/dragonfly/tools/regression/lib/libc-regex/
H A Dtestregex.c536 REG_BADBR, "BADBR",
/dragonfly/contrib/binutils-2.27/libiberty/
H A Dregex.c3882 FREE_STACK_RETURN (REG_BADBR); in PREFIX()
3974 FREE_STACK_RETURN (p == pend ? REG_EBRACE : REG_BADBR); in PREFIX()
/dragonfly/contrib/gdb-7/libiberty/
H A Dregex.c3882 FREE_STACK_RETURN (REG_BADBR); in PREFIX()
3974 FREE_STACK_RETURN (p == pend ? REG_EBRACE : REG_BADBR); in PREFIX()
/dragonfly/contrib/binutils-2.34/libiberty/
H A Dregex.c3882 FREE_STACK_RETURN (REG_BADBR); in PREFIX()
3974 FREE_STACK_RETURN (p == pend ? REG_EBRACE : REG_BADBR); in PREFIX()
/dragonfly/contrib/gcc-8.0/libiberty/
H A Dregex.c3882 FREE_STACK_RETURN (REG_BADBR); in PREFIX()
3974 FREE_STACK_RETURN (p == pend ? REG_EBRACE : REG_BADBR); in PREFIX()
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dregex.c3882 FREE_STACK_RETURN (REG_BADBR); in PREFIX()
3974 FREE_STACK_RETURN (p == pend ? REG_EBRACE : REG_BADBR); in PREFIX()