/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | regex.h | 28 #define REG_ICASE 2 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | regex.h | 28 #define REG_ICASE 2 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | regex.h | 28 #define REG_ICASE 2 macro
|
/third_party/musl/libc-test/src/regression/ |
H A D | regex-bracket-icase.c | 1 // [^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 D | regex.h | 28 #define REG_ICASE 2 macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | regex_impl.h | 58 #define REG_ICASE 0002 macro
|
H A D | Regex.cpp | 29 flags |= REG_ICASE; in Regex()
|
H A D | regcomp.c | 708 if (p->g->cflags®_ICASE) { in p_bracket() 946 if ((p->g->cflags®_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 D | regex_impl.h | 58 #define REG_ICASE 0002 macro
|
H A D | Regex.cpp | 33 flags |= REG_ICASE; in Regex()
|
H A D | regcomp.c | 836 if (p->g->cflags®_ICASE) { in p_bracket() 1074 if ((p->g->cflags®_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 D | libc_regex.cpp | 25 REG_ICASE,
|
/third_party/musl/libc-test/src/api/ |
H A D | regex.c | 19 C(REG_ICASE) in f()
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2posix.h | 56 #define REG_ICASE 0x0001 /* Maps to PCRE2_CASELESS */ macro
|
H A D | pcre2posix_test.c | 36 REG_ICASE, /* Test 1 */
|
H A D | pcre2posix.c | 293 if ((cflags & REG_ICASE) != 0) options |= PCRE2_CASELESS; in pcre2_regcomp()
|
/third_party/alsa-lib/src/ucm/ |
H A D | ucm_regex.c | 135 options |= REG_ICASE; in uc_mgr_define_regex()
|
H A D | ucm_cond.c | 143 int options = REG_EXTENDED | REG_ICASE; in if_eval_regex_match()
|
/third_party/musl/porting/liteos_m/kernel/src/regex/ |
H A D | regexec.c | 84 && !(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 D | regexec.c | 84 && !(tnfa->cflags & REG_ICASE) \ 87 && (tnfa->cflags & REG_ICASE) \ 92 tnfa->cflags & REG_ICASE)))
|
/third_party/musl/porting/uniproton/kernel/src/regex/ |
H A D | regexec.c | 84 && !(tnfa->cflags & REG_ICASE) \ 87 && (tnfa->cflags & REG_ICASE) \ 92 tnfa->cflags & REG_ICASE)))
|
/third_party/musl/src/regex/ |
H A D | regexec.c | 84 && !(tnfa->cflags & REG_ICASE) \ 87 && (tnfa->cflags & REG_ICASE) \ 92 tnfa->cflags & REG_ICASE)))
|
/third_party/toybox/toys/pending/ |
H A D | man.c | 179 xregcomp(&TT.reg, TT.k, REG_ICASE|REG_NOSUB); in man_main()
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsundelete.c | 162 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 D | grep.c | 408 (REG_EXTENDED*!!FLAG(E))|(REG_ICASE*!!FLAG(i))); in parse_regex()
|