Home
last modified time | relevance | path

Searched refs:REG_ICASE (Results 1 - 25 of 38) sorted by relevance

12

/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dregex.h28 #define REG_ICASE 2 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dregex.h28 #define REG_ICASE 2 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dregex.h28 #define REG_ICASE 2 macro
/third_party/musl/libc-test/src/regression/
H A Dregex-bracket-icase.c1 // [^aBcC] with REG_ICASE should match d,D but not a,A,b,B,c,C according to
30 n = regcomp(&re, pat, REG_ICASE); in main()
/third_party/musl/include/
H A Dregex.h28 #define REG_ICASE 2 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A Dregex_impl.h58 #define REG_ICASE 0002 macro
H A DRegex.cpp29 flags |= REG_ICASE; in Regex()
H A 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()
1144 * big if REG_ICASE is being used. REG_ICASE, by the way, is why the hash
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A Dregex_impl.h58 #define REG_ICASE 0002 macro
H A DRegex.cpp33 flags |= REG_ICASE; in Regex()
H A 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()
1272 * big if REG_ICASE is being used. REG_ICASE, by the way, is why the hash
/third_party/musl/Benchmark/musl/
H A Dlibc_regex.cpp25 REG_ICASE,
/third_party/musl/libc-test/src/api/
H A Dregex.c19 C(REG_ICASE) in f()
/third_party/pcre2/pcre2/src/
H A Dpcre2posix.h56 #define REG_ICASE 0x0001 /* Maps to PCRE2_CASELESS */ macro
H A Dpcre2posix_test.c36 REG_ICASE, /* Test 1 */
H A Dpcre2posix.c293 if ((cflags & REG_ICASE) != 0) options |= PCRE2_CASELESS; in pcre2_regcomp()
/third_party/alsa-lib/src/ucm/
H A Ducm_regex.c135 options |= REG_ICASE; in uc_mgr_define_regex()
H A Ducm_cond.c143 int options = REG_EXTENDED | REG_ICASE; in if_eval_regex_match()
/third_party/musl/porting/liteos_m/kernel/src/regex/
H A Dregexec.c84 && !(tnfa->cflags & REG_ICASE) \
87 && (tnfa->cflags & REG_ICASE) \
92 tnfa->cflags & REG_ICASE)))
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
H A Dregexec.c84 && !(tnfa->cflags & REG_ICASE) \
87 && (tnfa->cflags & REG_ICASE) \
92 tnfa->cflags & REG_ICASE)))
/third_party/musl/porting/uniproton/kernel/src/regex/
H A Dregexec.c84 && !(tnfa->cflags & REG_ICASE) \
87 && (tnfa->cflags & REG_ICASE) \
92 tnfa->cflags & REG_ICASE)))
/third_party/musl/src/regex/
H A Dregexec.c84 && !(tnfa->cflags & REG_ICASE) \
87 && (tnfa->cflags & REG_ICASE) \
92 tnfa->cflags & REG_ICASE)))
/third_party/toybox/toys/pending/
H A Dman.c179 xregcomp(&TT.reg, TT.k, REG_ICASE|REG_NOSUB); in man_main()
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsundelete.c162 enum { REG_NOSUB = 1, REG_ICASE = 2 }; enumerator
174 if (pre->flags & REG_ICASE) { in patmatch()
246 if (flags & REG_ICASE) { in regcomp()
2254 flags |= REG_ICASE; in scan_disk()
/third_party/toybox/toys/posix/
H A Dgrep.c408 (REG_EXTENDED*!!FLAG(E))|(REG_ICASE*!!FLAG(i))); in parse_regex()

Completed in 17 milliseconds

12