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

/haiku-fatelf/headers/build/host/cygwin/
H A Dregex.h308 REG_BADBR, /* Invalid contents of \{\}. */ enumerator in enum:__anon17
/haiku-fatelf/headers/build/host/sunos/
H A Dregex.h328 REG_BADBR, /* Invalid contents of \{\}. */
326 REG_BADBR, /* Invalid contents of \\{\\}. */ enumerator in enum:__anon19
/haiku-fatelf/headers/posix/
H A Dregex.h328 REG_BADBR, /* Invalid contents of \{\}. */
326 REG_BADBR, /* Invalid contents of \\{\\}. */ enumerator in enum:__anon566
/haiku-fatelf/headers/private/mail/
H A Dregex.h312 REG_BADBR, /* Invalid contents of \{\}. */ enumerator in enum:__anon1106
/haiku-fatelf/src/bin/coreutils/lib/
H A Dregex.h418 #define REG_BADBR _REG_BADBR
416 #define REG_BADBR macro
H A Dregcomp.c168 gettext_noop ("Invalid content of \\{\\}") /* REG_BADBR */
2503 *err = REG_BADBR; /* <re>{} is invalid. */
2522 *err = REG_BADBR;
2540 *err = REG_BADBR;
/haiku-fatelf/src/bin/diffutils/lib/posix/
H A Dregex.h306 REG_BADBR, /* Invalid contents of \{\}. */
304 REG_BADBR, /* Invalid contents of \\{\\}. */ enumerator in enum:__anon3468
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dregex.h414 #define REG_BADBR _REG_BADBR
412 #define REG_BADBR macro
H A Dregcomp.c162 gettext_noop ("Invalid content of \\{\\}") /* REG_BADBR */
2475 *err = REG_BADBR; /* <re>{} is invalid. */
2494 *err = REG_BADBR;
2511 *err = REG_BADBR;
/haiku-fatelf/src/bin/gawk/
H A Dregex.h314 REG_BADBR, /* Invalid contents of \{\}. */
312 REG_BADBR, /* Invalid contents of \\{\\}. */ enumerator in enum:__anon3532
H A Dregcomp.c167 gettext_noop ("Invalid content of \\{\\}") /* REG_BADBR */
2235 *err = REG_BADBR; /* <re>{} is invalid. */
2355 *err = REG_BADBR;
/haiku-fatelf/src/bin/gdb/include/
H A Dxregex2.h309 REG_BADBR, /* Invalid contents of \{\}. */
307 REG_BADBR, /* Invalid contents of \\{\\}. */ enumerator in enum:__anon4193
/haiku-fatelf/src/system/libroot/posix/glibc/regex/
H A Dregcomp.c164 gettext_noop ("Invalid content of \\{\\}") /* REG_BADBR */
2460 *err = REG_BADBR; /* <re>{} is invalid. */
2479 *err = REG_BADBR;
2496 *err = REG_BADBR;
/haiku-fatelf/src/bin/diffutils/lib/
H A Dregex.c1412 gettext_noop ("Invalid content of \\{\\}") /* REG_BADBR */
3971 FREE_STACK_RETURN (REG_BADBR);
4063 FREE_STACK_RETURN (p == pend ? REG_EBRACE : REG_BADBR);
3958 FREE_STACK_RETURN (REG_BADBR); variable
/haiku-fatelf/src/bin/gdb/libiberty/
H A Dregex.c1398 gettext_noop ("Invalid content of \\{\\}"), /* REG_BADBR */
3929 FREE_STACK_RETURN (REG_BADBR);
4021 FREE_STACK_RETURN (p == pend ? REG_EBRACE : REG_BADBR);
3916 FREE_STACK_RETURN (REG_BADBR); variable

Completed in 232 milliseconds