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

1 23

  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
regex.h 93 #define REG_STARTEND 00004
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
regex.h 93 #define REG_STARTEND 00004
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
regex.h 93 #define REG_STARTEND 00004
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
regex.h 93 #define REG_STARTEND 00004
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
regex.h 93 #define REG_STARTEND 00004
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
regex.h 93 #define REG_STARTEND 00004
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
regex.h 93 #define REG_STARTEND 00004
  /external/pcre/dist/
pcreposix.h 62 #define REG_STARTEND 0x0080 /* BSD feature: pass subject string by so,eo */
pcreposix.c 360 /* REG_STARTEND is a BSD extension, to allow for non-NUL-terminated strings.
361 The man page from OS X says "REG_STARTEND affects only the location of the
365 if ((eflags & REG_STARTEND) != 0)
  /external/llvm/lib/Support/
Regex.cpp 68 int rc = llvm_regexec(preg, String.data(), nmatch, pm.data(), REG_STARTEND);
regexec.c 148 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND))
regengine.inc 148 if (eflags&REG_STARTEND) {
  /ndk/sources/host-tools/ndk-stack/regex/
regexec.c 146 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND))
engine.c 144 if (eflags&REG_STARTEND) {
  /bionic/libc/upstream-netbsd/lib/libc/regex/
regexec.c 193 = #define REG_STARTEND 00004
215 # define GOODFLAGS(f) ((f)&(REG_NOTBOL|REG_NOTEOL|REG_STARTEND))
engine.c 201 if (eflags&REG_STARTEND) {
  /ndk/sources/host-tools/sed-4.2.1/lib/
regex.h 370 #define REG_STARTEND (1 << 2)
regexec.c 240 if (eflags & ~(REG_NOTBOL | REG_NOTEOL | REG_STARTEND))
243 if (eflags & REG_STARTEND)
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/sed/
regexp.c 241 ret = regexec (&regex->pattern, buf, regsize, regmatch, REG_STARTEND);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
regex.h 314 #define REG_STARTEND (1 << 2)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
regex.h 314 #define REG_STARTEND (1 << 2)
  /system/core/toolbox/upstream-netbsd/usr.bin/grep/
grep.c 81 int eflags = REG_STARTEND;

Completed in 473 milliseconds

1 23