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

1 23

  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
regex.h 75 #define REG_EESCAPE 5
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
regex.h 75 #define REG_EESCAPE 5
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
regex.h 75 #define REG_EESCAPE 5
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
regex.h 75 #define REG_EESCAPE 5
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
regex.h 75 #define REG_EESCAPE 5
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
regex.h 75 #define REG_EESCAPE 5
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
regex.h 75 #define REG_EESCAPE 5
  /external/llvm/lib/Support/
regerror.c 63 { REG_EESCAPE, "REG_EESCAPE", "trailing backslash (\\)" },
regcomp.c 372 REQUIRE(MORE(), REG_EESCAPE);
540 REQUIRE(MORE(), REG_EESCAPE);
    [all...]
  /external/pcre/dist/
pcreposix.c 74 REG_EESCAPE, /* \ at end of pattern */
75 REG_EESCAPE, /* \c at end of pattern */
76 REG_EESCAPE, /* unrecognized character follows \ */
117 REG_EESCAPE, /* PCRE does not support \L, \l, \N, \U, or \u */
pcreposix.h 83 REG_EESCAPE, /* bad escape sequence */
  /ndk/sources/host-tools/ndk-stack/regex/
regerror.c 58 { REG_EESCAPE, "REG_EESCAPE", "trailing backslash (\\)" },
regcomp.c 363 REQUIRE(MORE(), REG_EESCAPE);
504 REQUIRE(MORE(), REG_EESCAPE);
    [all...]
  /bionic/libc/upstream-netbsd/lib/libc/regex/
regerror.c 117 = #define REG_EESCAPE 5
141 { REG_EESCAPE, "REG_EESCAPE", "trailing backslash (\\)" },
regcomp.c 470 REQUIRE(MORE(), REG_EESCAPE);
633 REQUIRE(MORE(), REG_EESCAPE);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
regexp.h 181 case REG_EESCAPE:
regex.h 334 REG_EESCAPE, /* Trailing backslash. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
regexp.h 181 case REG_EESCAPE:
regex.h 334 REG_EESCAPE, /* Trailing backslash. */
  /external/ltrace/
glob.c 167 return REG_EESCAPE;
254 translate("\\", REG_EESCAPE, NULL);
  /ndk/sources/host-tools/sed-4.2.1/lib/
regex.h 411 #define REG_EESCAPE _REG_EESCAPE
regcomp.c 150 gettext_noop ("Trailing backslash") /* REG_EESCAPE */
    [all...]

Completed in 1128 milliseconds

1 23