Home
last modified time | relevance | path

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

12

/external/libcups/vcnet/regex/
Dregex.h26 #define REG_ICASE 0002 macro
Dmain.c329 o |= REG_ICASE;
DWHATSNEW40 serious bug that affected REs using many [] (including REG_ICASE REs
Dregcomp.c613 if (p->g->cflags&REG_ICASE) {
870 if ((p->g->cflags&REG_ICASE) && isalpha(ch) && othercase(ch) != ch)
/external/llvm/lib/Support/
Dregex_impl.h58 #define REG_ICASE 0002 macro
DRegex.cpp27 flags |= REG_ICASE; in Regex()
Dregcomp.c708 if (p->g->cflags&REG_ICASE) { in p_bracket()
946 if ((p->g->cflags&REG_ICASE) && isalpha((uch)ch) && othercase(ch) != ch) in ordinary()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Dregex_impl.h58 #define REG_ICASE 0002 macro
DRegex.cpp33 flags |= REG_ICASE; in Regex()
Dregcomp.c836 if (p->g->cflags&REG_ICASE) { in p_bracket()
1074 if ((p->g->cflags&REG_ICASE) && isalpha((uch)ch) && othercase(ch) != ch) in ordinary()
/external/llvm-project/llvm/lib/Support/
Dregex_impl.h58 #define REG_ICASE 0002 macro
DRegex.cpp34 flags |= REG_ICASE; in Regex()
Dregcomp.c836 if (p->g->cflags&REG_ICASE) { in p_bracket()
1074 if ((p->g->cflags&REG_ICASE) && isalpha((uch)ch) && othercase(ch) != ch) in ordinary()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
Dregex_impl.h58 #define REG_ICASE 0002 macro
DRegex.cpp29 flags |= REG_ICASE; in Regex()
Dregcomp.c708 if (p->g->cflags&REG_ICASE) { in p_bracket()
946 if ((p->g->cflags&REG_ICASE) && isalpha((uch)ch) && othercase(ch) != ch) in ordinary()
/external/pcre/dist2/src/
Dpcre2posix.h56 #define REG_ICASE 0x0001 /* Maps to PCRE2_CASELESS */ macro
Dpcre2posix.c292 if ((cflags & REG_ICASE) != 0) options |= PCRE2_CASELESS; in pcre2_regcomp()
/external/libcups/cgi-bin/
Dsearch.c294 if (regcomp(re, s, REG_EXTENDED | REG_ICASE)) in cgiCompileSearch()
Dtemplate.c536 if (regcomp(&re, compare, REG_EXTENDED | REG_ICASE)) in cgi_copy()
/external/toybox/toys/pending/
Dman.c179 xregcomp(&TT.reg, TT.k, REG_ICASE|REG_NOSUB); in man_main()
/external/toybox/toys/posix/
Dgrep.c413 (REG_EXTENDED*!!FLAG(E))|(REG_ICASE*!!FLAG(i))); in parse_regex()
/external/libcups/backend/
Dsnmp.c371 if (regcomp(&(device_uri->re), start, REG_EXTENDED | REG_ICASE)) in add_device_uri()
/external/libcups/scheduler/
Dcups-driverd.cxx2854 if (!regcomp(re, res, REG_EXTENDED | REG_ICASE)) in regex_device_id()
2906 if (!regcomp(re, res, REG_ICASE)) in regex_string()
/external/rust/crates/libc/src/unix/bsd/
Dmod.rs476 pub const REG_ICASE: ::c_int = 0o0002; constant

12