/external/libcups/vcnet/regex/ |
D | Makefile | 20 OBJPRODN=regcomp.o regexec.o regerror.o regfree.o 23 REGSRC=regcomp.c regerror.c regexec.c regfree.c 28 LINTC=regcomp.c regexec.c regerror.c regfree.c debug.c main.c 55 regcomp.o: cclass.h cname.h regcomp.ih
|
D | regex.def | 4 regcomp
|
D | regex.h | 23 extern int regcomp(regex_t *, const char *, int);
|
D | README | 18 After that, "make r" will build regcomp.o, regexec.o, regfree.o,
|
D | main.c | 77 err = regcomp(&re, argv[optind++], copts); 229 err = regcomp(&re, f0copy, opts);
|
/external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Posix/ |
D | regex.cpp | 46 int rv = regcomp(®ex, "[[:upper:]]\\([[:upper:]]\\)", 0); in main() 56 rv = regcomp(®ex, "[[:upp:]]", 0); in main()
|
/external/pcre/dist2/src/ |
D | pcre2posix.c | 204 #undef regcomp 205 PCRE2POSIX_EXP_DECL int regcomp(regex_t *, const char *, int); 207 regcomp(regex_t *preg, const char *pattern, int cflags) in regcomp() function
|
D | pcre2posix.h | 153 #define regcomp pcre2_regcomp 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/llvm-project/lldb/tools/debugserver/source/MacOSX/DarwinLog/ |
D | LogFilterRegex.cpp | 32 auto comp_err = ::regcomp(&m_regex, regex.c_str(), DEFAULT_COMPILE_FLAGS); in LogFilterRegex()
|
/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()
|
/external/llvm/lib/Support/ |
D | CMakeLists.txt | 104 regcomp.c
|