Searched refs:REG_BADBR (Results 1 - 16 of 16) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/Support/
H A Dregex_impl.h75 #define REG_BADBR 10 macro
H A Dregerror.c68 { REG_BADBR, "REG_BADBR", "invalid repetition count(s)" },
H A Dregcomp.c447 REQUIRE(count <= count2, REG_BADBR);
457 SETERROR(REG_BADBR);
618 REQUIRE(count <= count2, REG_BADBR);
628 SETERROR(REG_BADBR);
650 REQUIRE(ndigits > 0 && count <= DUPMAX, REG_BADBR);
/freebsd-10-stable/contrib/nvi/regex/
H A Dregex.h85 #define REG_BADBR 10 macro
H A Dregerror.c78 = #define REG_BADBR 10
102 { REG_BADBR, "REG_BADBR", "invalid repetition count(s)" },
H A Dregcomp.c472 (void)REQUIRE(count <= count2, REG_BADBR);
482 SETERROR(REG_BADBR);
663 (void)REQUIRE(count <= count2, REG_BADBR);
673 SETERROR(REG_BADBR);
696 (void)REQUIRE(ndigits > 0 && count <= DUPMAX, REG_BADBR);
/freebsd-10-stable/include/
H A Dregex.h84 #define REG_BADBR 10 macro
/freebsd-10-stable/lib/libc/regex/
H A Dregerror.c73 = #define REG_BADBR 10
98 {REG_BADBR, "REG_BADBR", "invalid repetition count(s)"},
H A Dregcomp.c491 (void)REQUIRE(count <= count2, REG_BADBR);
501 SETERROR(REG_BADBR);
675 (void)REQUIRE(count <= count2, REG_BADBR);
685 SETERROR(REG_BADBR);
708 (void)REQUIRE(ndigits > 0 && count <= DUPMAX, REG_BADBR);
/freebsd-10-stable/contrib/binutils/include/
H A Dxregex2.h312 REG_BADBR, /* Invalid contents of \{\}. */
310 REG_BADBR, /* Invalid contents of \\{\\}. */ enumerator in enum:__anon606
/freebsd-10-stable/contrib/gcclibs/include/
H A Dxregex2.h312 REG_BADBR, /* Invalid contents of \{\}. */
310 REG_BADBR, /* Invalid contents of \\{\\}. */ enumerator in enum:__anon1247
/freebsd-10-stable/contrib/gdb/include/
H A Dxregex2.h309 REG_BADBR, /* Invalid contents of \{\}. */
307 REG_BADBR, /* Invalid contents of \\{\\}. */ enumerator in enum:__anon1488
/freebsd-10-stable/contrib/libgnuregex/
H A Dregex.h330 REG_BADBR, /* Invalid contents of \{\}. */
328 REG_BADBR, /* Invalid contents of \\{\\}. */ enumerator in enum:__anon1729
H A Dregcomp.c162 gettext_noop ("Invalid content of \\{\\}") /* REG_BADBR */
2508 *err = REG_BADBR; /* <re>{} is invalid. */
2527 *err = REG_BADBR;
2544 *err = REG_BADBR;
/freebsd-10-stable/contrib/binutils/libiberty/
H A Dregex.c1366 gettext_noop ("Invalid content of \\{\\}"), /* REG_BADBR */
3893 FREE_STACK_RETURN (REG_BADBR);
3985 FREE_STACK_RETURN (p == pend ? REG_EBRACE : REG_BADBR);
/freebsd-10-stable/contrib/gcclibs/libiberty/
H A Dregex.c1366 gettext_noop ("Invalid content of \\{\\}"), /* REG_BADBR */
3893 FREE_STACK_RETURN (REG_BADBR);
3985 FREE_STACK_RETURN (p == pend ? REG_EBRACE : REG_BADBR);

Completed in 181 milliseconds