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

  /bionic/libc/include/
regex.h 84 #define REG_BADRPT 13
  /bionic/tests/headers/posix/
regex_h.c 63 MACRO(REG_BADRPT);
  /external/llvm/lib/Support/
regex_impl.h 78 #define REG_BADRPT 13
regerror.c 71 { REG_BADRPT, "REG_BADRPT", "repetition-operator operand invalid" },
regcomp.c 368 SETERROR(REG_BADRPT);
412 REQUIRE(!MORE() || !isdigit((uch)PEEK()), REG_BADRPT);
428 REQUIRE(!wascaret, REG_BADRPT);
476 SETERROR(REG_BADRPT);
562 SETERROR(REG_BADRPT);
608 REQUIRE(starordinary, REG_BADRPT);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
regex_impl.h 78 #define REG_BADRPT 13
regerror.c 71 { REG_BADRPT, "REG_BADRPT", "repetition-operator operand invalid" },
regcomp.c 359 SETERROR(REG_BADRPT);
376 REQUIRE(!MORE() || !isdigit((uch)PEEK()), REG_BADRPT);
392 REQUIRE(!wascaret, REG_BADRPT);
440 SETERROR(REG_BADRPT);
526 SETERROR(REG_BADRPT);
572 REQUIRE(starordinary, REG_BADRPT);
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
regex_impl.h 78 #define REG_BADRPT 13
regerror.c 71 { REG_BADRPT, "REG_BADRPT", "repetition-operator operand invalid" },
regcomp.c 368 SETERROR(REG_BADRPT);
412 REQUIRE(!MORE() || !isdigit((uch)PEEK()), REG_BADRPT);
428 REQUIRE(!wascaret, REG_BADRPT);
476 SETERROR(REG_BADRPT);
562 SETERROR(REG_BADRPT);
608 REQUIRE(starordinary, REG_BADRPT);
    [all...]
  /external/pcre/dist2/src/
pcre2posix.h 77 REG_BADRPT, /* ? * + invalid */
pcre2posix.c 120 REG_BADRPT, /* nothing to repeat */
  /bionic/libc/upstream-netbsd/lib/libc/regex/
regerror.c 125 = #define REG_BADRPT 13
149 { REG_BADRPT, "REG_BADRPT", "repetition-operator operand invalid" },
regcomp.c 457 SETERROR(REG_BADRPT);
474 REQUIRE(!MORE() || !isdigit((unsigned char)PEEK()), REG_BADRPT);
490 REQUIRE(!wascaret, REG_BADRPT);
538 SETERROR(REG_BADRPT);
646 SETERROR(REG_BADRPT);
692 REQUIRE(starordinary, REG_BADRPT);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regposix.c 85 { ONIGERR_TARGET_OF_REPEAT_OPERATOR_NOT_SPECIFIED, REG_BADRPT },
86 { ONIGERR_TARGET_OF_REPEAT_OPERATOR_INVALID, REG_BADRPT },
87 { ONIGERR_NESTED_REPEAT_OPERATOR, REG_BADRPT },
onigposix.h 58 #define REG_BADRPT 13
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
regexp.h 182 case REG_BADRPT:
regex.h 345 REG_BADRPT, /* No preceding re for repetition op. */
  /toolchain/binutils/binutils-2.27/include/
xregex2.h 314 REG_BADRPT, /* No preceding re for repetition op. */
  /prebuilts/go/darwin-x86/src/regexp/testdata/
testregex.c 539 REG_BADRPT, "BADRPT",
    [all...]
  /prebuilts/go/linux-x86/src/regexp/testdata/
testregex.c 539 REG_BADRPT, "BADRPT",
    [all...]
  /toolchain/binutils/binutils-2.27/libiberty/
regex.c     [all...]

Completed in 341 milliseconds