Home
last modified time | relevance | path

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

1234

/external/llvm-project/lldb/tools/debugserver/source/MacOSX/DarwinLog/
DLogFilterRegex.cpp18 #define DEFAULT_COMPILE_FLAGS (REG_ENHANCED | REG_EXTENDED)
20 #define DEFAULT_COMPILE_FLAGS (REG_EXTENDED)
/external/libcups/vcnet/regex/
Dmain.c14 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;
Dregex.h25 #define REG_EXTENDED 0001 macro
/external/libcxx/utils/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/llvm-project/llvm/utils/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/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/llvm-project/libcxx/utils/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/llvm/lib/Support/
Dregex_impl.h57 #define REG_EXTENDED 0001 macro
DRegex.cpp31 flags |= REG_EXTENDED; in Regex()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Dregex_impl.h57 #define REG_EXTENDED 0001 macro
/external/llvm-project/llvm/lib/Support/
Dregex_impl.h57 #define REG_EXTENDED 0001 macro
/external/swiftshader/third_party/llvm-subzero/lib/Support/
Dregex_impl.h57 #define REG_EXTENDED 0001 macro
/external/pcre/dist2/src/
Dpcre2posix.h73 #define REG_EXTENDED 0 macro
/external/toybox/toys/posix/
Dnl.c76 REG_NOSUB | (toys.optflags&FLAG_E)*REG_EXTENDED); in nl_main()
/external/libabigail/src/
Dabg-regex.cc114 if (regcomp(r.get(), str.c_str(), REG_EXTENDED)) in compile()
/external/llvm-project/llvm/utils/benchmark/src/
Dre.h114 int ec = regcomp(&re_, spec.c_str(), REG_EXTENDED | REG_NOSUB); in Init()
/external/libcxx/utils/google-benchmark/src/
Dre.h120 int ec = regcomp(&re_, spec.c_str(), REG_EXTENDED | REG_NOSUB); in Init()
/external/google-benchmark/src/
Dre.h120 int ec = regcomp(&re_, spec.c_str(), REG_EXTENDED | REG_NOSUB); in Init()
/external/llvm-project/libcxx/utils/google-benchmark/src/
Dre.h120 int ec = regcomp(&re_, spec.c_str(), REG_EXTENDED | REG_NOSUB); in Init()
/external/erofs-utils/lib/
Dexclude.c47 ret = regcomp(&r->reg, s, REG_EXTENDED|REG_NOSUB); in erofs_insert_exclude()
/external/libcups/cgi-bin/
Dsearch.c294 if (regcomp(re, s, REG_EXTENDED | REG_ICASE)) in cgiCompileSearch()

1234