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

/freebsd-10.0-release/contrib/binutils/include/
H A Dxregex2.h311 REG_EBRACE, /* Unmatched \{. */
309 REG_EBRACE, /* Unmatched \\{. */ enumerator in enum:__anon608
/freebsd-10.0-release/contrib/binutils/libiberty/
H A Dregex.c1365 gettext_noop ("Unmatched \\{"), /* REG_EBRACE */
3985 FREE_STACK_RETURN (p == pend ? REG_EBRACE : REG_BADBR);
/freebsd-10.0-release/contrib/gcclibs/include/
H A Dxregex2.h311 REG_EBRACE, /* Unmatched \{. */
309 REG_EBRACE, /* Unmatched \\{. */ enumerator in enum:__anon1153
/freebsd-10.0-release/contrib/gcclibs/libiberty/
H A Dregex.c1365 gettext_noop ("Unmatched \\{"), /* REG_EBRACE */
3985 FREE_STACK_RETURN (p == pend ? REG_EBRACE : REG_BADBR);
/freebsd-10.0-release/contrib/gdb/include/
H A Dxregex2.h308 REG_EBRACE, /* Unmatched \{. */
306 REG_EBRACE, /* Unmatched \\{. */ enumerator in enum:__anon1394
/freebsd-10.0-release/contrib/libgnuregex/
H A Dregcomp.c159 gettext_noop ("Unmatched \\{") /* REG_EBRACE */
2525 *err = REG_EBRACE;
H A Dregex.h329 REG_EBRACE, /* Unmatched \{. */
327 REG_EBRACE, /* Unmatched \\{. */ enumerator in enum:__anon1633
/freebsd-10.0-release/contrib/llvm/lib/Support/
H A Dregcomp.c456 REQUIRE(MORE(), REG_EBRACE); local
627 REQUIRE(MORE(), REG_EBRACE); local
H A Dregerror.c67 { REG_EBRACE, "REG_EBRACE", "braces not balanced" },
H A Dregex_impl.h74 #define REG_EBRACE 9 macro
/freebsd-10.0-release/contrib/nvi/regex/
H A Dregcomp.c481 (void)REQUIRE(MORE(), REG_EBRACE); local
672 (void)REQUIRE(MORE(), REG_EBRACE); local
H A Dregerror.c77 = #define REG_EBRACE 9
101 { REG_EBRACE, "REG_EBRACE", "braces not balanced" },
H A Dregex.h84 #define REG_EBRACE 9 macro
/freebsd-10.0-release/include/
H A Dregex.h83 #define REG_EBRACE 9 macro
/freebsd-10.0-release/lib/libc/regex/
H A Dregcomp.c472 (void)REQUIRE(MORE(), REG_EBRACE); local
648 (void)REQUIRE(MORE(), REG_EBRACE); local
H A Dregerror.c72 = #define REG_EBRACE 9
97 {REG_EBRACE, "REG_EBRACE", "braces not balanced"},

Completed in 198 milliseconds