HomeSort by relevance Sort by last modified time
    Searched refs:REG_NOSUB (Results 51 - 75 of 77) sorted by null

1 23 4

  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/
regex.h 64 #define REG_NOSUB 0004
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/
regex.h 64 #define REG_NOSUB 0004
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/
regex.h 64 #define REG_NOSUB 0004
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
regex.h 64 #define REG_NOSUB 0004
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
regex.h 64 #define REG_NOSUB 0004
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
regex.h 64 #define REG_NOSUB 0004
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
regex.h 64 #define REG_NOSUB 0004
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
regex.h 64 #define REG_NOSUB 0004
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
regex.h 64 #define REG_NOSUB 0004
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
regex.h 64 #define REG_NOSUB 0004
  /cts/suite/audio_quality/lib/src/
SimpleScriptExec.cpp 51 cflags |= REG_NOSUB;
  /external/pcre/dist/
pcreposix.h 60 #define REG_NOSUB 0x0020 /* Maps to PCRE_NO_AUTO_CAPTURE */
pcreposix.c 279 if ((cflags & REG_NOSUB) != 0) options |= PCRE_NO_AUTO_CAPTURE;
317 If REG_NOSUB was specified at compile time, the PCRE_NO_AUTO_CAPTURE flag will
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
tst-regex2.c 77 REG_EXTENDED | (testno ? REG_NOSUB : 0));
126 puts ("\nregexec without REG_NOSUB did not find the correct match");
tst-rxspencer.c 288 if (cflags & REG_NOSUB)
489 cflags |= REG_NOSUB;
  /ndk/sources/host-tools/sed-4.2.1/lib/
regex.h 353 #define REG_NOSUB (1 << 3)
  /ndk/sources/host-tools/sed-4.2.1/sed/
regexp.c 55 (needed_sub ? 0 : REG_NOSUB)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
regex.h 296 #define REG_NOSUB (REG_NEWLINE << 1)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
regex.h 296 #define REG_NOSUB (REG_NEWLINE << 1)
  /cts/suite/audio_quality/lib/src/task/
TaskCase.cpp 114 if (regcomp(&regex, re, REG_EXTENDED | REG_NOSUB) != 0) {
  /external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
parse-filter.c 289 ret = regcomp(&ereg, reg, REG_ICASE|REG_NOSUB);
298 ret = regcomp(&sreg, reg, REG_ICASE|REG_NOSUB);
519 ret = regcomp(&op->str.reg, str, REG_ICASE|REG_NOSUB);
    [all...]
  /external/qemu/distrib/libselinux/src/
label_file.c 258 REG_EXTENDED | REG_NOSUB);
  /external/llvm/lib/Support/
regengine.inc 146 if (g->cflags&REG_NOSUB)
  /bionic/libc/upstream-netbsd/lib/libc/regex/
engine.c 199 if (g->cflags&REG_NOSUB)
  /ndk/sources/host-tools/ndk-stack/regex/
engine.c 142 if (g->cflags&REG_NOSUB)

Completed in 2522 milliseconds

1 23 4