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

1 23 4

  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/
regex.h 71 #define REG_NOMATCH 1
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/
regex.h 71 #define REG_NOMATCH 1
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
regex.h 71 #define REG_NOMATCH 1
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
regex.h 71 #define REG_NOMATCH 1
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
regex.h 71 #define REG_NOMATCH 1
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
regex.h 71 #define REG_NOMATCH 1
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
regex.h 71 #define REG_NOMATCH 1
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
regex.h 71 #define REG_NOMATCH 1
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
regex.h 71 #define REG_NOMATCH 1
  /external/llvm/lib/Support/
regerror.c 59 { REG_NOMATCH, "REG_NOMATCH", "llvm_regexec() failed to match" },
Regex.cpp 70 if (rc == REG_NOMATCH)
  /external/pcre/dist/
pcreposix.h 91 REG_NOMATCH /* match failed */
pcreposix.c 416 case PCRE_ERROR_NOMATCH: return REG_NOMATCH;
  /ndk/sources/host-tools/ndk-stack/regex/
regerror.c 54 { REG_NOMATCH, "REG_NOMATCH", "regexec() failed to match" },
  /bionic/libc/upstream-netbsd/lib/libc/regex/
regerror.c 113 = #define REG_NOMATCH 1
137 { REG_NOMATCH, "REG_NOMATCH", "regexec() failed to match" },
  /external/ltrace/
glob.c 264 try_match("abc*def", "ab012def", REG_NOMATCH);
267 try_match("[abc]*def", "d1def", REG_NOMATCH);
filter.c 117 if (status == REG_NOMATCH)
  /system/core/toolbox/upstream-netbsd/usr.bin/grep/
util.c 310 r = (r == 0) ? 0 : REG_NOMATCH;
315 r = (r == 0) ? 0 : REG_NOMATCH;
318 if (r == REG_NOMATCH)
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
tst-regex2.c 110 if (err == REG_NOMATCH)
  /bionic/benchmarks/
benchmark_main.cpp 83 if (match != REG_NOMATCH) {
  /external/oprofile/libregex/
op_regex.cpp 49 return regexec(&regex, str.c_str(), nmatch, match, 0) != REG_NOMATCH;
  /ndk/sources/host-tools/sed-4.2.1/lib/
regex.h 407 #define REG_NOMATCH _REG_NOMATCH
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
regex.h 327 REG_NOMATCH, /* Didn't find a match (for regexec). */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
regex.h 327 REG_NOMATCH, /* Didn't find a match (for regexec). */
  /system/core/liblog/tests/
benchmark_main.cpp 93 if (match != REG_NOMATCH) {

Completed in 689 milliseconds

1 23 4