/third_party/boost/libs/regex/performance/ |
D | posix.cpp | 40 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/ |
D | cregex.hpp | 97 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/ |
D | ucm_regex.c | 124 options = REG_EXTENDED; in uc_mgr_define_regex() 132 options |= REG_EXTENDED; in uc_mgr_define_regex()
|
/third_party/boost/libs/regex/performance/config/ |
D | posix.cpp | 12 int r = regcomp(&pe, "foo", REG_EXTENDED); in main()
|
/third_party/benchmark/cmake/ |
D | gnu_posix_regex.cpp | 6 int ec = regcomp(&re, "^[a-z]+[0-9]+$", REG_EXTENDED | REG_NOSUB); in main()
|
D | posix_regex.cpp | 6 int ec = regcomp(&re, "^[a-z]+[0-9]+$", REG_EXTENDED | REG_NOSUB); in main()
|
/third_party/json/benchmarks/thirdparty/benchmark/cmake/ |
D | gnu_posix_regex.cpp | 6 int ec = regcomp(&re, "^[a-z]+[0-9]+$", REG_EXTENDED | REG_NOSUB); in main()
|
D | 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/ |
D | regex-ere-backref.c | 13 n = regcomp(&r, pat, REG_EXTENDED); in main()
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | regex.h | 27 #define REG_EXTENDED 1 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | regex.h | 27 #define REG_EXTENDED 1 macro
|
/third_party/musl/include/ |
D | regex.h | 27 #define REG_EXTENDED 1 macro
|
/third_party/musl/ndk_musl_include/ |
D | regex.h | 27 #define REG_EXTENDED 1 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | regex.h | 27 #define REG_EXTENDED 1 macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | regex_impl.h | 57 #define REG_EXTENDED 0001 macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | regex_impl.h | 57 #define REG_EXTENDED 0001 macro
|
/third_party/boost/libs/regex/test/c_compiler_checks/ |
D | posix_api_check.cpp | 29 int flags = REG_EXTENDED | REG_BASIC | REG_NOSPEC | REG_ICASE | REG_NOSUB |
|
D | posix_api_check.c | 28 int flags = REG_EXTENDED | REG_BASIC | REG_NOSPEC | REG_ICASE | REG_NOSUB |
|
D | wide_posix_api_check.c | 35 int flags = REG_EXTENDED | REG_BASIC | REG_NOSPEC | REG_ICASE | REG_NOSUB |
|
D | wide_posix_api_check.cpp | 37 int flags = REG_EXTENDED | REG_BASIC | REG_NOSPEC | REG_ICASE | REG_NOSUB |
|
/third_party/musl/libc-test/src/api/ |
D | regex.c | 18 C(REG_EXTENDED) in f()
|
/third_party/pcre2/pcre2/src/ |
D | pcre2posix.h | 73 #define REG_EXTENDED 0 macro
|
/third_party/toybox/toys/posix/ |
D | nl.c | 76 REG_NOSUB | (toys.optflags&FLAG_E)*REG_EXTENDED); in nl_main()
|
/third_party/musl/libc-test/src/functional/ |
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/boost/libs/regex/doc/ |
D | posix_api.qbk | 83 [[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` ]]
|