HomeSort by relevance Sort by last modified time
    Searched refs:REG_BADBR (Results 1 - 20 of 20) sorted by null

  /bionic/libc/include/
regex.h 81 #define REG_BADBR 10
  /bionic/tests/headers/posix/
regex_h.c 60 MACRO(REG_BADBR);
  /external/llvm/lib/Support/
regex_impl.h 75 #define REG_BADBR 10
regerror.c 68 { REG_BADBR, "REG_BADBR", "invalid repetition count(s)" },
regcomp.c 455 REQUIRE(count <= count2, REG_BADBR);
465 SETERROR(REG_BADBR);
626 REQUIRE(count <= count2, REG_BADBR);
636 SETERROR(REG_BADBR);
658 REQUIRE(ndigits > 0 && count <= DUPMAX, REG_BADBR);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
regex_impl.h 75 #define REG_BADBR 10
regerror.c 68 { REG_BADBR, "REG_BADBR", "invalid repetition count(s)" },
regcomp.c 419 REQUIRE(count <= count2, REG_BADBR);
429 SETERROR(REG_BADBR);
590 REQUIRE(count <= count2, REG_BADBR);
600 SETERROR(REG_BADBR);
622 REQUIRE(ndigits > 0 && count <= DUPMAX, REG_BADBR);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
regex_impl.h 75 #define REG_BADBR 10
regerror.c 68 { REG_BADBR, "REG_BADBR", "invalid repetition count(s)" },
regcomp.c 582 REQUIRE(count <= count2, REG_BADBR);
592 SETERROR(REG_BADBR);
753 REQUIRE(count <= count2, REG_BADBR);
763 SETERROR(REG_BADBR);
785 REQUIRE(ndigits > 0 && count <= DUPMAX, REG_BADBR);
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
regex_impl.h 75 #define REG_BADBR 10
regerror.c 68 { REG_BADBR, "REG_BADBR", "invalid repetition count(s)" },
regcomp.c 455 REQUIRE(count <= count2, REG_BADBR);
465 SETERROR(REG_BADBR);
626 REQUIRE(count <= count2, REG_BADBR);
636 SETERROR(REG_BADBR);
658 REQUIRE(ndigits > 0 && count <= DUPMAX, REG_BADBR);
    [all...]
  /external/pcre/dist2/src/
pcre2posix.h 77 REG_BADBR, /* invalid repeat counts in {} */
pcre2posix.c 114 REG_BADBR, /* numbers out of order in {} quantifier */
116 REG_BADBR, /* number too big in {} quantifier */
  /bionic/libc/upstream-netbsd/lib/libc/regex/
regerror.c 122 = #define REG_BADBR 10
146 { REG_BADBR, "REG_BADBR", "invalid repetition count(s)" },
regcomp.c 519 REQUIRE(count <= count2, REG_BADBR);
529 SETERROR(REG_BADBR);
714 REQUIRE(count <= count2, REG_BADBR);
724 SETERROR(REG_BADBR);
750 REQUIRE(ndigits > 0 && count <= DUPMAX, REG_BADBR);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
onigposix.h 55 #define REG_BADBR 10
regposix.c 96 { ONIGERR_TOO_BIG_NUMBER_FOR_REPEAT_RANGE, REG_BADBR },
97 { ONIGERR_UPPER_SMALLER_THAN_LOWER_IN_REPEAT_RANGE, REG_BADBR },

Completed in 1680 milliseconds