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

1 23

  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/
regex.h 77 #define REG_EBRACK 7
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
regex.h 77 #define REG_EBRACK 7
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
regex.h 77 #define REG_EBRACK 7
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
regex.h 77 #define REG_EBRACK 7
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
regex.h 77 #define REG_EBRACK 7
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
regex.h 77 #define REG_EBRACK 7
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
regex.h 77 #define REG_EBRACK 7
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
regex.h 77 #define REG_EBRACK 7
  /external/llvm/lib/Support/
regerror.c 65 { REG_EBRACK, "REG_EBRACK", "brackets ([ ]) not balanced" },
regcomp.c 693 MUSTEAT(']', REG_EBRACK);
763 REQUIRE(MORE(), REG_EBRACK);
767 REQUIRE(MORE(), REG_EBRACK);
772 REQUIRE(MORE(), REG_EBRACK);
776 REQUIRE(MORE(), REG_EBRACK);
852 REQUIRE(MORE(), REG_EBRACK);
876 SETERROR(REG_EBRACK);
    [all...]
  /external/pcre/dist/
pcreposix.h 80 REG_EBRACK, /* unbalanced [] */
pcreposix.c 80 REG_EBRACK, /* missing terminating ] for character class */
  /ndk/sources/host-tools/ndk-stack/regex/
regerror.c 60 { REG_EBRACK, "REG_EBRACK", "brackets ([ ]) not balanced" },
regcomp.c 657 MUSTEAT(']', REG_EBRACK);
727 REQUIRE(MORE(), REG_EBRACK);
731 REQUIRE(MORE(), REG_EBRACK);
736 REQUIRE(MORE(), REG_EBRACK);
740 REQUIRE(MORE(), REG_EBRACK);
816 REQUIRE(MORE(), REG_EBRACK);
840 SETERROR(REG_EBRACK);
    [all...]
  /bionic/libc/upstream-netbsd/lib/libc/regex/
regerror.c 119 = #define REG_EBRACK 7
143 { REG_EBRACK, "REG_EBRACK", "brackets ([ ]) not balanced" },
regcomp.c 794 MUSTEAT(']', REG_EBRACK);
869 REQUIRE(MORE(), REG_EBRACK);
873 REQUIRE(MORE(), REG_EBRACK);
878 REQUIRE(MORE(), REG_EBRACK);
882 REQUIRE(MORE(), REG_EBRACK);
976 REQUIRE(MORE(), REG_EBRACK);
1006 SETERROR(REG_EBRACK);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
regexp.h 190 case REG_EBRACK:
regex.h 336 REG_EBRACK, /* Unmatched left bracket. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
regexp.h 190 case REG_EBRACK:
regex.h 336 REG_EBRACK, /* Unmatched left bracket. */
  /ndk/sources/host-tools/sed-4.2.1/lib/
regex.h 413 #define REG_EBRACK _REG_EBRACK
regcomp.c 156 gettext_noop ("Unmatched [ or [^") /* REG_EBRACK */
    [all...]

Completed in 759 milliseconds

1 23