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

1 23

  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
regex.h 78 #define REG_EPAREN 8
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
regex.h 78 #define REG_EPAREN 8
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
regex.h 78 #define REG_EPAREN 8
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
regex.h 78 #define REG_EPAREN 8
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
regex.h 78 #define REG_EPAREN 8
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
regex.h 78 #define REG_EPAREN 8
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
regex.h 78 #define REG_EPAREN 8
  /external/llvm/lib/Support/
regerror.c 66 { REG_EPAREN, "REG_EPAREN", "parentheses not balanced" },
regcomp.c 316 REQUIRE(MORE(), REG_EPAREN);
329 MUSTEAT(')', REG_EPAREN);
340 SETERROR(REG_EPAREN);
570 REQUIRE(EATTWO('\\', ')'), REG_EPAREN);
574 SETERROR(REG_EPAREN);
    [all...]
  /external/pcre/dist/
pcreposix.h 85 REG_EPAREN, /* unbalanced () */
pcreposix.c 89 REG_EPAREN, /* missing ) */
94 REG_EPAREN, /* missing ) after comment */
99 REG_EPAREN, /* unmatched parentheses */
  /ndk/sources/host-tools/ndk-stack/regex/
regerror.c 61 { REG_EPAREN, "REG_EPAREN", "parentheses not balanced" },
regcomp.c 307 REQUIRE(MORE(), REG_EPAREN);
320 MUSTEAT(')', REG_EPAREN);
331 SETERROR(REG_EPAREN);
534 REQUIRE(EATTWO('\\', ')'), REG_EPAREN);
538 SETERROR(REG_EPAREN);
    [all...]
  /bionic/libc/upstream-netbsd/lib/libc/regex/
regerror.c 120 = #define REG_EPAREN 8
144 { REG_EPAREN, "REG_EPAREN", "parentheses not balanced" },
regcomp.c 414 REQUIRE(MORE(), REG_EPAREN);
427 MUSTEAT(')', REG_EPAREN);
438 SETERROR(REG_EPAREN);
663 REQUIRE(EATTWO('\\', ')'), REG_EPAREN);
667 SETERROR(REG_EPAREN);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
regexp.h 192 case REG_EPAREN:
regex.h 337 REG_EPAREN, /* Parenthesis imbalance. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
regexp.h 192 case REG_EPAREN:
regex.h 337 REG_EPAREN, /* Parenthesis imbalance. */
  /ndk/sources/host-tools/sed-4.2.1/lib/
regex.h 414 #define REG_EPAREN _REG_EPAREN
regcomp.c 159 gettext_noop ("Unmatched ( or \\(") /* REG_EPAREN */
515 unmatched close-group: both are REG_EPAREN. */
517 ret = REG_EPAREN;
    [all...]

Completed in 1781 milliseconds

1 23