/external/google-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()
|
/external/libcxx/utils/google-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()
|
/external/libmtp/util/ |
D | mtp-probe.c | 187 ret = regcomp(&r, "^ep_[0-9a-f]+$", REG_EXTENDED | REG_NOSUB); in check_interface() 251 ret = regcomp(&r, "^[0-9]+-[0-9]+(\\.[0-9])*\\:[0-9]+\\.[0-9]+$", REG_EXTENDED | REG_NOSUB); in check_sysfs()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | regex_impl.h | 57 #define REG_EXTENDED 0001 macro
|
D | Regex.cpp | 33 flags |= REG_EXTENDED; in Regex()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | regex_impl.h | 57 #define REG_EXTENDED 0001 macro
|
D | Regex.cpp | 38 flags |= REG_EXTENDED; in Regex()
|
/external/llvm/lib/Support/ |
D | regex_impl.h | 57 #define REG_EXTENDED 0001 macro
|
D | Regex.cpp | 31 flags |= REG_EXTENDED; in Regex()
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | regex_impl.h | 57 #define REG_EXTENDED 0001 macro
|
D | Regex.cpp | 30 error = llvm_regcomp(preg, regex.data(), flags|REG_EXTENDED|REG_PEND); in Regex()
|
/external/pcre/dist2/src/ |
D | pcre2posix.h | 71 #define REG_EXTENDED 0 macro
|
/external/toybox/toys/posix/ |
D | nl.c | 85 REG_NOSUB | (toys.optflags&FLAG_E)*REG_EXTENDED); in nl_main()
|
D | cut.c | 220 if (toys.optflags&FLAG_F) xregcomp(&TT.reg, TT.d, REG_EXTENDED); in cut_main()
|
/external/libcxx/utils/google-benchmark/src/ |
D | re.h | 120 int ec = regcomp(&re_, spec.c_str(), REG_EXTENDED | REG_NOSUB); in Init()
|
/external/google-benchmark/src/ |
D | re.h | 120 int ec = regcomp(&re_, spec.c_str(), REG_EXTENDED | REG_NOSUB); in Init()
|
/external/llvm/utils/unittest/googletest/src/ |
D | gtest-port.cc | 154 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0; in Init() 165 is_valid_ = regcomp(&partial_regex_, partial_regex, REG_EXTENDED) == 0; in Init()
|
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/ |
D | gtest-port.cc | 154 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0; in Init() 165 is_valid_ = regcomp(&partial_regex_, partial_regex, REG_EXTENDED) == 0; in Init()
|
/external/google-breakpad/src/testing/gtest/src/ |
D | gtest-port.cc | 179 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0; in Init() 190 is_valid_ = regcomp(&partial_regex_, partial_regex, REG_EXTENDED) == 0; in Init()
|
/external/mesa3d/src/gallium/drivers/r300/compiler/tests/ |
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()
|
/external/toybox/toys/pending/ |
D | mdev.c | 123 xregcomp(&match, regex, REG_EXTENDED); in make_device()
|
/external/strace/ |
D | basic_filters.c | 126 if ((rc = regcomp(&preg, s, REG_EXTENDED | REG_NOSUB)) != 0) in qualify_syscall_regex()
|
/external/adhd/cras/src/server/ |
D | cras_udev.c | 396 int r = regcomp(regex, str, REG_EXTENDED); in compile_regex()
|