Home
last modified time | relevance | path

Searched refs:regcomp (Results 1 – 25 of 83) sorted by relevance

1234

/third_party/musl/Benchmark/musl/
Dlibc_regex.cpp44 benchmark::DoNotOptimize(regcomp(&reg, pattern, flag)); in Bm_function_Regcomp()
54 if (regcomp(&reg, pattern, flag)) { in Bm_function_Regexec()
76 if (regcomp(&reg, pattern, flag)) { in Bm_function_Regall()
/third_party/pcre2/pcre2/src/
Dpcre2posix.c205 #undef regcomp
206 PCRE2POSIX_EXP_DECL int regcomp(regex_t *, const char *, int);
208 regcomp(regex_t *preg, const char *pattern, int cflags)
Dpcre2posix.h167 #define regcomp pcre2_regcomp macro
Dpcre2posix_test.c134 int rc = regcomp(&re, pattern, cflags[i]); in main()
/third_party/benchmark/cmake/
Dgnu_posix_regex.cpp6 int ec = regcomp(&re, "^[a-z]+[0-9]+$", REG_EXTENDED | REG_NOSUB); in main()
Dposix_regex.cpp6 int ec = regcomp(&re, "^[a-z]+[0-9]+$", REG_EXTENDED | REG_NOSUB); in main()
/third_party/musl/libc-test/src/regression/
Dregex-escaped-high-byte.c16 n = regcomp(&r, "\\\xfc", 0); in main()
Dregexec-nosub.c11 r = regcomp(&re, "abc", REG_NOSUB); in main()
Dregex-negated-range.c12 n = regcomp(&r, "[^aa-z]", 0); in main()
Dregex-backref-0.c13 n = regcomp(&r, pat, 0); in main()
Dregex-ere-backref.c13 n = regcomp(&r, pat, REG_EXTENDED); in main()
Dregex-bracket-icase.c30 n = regcomp(&re, pat, REG_ICASE); in main()
/third_party/musl/porting/liteos_m/kernel/include/
Dregex.h52 int regcomp(regex_t *__restrict, const char *__restrict, int);
/third_party/musl/ndk_musl_include/
Dregex.h52 int regcomp(regex_t *__restrict, const char *__restrict, int);
/third_party/musl/include/
Dregex.h52 int regcomp(regex_t *__restrict, const char *__restrict, int);
/third_party/musl/porting/uniproton/kernel/include/
Dregex.h52 int regcomp(regex_t *__restrict, const char *__restrict, int);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dregex.h52 int regcomp(regex_t *__restrict, const char *__restrict, int);
/third_party/musl/libc-test/src/api/
Dregex.c37 {int(*p)(regex_t*restrict,const char*restrict,int) = regcomp;} in f()
/third_party/musl/libc-test/src/functional/
Dtest-malloc-stats-print.c47 if (regcomp(&thread_data_regex, thread_data_regex_s, REG_EXTENDED | REG_NEWLINE) != 0) { in find_thread_in_output()
/third_party/libabigail/src/
Dabg-regex.cc114 if (regcomp(r.get(), str.c_str(), REG_EXTENDED)) in compile()
/third_party/benchmark/src/
Dre.h120 int ec = regcomp(&re_, spec.c_str(), REG_EXTENDED | REG_NOSUB); in Init()
/third_party/alsa-lib/src/ucm/
Ducm_regex.c154 err = regcomp(&re, s, options); in uc_mgr_define_regex()
/third_party/skia/third_party/externals/microhttpd/src/examples/
Dmhd2spdy_structures.c59 return regcomp(preg, "^(([^:/?#]+):)?(//([^/?#]*))?([^?#]*)(\\?([^#]*))?(#(.*))?", REG_EXTENDED); in init_parse_uri()
/third_party/musl/porting/liteos_m_iccarm/kernel/
Diccarm.gni39 "$MUSLPORTINGDIR/src/regex/regcomp.c",
/third_party/mesa3d/src/util/
Dxmlconfig.c51 static inline int regcomp(regex_t *r, const char *s, int f) { return 0; } in regcomp() function
707 if (regcomp(&re, exec_regexp, REG_EXTENDED|REG_NOSUB) == 0) { in parseAppAttr()
740 if (regcomp(&re, application_name_match, REG_EXTENDED|REG_NOSUB) == 0) { in parseAppAttr()
777 if (regcomp(&re, engine_name_match, REG_EXTENDED|REG_NOSUB) == 0) { in parseEngineAttr()

1234