/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/google-benchmark/src/ |
D | re_posix.cc | 23 int ec = regcomp(&re_, spec.c_str(), REG_EXTENDED | REG_NOSUB); in Init()
|
/external/llvm/lib/Support/ |
D | regex_impl.h | 57 #define REG_EXTENDED 0001 macro
|
D | Regex.cpp | 31 flags |= REG_EXTENDED; in Regex()
|
D | regcomp.c | 179 if ((cflags®_EXTENDED) && (cflags®_NOSPEC)) in llvm_regcomp() 231 if (cflags®_EXTENDED) in llvm_regcomp()
|
/external/pcre/dist/ |
D | pcreposix.h | 70 #define REG_EXTENDED 0 macro
|
/external/toybox/toys/posix/ |
D | nl.c | 89 REG_NOSUB | (toys.optflags&FLAG_E)*REG_EXTENDED); in nl_main()
|
D | grep.c | 306 ((toys.optflags & FLAG_E) ? REG_EXTENDED : 0) | in parse_regex()
|
D | sed.c | 813 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()
|
D | ps.c | 1563 xregcomp(®->reg, *arg, REG_EXTENDED); in pgrep_main()
|
/external/libmicrohttpd/src/examples/ |
D | mhd2spdy_structures.c | 59 return regcomp(preg, "^(([^:/?#]+):)?(//([^/?#]*))?([^?#]*)(\\?([^#]*))?(#(.*))?", REG_EXTENDED); in init_parse_uri()
|
/external/protobuf/gtest/src/ |
D | gtest-port.cc | 152 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/ |
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/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/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/toybox/toys/pending/ |
D | mdev.c | 116 xregcomp(&match, regex, REG_EXTENDED); in make_device()
|
/external/gtest/src/ |
D | gtest-port.cc | 202 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/ |
D | gtest-port.cc | 562 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()
|
D | gtest-port.cc.orig | 179 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/ |
D | rc_test_helpers.c | 46 err_code = regcomp(®ex, regex_str, REG_EXTENDED); in regex_helper()
|
/external/toybox/kconfig/ |
D | symbol.c | 731 if (regcomp(&re, pattern, REG_EXTENDED|REG_NOSUB|REG_ICASE)) in sym_re_search()
|
/external/selinux/libsemanage/src/ |
D | genhomedircon.c | 264 if (regcomp(&re, ustr_cstr(expr), REG_EXTENDED) != 0) in fcontext_matches()
|
/external/libmicrohttpd/src/spdy2http/ |
D | proxy.c | 221 return regcomp(preg, "^(([^:/?#]+):)?(//([^/?#]*))?([^?#]*)(\\?([^#]*))?(#(.*))?", REG_EXTENDED); in init_parse_uri()
|
/external/squashfs-tools/squashfs-tools/ |
D | unsquashfs.c | 1334 REG_EXTENDED|REG_NOSUB); in add_path()
|