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

1 23 4

  /external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest-port.cc 132 return regexec(&re.full_regex_, str, 1, &match, 0) == 0;
141 return regexec(&re.partial_regex_, str, 1, &match, 0) == 0;
  /external/gtest/src/
gtest-port.cc 132 return regexec(&re.full_regex_, str, 1, &match, 0) == 0;
141 return regexec(&re.partial_regex_, str, 1, &match, 0) == 0;
  /external/llvm/utils/unittest/googletest/
gtest-port.cc 132 return regexec(&re.full_regex_, str, 1, &match, 0) == 0;
141 return regexec(&re.partial_regex_, str, 1, &match, 0) == 0;
  /external/mesa3d/src/gtest/src/
gtest-port.cc 132 return regexec(&re.full_regex_, str, 1, &match, 0) == 0;
141 return regexec(&re.partial_regex_, str, 1, &match, 0) == 0;
  /external/open-vcdiff/gtest/src/
gtest-port.cc 122 return regexec(&re.full_regex_, str, 1, &match, 0) == 0;
131 return regexec(&re.partial_regex_, str, 1, &match, 0) == 0;
  /external/protobuf/gtest/src/
gtest-port.cc 122 return regexec(&re.full_regex_, str, 1, &match, 0) == 0;
131 return regexec(&re.partial_regex_, str, 1, &match, 0) == 0;
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest-port.cc 62 return regexec(&re.regex_, str, 1, &match, 0) == 0;
  /external/oprofile/libregex/
op_regex.cpp 49 return regexec(&regex, str.c_str(), nmatch, match, 0) != REG_NOMATCH;
  /ndk/sources/host-tools/ndk-stack/
ndk-stack-parser.c 234 int err = regexec(regex, line, 1, match, 0x00400/*REG_TRACE*/);
239 fprintf(stderr, "regexec(%s, %s) has failed: %s\n", line, regex, rerr);
  /ndk/sources/host-tools/sed-4.2.1/lib/
regex.h 351 /* If this bit is set, then report only success or fail in regexec.
356 /* POSIX `eflags' bits (i.e., information for regexec). */
380 _REG_NOMATCH, /* Didn't find a match (for regexec). */
667 extern int regexec (const regex_t *_Restrict_ __preg,
gnulib.mk 498 EXTRA_DIST += regcomp.c regex.c regex.h regex_internal.c regex_internal.h regexec.c
500 EXTRA_libsed_a_SOURCES += regcomp.c regex.c regex_internal.c regexec.c
    [all...]
regexec.c 212 /* regexec searches for a given pattern, specified by PREG, in the
227 regexec (preg, string, nmatch, pmatch, eflags)
267 versioned_symbol (libc, __regexec, regexec, GLIBC_2_3_4);
278 return regexec (preg, string, nmatch, pmatch,
281 compat_symbol (libc, __compat_regexec, regexec, GLIBC_2_0);
628 return 0 == regexec (&re_comp_buf, s, 0, NULL, 0);
637 meaning as with regexec. LAST_START is START + RANGE, where
226 regexec (preg, string, nmatch, pmatch, eflags) function
    [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/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
regex.h 281 /* If this bit is set, then report only success or fail in regexec.
286 /* POSIX `eflags' bits (i.e., information for regexec). */
312 REG_NOMATCH, /* Didn't find a match (for regexec). */
546 extern int regexec (const regex_t *__restrict __preg,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
regex.h 281 /* If this bit is set, then report only success or fail in regexec.
286 /* POSIX `eflags' bits (i.e., information for regexec). */
312 REG_NOMATCH, /* Didn't find a match (for regexec). */
546 extern int regexec (const regex_t *__restrict __preg,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
regex.h 281 /* If this bit is set, then report only success or fail in regexec.
286 /* POSIX `eflags' bits (i.e., information for regexec). */
312 REG_NOMATCH, /* Didn't find a match (for regexec). */
546 extern int regexec (const regex_t *__restrict __preg,
  /external/chromium_org/testing/gtest/src/
gtest-port.cc 157 return regexec(&re.full_regex_, str, 1, &match, 0) == 0;
166 return regexec(&re.partial_regex_, str, 1, &match, 0) == 0;
  /external/libselinux/src/
label_file.c 623 rc = regexec(&spec_arr[i].regex, key, 0, 0, 0);
625 rc = regexec(&spec_arr[i].regex, buf, 0, 0, 0);
  /ndk/sources/host-tools/sed-4.2.1/
config_h.in 770 #undef regexec
  /ndk/sources/third_party/googletest/googletest/src/
gtest-port.cc 157 return regexec(&re.full_regex_, str, 1, &match, 0) == 0;
166 return regexec(&re.partial_regex_, str, 1, &match, 0) == 0;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/tests/
rc_test_helpers.c 53 err_code = regexec(&regex, search_str, num_matches, matches, 0);
  /external/mesa3d/src/gallium/drivers/r300/compiler/tests/
rc_test_helpers.c 53 err_code = regexec(&regex, search_str, num_matches, matches, 0);
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
tst-rxspencer.c 271 if (regexec (&re, string, 10, rm, eflags))
276 printf ("%s regexec failed\n", fail);
284 printf ("%s regexec unexpectedly succeeded\n", fail);
  /system/core/toolbox/grep/
util.c 312 r = regexec(&r_pattern[i], l->dat, 1,
  /external/linux-tools-perf/util/
session.c 238 if (sym->name && !regexec(&parent_regex, sym->name, 0, NULL, 0))
    [all...]

Completed in 1715 milliseconds

1 23 4