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

/barrelfish-2018-10-04/include/
H A Dregex.h84 #define REG_BADBR 10 macro
H A Dpcreposix.h76 REG_BADBR, /* invalid repeat counts in {} */ enumerator in enum:__anon260
/barrelfish-2018-10-04/usr/eclipseclp/icparc_solvers/rxspencer/
H A Dregex.h45 #define REG_BADBR 10 macro
H A Dregerror.c23 = #define REG_BADBR 10
48 REG_BADBR, "REG_BADBR", "invalid repetition count(s)",
H A Dregcomp.c356 REQUIRE(count <= count2, REG_BADBR);
366 SETERROR(REG_BADBR);
534 REQUIRE(count <= count2, REG_BADBR);
544 SETERROR(REG_BADBR);
568 REQUIRE(ndigits > 0 && count <= DUPMAX, REG_BADBR);
/barrelfish-2018-10-04/lib/pcre/
H A Dpcreposix.h76 REG_BADBR, /* invalid repeat counts in {} */ enumerator in enum:__anon1359
H A Dpcreposix.c77 REG_BADBR, /* numbers out of order in {} quantifier */
79 REG_BADBR, /* number too big in {} quantifier */
/barrelfish-2018-10-04/lib/libc/regex/
H A Dregerror.c73 = #define REG_BADBR 10
98 {REG_BADBR, "REG_BADBR", "invalid repetition count(s)"},
H A Dregcomp.c489 (void)REQUIRE(count <= count2, REG_BADBR);
499 SETERROR(REG_BADBR);
671 (void)REQUIRE(count <= count2, REG_BADBR);
681 SETERROR(REG_BADBR);
704 (void)REQUIRE(ndigits > 0 && count <= DUPMAX, REG_BADBR);

Completed in 149 milliseconds