Home
last modified time | relevance | path

Searched refs:REG_EXTENDED (Results 1 – 25 of 60) sorted by relevance

123

/third_party/boost/libs/regex/performance/
Dposix.cpp40 int r = regcomp(&pe, pat, REG_EXTENDED); in set_expression()
46 r |= regcomp(&pe2, s.c_str(), REG_EXTENDED); in set_expression()
/third_party/boost/boost/regex/v4/
Dcregex.hpp97 REG_EXTENDED = 0001, enumerator
109 REG_PERL = REG_EXTENDED | REG_NOCOLLATE | REG_ESCAPE_IN_LISTS | REG_PERLEX,
110 REG_AWK = REG_EXTENDED | REG_ESCAPE_IN_LISTS,
112 REG_EGREP = REG_EXTENDED | REG_NEWLINE_ALT,
/third_party/alsa-lib/src/ucm/
Ducm_regex.c124 options = REG_EXTENDED; in uc_mgr_define_regex()
132 options |= REG_EXTENDED; in uc_mgr_define_regex()
/third_party/boost/libs/regex/performance/config/
Dposix.cpp12 int r = regcomp(&pe, "foo", REG_EXTENDED); 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/json/benchmarks/thirdparty/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-ere-backref.c13 n = regcomp(&r, pat, REG_EXTENDED); in main()
/third_party/musl/porting/uniproton/kernel/include/
Dregex.h27 #define REG_EXTENDED 1 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dregex.h27 #define REG_EXTENDED 1 macro
/third_party/musl/include/
Dregex.h27 #define REG_EXTENDED 1 macro
/third_party/musl/ndk_musl_include/
Dregex.h27 #define REG_EXTENDED 1 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dregex.h27 #define REG_EXTENDED 1 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Dregex_impl.h57 #define REG_EXTENDED 0001 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
Dregex_impl.h57 #define REG_EXTENDED 0001 macro
/third_party/boost/libs/regex/test/c_compiler_checks/
Dposix_api_check.cpp29 int flags = REG_EXTENDED | REG_BASIC | REG_NOSPEC | REG_ICASE | REG_NOSUB |
Dposix_api_check.c28 int flags = REG_EXTENDED | REG_BASIC | REG_NOSPEC | REG_ICASE | REG_NOSUB |
Dwide_posix_api_check.c35 int flags = REG_EXTENDED | REG_BASIC | REG_NOSPEC | REG_ICASE | REG_NOSUB |
Dwide_posix_api_check.cpp37 int flags = REG_EXTENDED | REG_BASIC | REG_NOSPEC | REG_ICASE | REG_NOSUB |
/third_party/musl/libc-test/src/api/
Dregex.c18 C(REG_EXTENDED) in f()
/third_party/pcre2/pcre2/src/
Dpcre2posix.h73 #define REG_EXTENDED 0 macro
/third_party/toybox/toys/posix/
Dnl.c76 REG_NOSUB | (toys.optflags&FLAG_E)*REG_EXTENDED); in nl_main()
/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/boost/libs/regex/doc/
Dposix_api.qbk83 [[REG_EXTENDED][Compiles modern regular expressions. Equivalent to `regbase::char_classes | regbase…
94 [[REG_AWK][A shortcut for awk-like behavior: `REG_EXTENDED | REG_ESCAPE_IN_LISTS` ]]
96 [[REG_EGREP][A shortcut for egrep like behavior: `REG_EXTENDED | REG_NEWLINE_ALT` ]]

123