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

/freebsd-11-stable/contrib/binutils/include/
H A Dxregex2.h312 REG_BADBR, /* Invalid contents of \{\}. */
310 REG_BADBR, /* Invalid contents of \\{\\}. */ enumerator in enum:__anon598
/freebsd-11-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-11-stable/contrib/gcclibs/include/
H A Dxregex2.h312 REG_BADBR, /* Invalid contents of \{\}. */
310 REG_BADBR, /* Invalid contents of \\{\\}. */ enumerator in enum:__anon1427
/freebsd-11-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);
/freebsd-11-stable/contrib/gdb/include/
H A Dxregex2.h309 REG_BADBR, /* Invalid contents of \{\}. */
307 REG_BADBR, /* Invalid contents of \\{\\}. */ enumerator in enum:__anon1668
/freebsd-11-stable/contrib/libgnuregex/
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;
H A Dregex.h330 REG_BADBR, /* Invalid contents of \{\}. */
328 REG_BADBR, /* Invalid contents of \\{\\}. */ enumerator in enum:__anon1944
/freebsd-11-stable/contrib/nvi/regex/
H A Dregcomp.c456 (void)REQUIRE(count <= count2, REG_BADBR);
466 SETERROR(REG_BADBR);
643 (void)REQUIRE(count <= count2, REG_BADBR);
653 SETERROR(REG_BADBR);
675 (void)REQUIRE(ndigits > 0 && count <= DUPMAX, REG_BADBR);
H A Dregerror.c74 = #define REG_BADBR 10
98 { REG_BADBR, "REG_BADBR", "invalid repetition count(s)" },
H A Dregex.h81 #define REG_BADBR 10 macro
/freebsd-11-stable/include/
H A Dregex.h84 #define REG_BADBR 10 macro
/freebsd-11-stable/lib/libc/regex/
H A Dregcomp.c489 (void)REQUIRE(count <= count2, REG_BADBR);
499 SETERROR(REG_BADBR);
814 (void)REQUIRE(count <= count2, REG_BADBR);
824 SETERROR(REG_BADBR);
847 (void)REQUIRE(ndigits > 0 && count <= DUPMAX, REG_BADBR);
H A Dregerror.c73 = #define REG_BADBR 10
98 {REG_BADBR, "REG_BADBR", "invalid repetition count(s)"},
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregcomp.c583 REQUIRE(count <= count2, REG_BADBR);
593 SETERROR(REG_BADBR);
754 REQUIRE(count <= count2, REG_BADBR);
764 SETERROR(REG_BADBR);
786 REQUIRE(ndigits > 0 && count <= DUPMAX, REG_BADBR);
H A Dregerror.c68 { REG_BADBR, "REG_BADBR", "invalid repetition count(s)" },
H A Dregex_impl.h75 #define REG_BADBR 10 macro

Completed in 419 milliseconds