HomeSort by relevance Sort by last modified time
    Searched full:regexec (Results 51 - 75 of 432) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/
regex.h 90 /* regexec() flags */
101 int regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/
regex.h 90 /* regexec() flags */
101 int regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/
regex.h 90 /* regexec() flags */
101 int regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/
regex.h 90 /* regexec() flags */
101 int regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
  /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/
regex.h 90 /* regexec() flags */
101 int regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/
regex.h 90 /* regexec() flags */
101 int regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/
regex.h 90 /* regexec() flags */
101 int regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/
regex.h 90 /* regexec() flags */
101 int regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
  /system/keymaster/
keymaster_configuration.cpp 92 if (regexec(&regex, version_str, kPlatformVersionMatchCount, matches, 0 /* flags */)) {
112 if (regexec(&regex, patchlevel_str, kPlatformPatchlevelMatchCount, matches, 0 /* flags */)) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libform.so 
libform.so.5 
libform.so.5.7 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
libform.so 
libform.so.5 
libform.so.5.9 
  /external/pcre/dist/doc/html/
pcreposix.html 35 <b>int regexec(regex_t *<i>preg</i>, const char *<i>string</i>,</b>
122 compiled with this flag is passed to <b>regexec()</b> for matching, the
164 <b>regexec()</b>, the result is undefined and your program is likely to crash.
202 The function <b>regexec()</b> is called to match a compiled pattern <i>preg</i>
237 <b>regexec()</b> are ignored.
261 <b>regcomp()</b> or <b>regexec()</b> to a printable message. If <i>preg</i> is not
  /cts/suite/audio_quality/lib/src/
SimpleScriptExec.cpp 58 if (regexec(&re, str.string(), nmatch, pmatch, 0) == 0) {
  /external/llvm/lib/Support/
CMakeLists.txt 104 regexec.c
Android.mk 94 regexec.c \
  /ndk/sources/host-tools/ndk-stack/
GNUmakefile 45 regex/regexec.c \
  /external/libmicrohttpd/src/examples/
mhd2spdy_structures.c 79 if (0 != (ret = regexec(preg, full_uri, nmatch, pmatch, 0)))
  /external/ltrace/
filter.c 114 int status = regexec(re, name, 0, NULL, 0);
  /external/toybox/toys/posix/
nl.c 58 if (*TT.b == 'p') match = !regexec((void *)(toybuf+16), line, 0, 0, 0);
  /ndk/sources/host-tools/ndk-stack/regex/
regerror.c 54 { REG_NOMATCH, "REG_NOMATCH", "regexec() failed to match" },
  /cts/suite/audio_quality/lib/src/task/
TaskCase.cpp 121 if (regexec(&regex, it->first, 0, NULL, 0) == 0) {
253 while (regexec(&re, src, nmatch, pmatch, 0) == 0) {

Completed in 486 milliseconds

1 23 4 5 6 7 8 91011>>