Home
last modified time | relevance | path

Searched refs:REG_EXTENDED (Results 1 - 25 of 54) sorted by relevance

123

/third_party/alsa-lib/src/ucm/
H A Ducm_regex.c124 options = REG_EXTENDED; in uc_mgr_define_regex()
132 options |= REG_EXTENDED; in uc_mgr_define_regex()
H A Ducm_cond.c143 int options = REG_EXTENDED | REG_ICASE; in if_eval_regex_match()
/third_party/benchmark/cmake/
H A Dposix_regex.cpp6 int ec = regcomp(&re, "^[a-z]+[0-9]+$", REG_EXTENDED | REG_NOSUB); in main()
H A Dgnu_posix_regex.cpp6 int ec = regcomp(&re, "^[a-z]+[0-9]+$", REG_EXTENDED | REG_NOSUB); in main()
/third_party/musl/libc-test/src/regression/
H A Dregex-ere-backref.c13 n = regcomp(&r, pat, REG_EXTENDED); in main()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dregex.h27 #define REG_EXTENDED 1 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dregex.h27 #define REG_EXTENDED 1 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dregex.h27 #define REG_EXTENDED 1 macro
/third_party/musl/include/
H A Dregex.h27 #define REG_EXTENDED 1 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A Dregex_impl.h57 #define REG_EXTENDED 0001 macro
H A DRegex.cpp33 flags |= REG_EXTENDED; in Regex()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A Dregex_impl.h57 #define REG_EXTENDED 0001 macro
H A DRegex.cpp37 flags |= REG_EXTENDED; in Regex()
/third_party/musl/Benchmark/musl/
H A Dlibc_regex.cpp24 REG_EXTENDED,
/third_party/musl/libc-test/src/api/
H A Dregex.c18 C(REG_EXTENDED) in f()
/third_party/toybox/toys/posix/
H A Dnl.c76 REG_NOSUB | (toys.optflags&FLAG_E)*REG_EXTENDED); in nl_main()
H A Dcut.c220 if (toys.optflags&FLAG_F) xregcomp(&TT.reg, TT.d, REG_EXTENDED); in cut_main()
/third_party/musl/libc-test/src/functional/
H A 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/
H A Dabg-regex.cc114 if (regcomp(r.get(), str.c_str(), REG_EXTENDED)) in compile()
/third_party/pcre2/pcre2/src/
H A Dpcre2posix.h73 #define REG_EXTENDED 0 macro
/third_party/benchmark/src/
H A Dre.h120 int ec = regcomp(&re_, spec.c_str(), REG_EXTENDED | REG_NOSUB); in Init()
/third_party/skia/third_party/externals/microhttpd/src/examples/
H A Dmhd2spdy_structures.c59 return regcomp(preg, "^(([^:/?#]+):)?(//([^/?#]*))?([^?#]*)(\\?([^#]*))?(#(.*))?", REG_EXTENDED); in init_parse_uri()
/third_party/mesa3d/src/gallium/drivers/r300/compiler/tests/
H A Drc_test_helpers.c69 if (regcomp(&regex, "^[ \n]+$", REG_EXTENDED)) { in is_whitespace()
92 err_code = regcomp(&regex, regex_str, REG_EXTENDED); in regex_helper()
/third_party/mesa3d/src/util/
H A Dxmlconfig.c48 #define REG_EXTENDED 0 macro
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()
/third_party/toybox/toys/pending/
H A Dmdev.c123 xregcomp(&match, regex, REG_EXTENDED); in make_device()

Completed in 9 milliseconds

123