/third_party/musl/libc-test/src/regression/ |
D | regex-ere-backref.c | 19 n = regexec(&r, "aa", 0, 0, 0); in main() 26 n = regexec(&r, "a1", 0, 0, 0); in main()
|
D | regexec-nosub.c | 14 r = regexec(&re, "zyx abc", 1, 0, 0); in main()
|
D | regex-negated-range.c | 18 n = regexec(&r, "k", 0, 0, 0); in main()
|
D | regex-backref-0.c | 18 n = regexec(&r, "a0", 0, 0, 0); in main()
|
D | regex-bracket-icase.c | 37 n = regexec(&re, t[i].s, 0, 0, 0); in main()
|
D | test_src_regression.gni | 57 "regexec-nosub",
|
/third_party/musl/Benchmark/musl/ |
D | libc_regex.cpp | 61 benchmark::DoNotOptimize(regexec(®, "hello test world", 1, &pmatch, 0)); in Bm_function_Regexec() 80 regexec(®, "hello test world", 1, &pmatch, 0); in Bm_function_Regall()
|
/third_party/pcre2/pcre2/src/ |
D | pcre2posix.c | 213 #undef regexec 214 PCRE2POSIX_EXP_DECL int regexec(const regex_t *, const char *, size_t, 217 regexec(const regex_t *preg, const char *string, size_t nmatch,
|
D | pcre2posix.h | 168 #define regexec pcre2_regexec macro
|
D | pcre2posix_test.c | 158 rc = regexec(&re, *subjects, CAPCOUNT, match, mflags[i]); in main()
|
/third_party/benchmark/cmake/ |
D | gnu_posix_regex.cpp | 10 return regexec(&re, str.c_str(), 0, nullptr, 0) ? -1 : 0; in main()
|
D | posix_regex.cpp | 10 int ret = regexec(&re, str.c_str(), 0, nullptr, 0) ? -1 : 0; in main()
|
/third_party/ltp/tools/sparse/sparse-src/validation/ |
D | restrict-array.c | 30 extern int regexec (const regex_t *__restrict __preg,
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | regex.h | 53 int regexec(const regex_t *__restrict, const char *__restrict, size_t, regmatch_t *__restrict, int);
|
/third_party/musl/ndk_musl_include/ |
D | regex.h | 53 int regexec(const regex_t *__restrict, const char *__restrict, size_t, regmatch_t *__restrict, int);
|
/third_party/musl/include/ |
D | regex.h | 53 int regexec(const regex_t *__restrict, const char *__restrict, size_t, regmatch_t *__restrict, int);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | regex.h | 53 int regexec(const regex_t *__restrict, const char *__restrict, size_t, regmatch_t *__restrict, int);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | regex.h | 53 int regexec(const regex_t *__restrict, const char *__restrict, size_t, regmatch_t *__restrict, int);
|
/third_party/toybox/toys/pending/ |
D | man.c | 77 return !regexec(&TT.reg, TT.k, 0, 0, 0)||!regexec(&TT.reg, TT.line, 0, 0, 0); in k()
|
/third_party/glfw/src/ |
D | linux_joystick.c | 221 if (regexec(&_glfw.linux_js.regex, entry->d_name, 1, &match, 0) != 0) in _glfwInitJoysticksLinux() 290 if (regexec(&_glfw.linux_js.regex, e->name, 1, &match, 0) == 0) in _glfwPollJoystickEvents()
|
/third_party/musl/libc-test/src/api/ |
D | regex.c | 39 {int(*p)(const regex_t*restrict,const char*restrict,size_t,regmatch_t[restrict],int) = regexec;} in f()
|
/third_party/toybox/toys/posix/ |
D | nl.c | 49 if (*TT.b == 'p') match = !regexec((void *)(toybuf+16), line, 0, 0, 0); in do_nl()
|
/third_party/musl/libc-test/src/functional/ |
D | test-malloc-stats-print.c | 53 int match_result = regexec(&thread_data_regex, output, REGEX_NMATCH, pmatch, 0); in find_thread_in_output()
|
/third_party/libabigail/src/ |
D | abg-regex.cc | 129 return !regexec(r.get(), str.c_str(), 0, NULL, 0); in match()
|
/third_party/benchmark/src/ |
D | re.h | 152 return regexec(&re_, str.c_str(), 0, nullptr, 0) == 0; in Match()
|