/third_party/alsa-lib/src/ucm/ |
H A D | ucm_regex.c | 124 options = REG_EXTENDED; in uc_mgr_define_regex() 132 options |= REG_EXTENDED; in uc_mgr_define_regex()
|
H A D | ucm_cond.c | 143 int options = REG_EXTENDED | REG_ICASE; in if_eval_regex_match()
|
/third_party/benchmark/cmake/ |
H A D | posix_regex.cpp | 6 int ec = regcomp(&re, "^[a-z]+[0-9]+$", REG_EXTENDED | REG_NOSUB); in main()
|
H A D | gnu_posix_regex.cpp | 6 int ec = regcomp(&re, "^[a-z]+[0-9]+$", REG_EXTENDED | REG_NOSUB); in main()
|
/third_party/musl/libc-test/src/regression/ |
H A D | regex-ere-backref.c | 13 n = regcomp(&r, pat, REG_EXTENDED); in main()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | regex.h | 27 #define REG_EXTENDED 1 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | regex.h | 27 #define REG_EXTENDED 1 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | regex.h | 27 #define REG_EXTENDED 1 macro
|
/third_party/musl/include/ |
H A D | regex.h | 27 #define REG_EXTENDED 1 macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | regex_impl.h | 57 #define REG_EXTENDED 0001 macro
|
H A D | Regex.cpp | 33 flags |= REG_EXTENDED; in Regex()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | regex_impl.h | 57 #define REG_EXTENDED 0001 macro
|
H A D | Regex.cpp | 37 flags |= REG_EXTENDED; in Regex()
|
/third_party/musl/Benchmark/musl/ |
H A D | libc_regex.cpp | 24 REG_EXTENDED,
|
/third_party/musl/libc-test/src/api/ |
H A D | regex.c | 18 C(REG_EXTENDED) in f()
|
/third_party/toybox/toys/posix/ |
H A D | nl.c | 76 REG_NOSUB | (toys.optflags&FLAG_E)*REG_EXTENDED); in nl_main()
|
H A D | cut.c | 220 if (toys.optflags&FLAG_F) xregcomp(&TT.reg, TT.d, REG_EXTENDED); in cut_main()
|
/third_party/musl/libc-test/src/functional/ |
H A D | test-malloc-stats-print.c | 47 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 D | abg-regex.cc | 114 if (regcomp(r.get(), str.c_str(), REG_EXTENDED)) in compile()
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2posix.h | 73 #define REG_EXTENDED 0 macro
|
/third_party/benchmark/src/ |
H A D | re.h | 120 int ec = regcomp(&re_, spec.c_str(), REG_EXTENDED | REG_NOSUB); in Init()
|
/third_party/skia/third_party/externals/microhttpd/src/examples/ |
H A D | mhd2spdy_structures.c | 59 return regcomp(preg, "^(([^:/?#]+):)?(//([^/?#]*))?([^?#]*)(\\?([^#]*))?(#(.*))?", REG_EXTENDED); in init_parse_uri()
|
/third_party/mesa3d/src/gallium/drivers/r300/compiler/tests/ |
H A D | rc_test_helpers.c | 69 if (regcomp(®ex, "^[ \n]+$", REG_EXTENDED)) { in is_whitespace() 92 err_code = regcomp(®ex, regex_str, REG_EXTENDED); in regex_helper()
|
/third_party/mesa3d/src/util/ |
H A D | xmlconfig.c | 48 #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 D | mdev.c | 123 xregcomp(&match, regex, REG_EXTENDED); in make_device()
|