Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
Dregex_impl.h57 #define REG_EXTENDED 0001 macro
DRegex.cpp30 error = llvm_regcomp(preg, regex.data(), flags|REG_EXTENDED|REG_PEND); in Regex()
Dregcomp.c171 if ((cflags&REG_EXTENDED) && (cflags&REG_NOSPEC)) in llvm_regcomp()
223 if (cflags&REG_EXTENDED) in llvm_regcomp()
/external/protobuf/gtest/src/
Dgtest-port.cc144 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0; in Init()
154 is_valid_ = (regcomp(&partial_regex_, partial_regex, REG_EXTENDED) == 0) in Init()
/external/gtest/src/
Dgtest-port.cc154 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/llvm/utils/unittest/googletest/
Dgtest-port.cc154 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/chromium/testing/gtest/src/
Dgtest-port.cc154 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/chromium/sdch/open-vcdiff/src/gtest/
Dgtest-port.cc68 is_valid_ = regcomp(&regex_, regex, REG_EXTENDED) == 0; in Init()
/external/oprofile/libregex/
Dop_regex.cpp38 int err = regcomp(&regexp, pattern.c_str(), REG_EXTENDED); in op_regcomp()
/external/linux-tools-perf/util/
Dsort.c286 int ret = regcomp(&parent_regex, parent_pattern, REG_EXTENDED); in sort_dimension__add()
/external/libselinux/src/
Dlabel_file.c255 REG_EXTENDED | REG_NOSUB); in compile_regex()