/external/llvm-project/lldb/tools/debugserver/source/MacOSX/DarwinLog/ |
D | LogFilterRegex.cpp | 18 #define DEFAULT_COMPILE_FLAGS (REG_ENHANCED | REG_EXTENDED) 20 #define DEFAULT_COMPILE_FLAGS (REG_EXTENDED)
|
/external/libcups/vcnet/regex/ |
D | main.c | 14 int copts = REG_EXTENDED; 163 options('c', f[1]) &~ REG_EXTENDED); 220 char *type = (opts & REG_EXTENDED) ? "ERE" : "BRE"; 326 o &= ~REG_EXTENDED; 338 o &= ~REG_EXTENDED;
|
D | regex.h | 25 #define REG_EXTENDED 0001 macro
|
/external/llvm-project/llvm/utils/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/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/llvm-project/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/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/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | regex_impl.h | 57 #define REG_EXTENDED 0001 macro
|
/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-subzero/lib/Support/ |
D | regex_impl.h | 57 #define REG_EXTENDED 0001 macro
|
/external/llvm-project/llvm/lib/Support/ |
D | regex_impl.h | 57 #define REG_EXTENDED 0001 macro
|
/external/pcre/dist2/src/ |
D | pcre2posix.h | 73 #define REG_EXTENDED 0 macro
|
/external/toybox/toys/posix/ |
D | nl.c | 76 REG_NOSUB | (toys.optflags&FLAG_E)*REG_EXTENDED); in nl_main()
|
/external/libabigail/src/ |
D | abg-regex.cc | 114 if (regcomp(r.get(), str.c_str(), REG_EXTENDED)) in compile()
|
/external/google-benchmark/src/ |
D | re.h | 120 int ec = regcomp(&re_, spec.c_str(), REG_EXTENDED | REG_NOSUB); in Init()
|
/external/llvm-project/llvm/utils/benchmark/src/ |
D | re.h | 114 int ec = regcomp(&re_, spec.c_str(), REG_EXTENDED | REG_NOSUB); in Init()
|
/external/libcxx/utils/google-benchmark/src/ |
D | re.h | 120 int ec = regcomp(&re_, spec.c_str(), REG_EXTENDED | REG_NOSUB); in Init()
|
/external/llvm-project/libcxx/utils/google-benchmark/src/ |
D | re.h | 120 int ec = regcomp(&re_, spec.c_str(), REG_EXTENDED | REG_NOSUB); in Init()
|
/external/erofs-utils/lib/ |
D | exclude.c | 47 ret = regcomp(&r->reg, s, REG_EXTENDED|REG_NOSUB); in erofs_insert_exclude()
|
/external/libcups/cgi-bin/ |
D | search.c | 294 if (regcomp(re, s, REG_EXTENDED | REG_ICASE)) in cgiCompileSearch()
|