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

/freebsd-9.3-release/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-9.3-release/include/
H A Dregex.h84 #define REG_BADBR 10 macro
/freebsd-9.3-release/lib/libc/regex/
H A Dregerror.c73 = #define REG_BADBR 10
98 {REG_BADBR, "REG_BADBR", "invalid repetition count(s)"},
H A Dregcomp.c463 (void)REQUIRE(count <= count2, REG_BADBR);
473 SETERROR(REG_BADBR);
639 (void)REQUIRE(count <= count2, REG_BADBR);
649 SETERROR(REG_BADBR);
672 (void)REQUIRE(ndigits > 0 && count <= DUPMAX, REG_BADBR);
/freebsd-9.3-release/contrib/binutils/include/
H A Dxregex2.h312 REG_BADBR, /* Invalid contents of \{\}. */
310 REG_BADBR, /* Invalid contents of \\{\\}. */ enumerator in enum:__anon728
/freebsd-9.3-release/contrib/cvs/lib/
H A Dregex.h275 REG_BADBR, /* Invalid contents of \{\}. */
273 REG_BADBR, /* Invalid contents of \\{\\}. */ enumerator in enum:__anon899
H A Dregex.c1084 gettext_noop ("Invalid content of \\{\\}"), /* REG_BADBR */
2681 FREE_STACK_RETURN (REG_BADBR);
2696 FREE_STACK_RETURN (REG_BADBR);
/freebsd-9.3-release/contrib/gcclibs/include/
H A Dxregex2.h312 REG_BADBR, /* Invalid contents of \{\}. */
310 REG_BADBR, /* Invalid contents of \\{\\}. */ enumerator in enum:__anon1265
/freebsd-9.3-release/contrib/gdb/include/
H A Dxregex2.h309 REG_BADBR, /* Invalid contents of \{\}. */
307 REG_BADBR, /* Invalid contents of \\{\\}. */ enumerator in enum:__anon1506
/freebsd-9.3-release/gnu/lib/libregex/posix/
H A Dregex.h333 REG_BADBR, /* Invalid contents of \{\}. */
331 REG_BADBR, /* Invalid contents of \\{\\}. */ enumerator in enum:__anon4906
/freebsd-9.3-release/gnu/lib/libregex/
H A Dregcomp.c191 gettext_noop ("Invalid content of \\{\\}") /* REG_BADBR */
2543 *err = REG_BADBR; /* <re>{} is invalid. */
2562 *err = REG_BADBR;
2579 *err = REG_BADBR;
/freebsd-9.3-release/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-9.3-release/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 306 milliseconds