HomeSort by: relevance | last modified time | path
    Searched refs:REG_BADBR (Results 1 - 3 of 3) sorted by relevancy

  /src/include/
regex.h 117 #define REG_BADBR 10
  /src/lib/libc/regex/
regerror.c 87 = #define REG_BADBR 10
113 {REG_BADBR, "REG_BADBR", "invalid repetition count(s)"},
regcomp.c 662 (void)REQUIRE(count <= count2, REG_BADBR);
672 SETERROR(REG_BADBR);
1057 (void)REQUIRE(count <= count2, REG_BADBR);
1067 SETERROR(REG_BADBR);
1090 (void)REQUIRE(ndigits > 0 && count <= DUPMAX, REG_BADBR);

Completed in 14 milliseconds