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

  /bionic/libc/include/
regex.h 79 #define REG_EPAREN 8
  /bionic/tests/headers/posix/
regex_h.c 58 MACRO(REG_EPAREN);
  /external/llvm/lib/Support/
regex_impl.h 73 #define REG_EPAREN 8
regerror.c 66 { REG_EPAREN, "REG_EPAREN", "parentheses not balanced" },
regcomp.c 324 REQUIRE(MORE(), REG_EPAREN);
337 MUSTEAT(')', REG_EPAREN);
348 SETERROR(REG_EPAREN);
578 REQUIRE(EATTWO('\\', ')'), REG_EPAREN);
582 SETERROR(REG_EPAREN);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
regex_impl.h 73 #define REG_EPAREN 8
regerror.c 66 { REG_EPAREN, "REG_EPAREN", "parentheses not balanced" },
regcomp.c 315 REQUIRE(MORE(), REG_EPAREN);
328 MUSTEAT(')', REG_EPAREN);
339 SETERROR(REG_EPAREN);
542 REQUIRE(EATTWO('\\', ')'), REG_EPAREN);
546 SETERROR(REG_EPAREN);
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
regex_impl.h 73 #define REG_EPAREN 8
regerror.c 66 { REG_EPAREN, "REG_EPAREN", "parentheses not balanced" },
regcomp.c 324 REQUIRE(MORE(), REG_EPAREN);
337 MUSTEAT(')', REG_EPAREN);
348 SETERROR(REG_EPAREN);
578 REQUIRE(EATTWO('\\', ')'), REG_EPAREN);
582 SETERROR(REG_EPAREN);
    [all...]
  /external/pcre/dist2/src/
pcre2posix.h 84 REG_EPAREN, /* unbalanced () */
pcre2posix.c 126 REG_EPAREN, /* missing ) */
131 REG_EPAREN, /* missing ) after (?# comment */
136 REG_EPAREN, /* unmatched closing parenthesis */
  /bionic/libc/upstream-netbsd/lib/libc/regex/
regerror.c 120 = #define REG_EPAREN 8
144 { REG_EPAREN, "REG_EPAREN", "parentheses not balanced" },
regcomp.c 413 REQUIRE(MORE(), REG_EPAREN);
426 MUSTEAT(')', REG_EPAREN);
437 SETERROR(REG_EPAREN);
662 REQUIRE(EATTWO('\\', ')'), REG_EPAREN);
666 SETERROR(REG_EPAREN);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
onigposix.h 53 #define REG_EPAREN 8
regposix.c 88 { ONIGERR_UNMATCHED_CLOSE_PARENTHESIS, REG_EPAREN },
89 { ONIGERR_END_PATTERN_WITH_UNMATCHED_PARENTHESIS, REG_EPAREN },
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
regexp.h 192 case REG_EPAREN:
regex.h 340 REG_EPAREN, /* Parenthesis imbalance. */
  /toolchain/binutils/binutils-2.27/include/
xregex2.h 309 REG_EPAREN, /* Parenthesis imbalance. */
  /prebuilts/go/darwin-x86/src/regexp/testdata/
testregex.c 534 REG_EPAREN, "EPAREN",
    [all...]
  /prebuilts/go/linux-x86/src/regexp/testdata/
testregex.c 534 REG_EPAREN, "EPAREN",
    [all...]
  /toolchain/binutils/binutils-2.27/libiberty/
regex.c     [all...]

Completed in 515 milliseconds