Home
last modified time | relevance | path

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

12

/external/google-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()
/external/google-benchmark/src/
Dre_posix.cc23 int ec = regcomp(&re_, spec.c_str(), REG_EXTENDED | REG_NOSUB); in Init()
/external/llvm/lib/Support/
Dregex_impl.h57 #define REG_EXTENDED 0001 macro
DRegex.cpp31 flags |= REG_EXTENDED; in Regex()
Dregcomp.c179 if ((cflags&REG_EXTENDED) && (cflags&REG_NOSPEC)) in llvm_regcomp()
231 if (cflags&REG_EXTENDED) in llvm_regcomp()
/external/pcre/dist/
Dpcreposix.h70 #define REG_EXTENDED 0 macro
/external/toybox/toys/posix/
Dnl.c89 REG_NOSUB | (toys.optflags&FLAG_E)*REG_EXTENDED); in nl_main()
Dgrep.c306 ((toys.optflags & FLAG_E) ? REG_EXTENDED : 0) | in parse_regex()
Dsed.c813 xregcomp((void *)reg, s, (toys.optflags & FLAG_r)*REG_EXTENDED); in jewel_of_judgement()
906 ((toys.optflags & FLAG_r)*REG_EXTENDED)|((corwin->sflags&1)*REG_ICASE)); in jewel_of_judgement()
Dps.c1563 xregcomp(&reg->reg, *arg, REG_EXTENDED); in pgrep_main()
/external/libmicrohttpd/src/examples/
Dmhd2spdy_structures.c59 return regcomp(preg, "^(([^:/?#]+):)?(//([^/?#]*))?([^?#]*)(\\?([^#]*))?(#(.*))?", REG_EXTENDED); in init_parse_uri()
/external/protobuf/gtest/src/
Dgtest-port.cc152 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0; in Init()
163 is_valid_ = regcomp(&partial_regex_, partial_regex, REG_EXTENDED) == 0; in Init()
/external/mesa3d/src/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/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/google-breakpad/src/testing/gtest/src/
Dgtest-port.cc179 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/toybox/toys/pending/
Dmdev.c116 xregcomp(&match, regex, REG_EXTENDED); in make_device()
/external/gtest/src/
Dgtest-port.cc202 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0; in Init()
213 is_valid_ = regcomp(&partial_regex_, partial_regex, REG_EXTENDED) == 0; in Init()
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
Dgtest-port.cc562 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0; in Init()
573 is_valid_ = regcomp(&partial_regex_, partial_regex, REG_EXTENDED) == 0; in Init()
Dgtest-port.cc.orig179 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0;
190 is_valid_ = regcomp(&partial_regex_, partial_regex, REG_EXTENDED) == 0;
/external/mesa3d/src/gallium/drivers/r300/compiler/tests/
Drc_test_helpers.c46 err_code = regcomp(&regex, regex_str, REG_EXTENDED); in regex_helper()
/external/toybox/kconfig/
Dsymbol.c731 if (regcomp(&re, pattern, REG_EXTENDED|REG_NOSUB|REG_ICASE)) in sym_re_search()
/external/selinux/libsemanage/src/
Dgenhomedircon.c264 if (regcomp(&re, ustr_cstr(expr), REG_EXTENDED) != 0) in fcontext_matches()
/external/libmicrohttpd/src/spdy2http/
Dproxy.c221 return regcomp(preg, "^(([^:/?#]+):)?(//([^/?#]*))?([^?#]*)(\\?([^#]*))?(#(.*))?", REG_EXTENDED); in init_parse_uri()
/external/squashfs-tools/squashfs-tools/
Dunsquashfs.c1334 REG_EXTENDED|REG_NOSUB); in add_path()

12