/third_party/musl/libc-test/src/regression/ |
D | regex-bracket-icase.c | 30 n = regcomp(&re, pat, REG_ICASE); in main()
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | regex.h | 28 #define REG_ICASE 2 macro
|
/third_party/musl/ndk_musl_include/ |
D | regex.h | 28 #define REG_ICASE 2 macro
|
/third_party/musl/include/ |
D | regex.h | 28 #define REG_ICASE 2 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | regex.h | 28 #define REG_ICASE 2 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | regex.h | 28 #define REG_ICASE 2 macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | regex_impl.h | 58 #define REG_ICASE 0002 macro
|
D | Regex.cpp | 33 flags |= REG_ICASE; in Regex()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | regex_impl.h | 58 #define REG_ICASE 0002 macro
|
D | Regex.cpp | 29 flags |= REG_ICASE; in Regex()
|
/third_party/musl/libc-test/src/api/ |
D | regex.c | 19 C(REG_ICASE) in f()
|
/third_party/pcre2/pcre2/src/ |
D | pcre2posix.h | 56 #define REG_ICASE 0x0001 /* Maps to PCRE2_CASELESS */ macro
|
D | pcre2posix_test.c | 36 REG_ICASE, /* Test 1 */
|
D | pcre2posix.c | 293 if ((cflags & REG_ICASE) != 0) options |= PCRE2_CASELESS; in pcre2_regcomp()
|
/third_party/musl/Benchmark/musl/ |
D | libc_regex.cpp | 25 REG_ICASE,
|
/third_party/alsa-lib/src/ucm/ |
D | ucm_regex.c | 135 options |= REG_ICASE; in uc_mgr_define_regex()
|
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/ |
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/ |
D | regexec.c | 84 && !(tnfa->cflags & REG_ICASE) \ 87 && (tnfa->cflags & REG_ICASE) \ 92 tnfa->cflags & REG_ICASE)))
|
/third_party/musl/src/regex/ |
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/ |
D | regexec.c | 84 && !(tnfa->cflags & REG_ICASE) \ 87 && (tnfa->cflags & REG_ICASE) \ 92 tnfa->cflags & REG_ICASE)))
|
/third_party/toybox/toys/pending/ |
D | man.c | 179 xregcomp(&TT.reg, TT.k, REG_ICASE|REG_NOSUB); in man_main()
|
/third_party/ntfs-3g/ntfsprogs/ |
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/alsa-utils/topology/ |
D | pre-processor.c | 388 ret = regexec(®ex, value, 0, NULL, REG_ICASE); in pre_process_include_conf()
|
/third_party/toybox/toys/posix/ |
D | grep.c | 408 (REG_EXTENDED*!!FLAG(E))|(REG_ICASE*!!FLAG(i))); in parse_regex()
|