Home
last modified time | relevance | path

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

12

/third_party/musl/libc-test/src/regression/
Dregex-bracket-icase.c30 n = regcomp(&re, pat, REG_ICASE); in main()
/third_party/musl/porting/liteos_m/kernel/include/
Dregex.h28 #define REG_ICASE 2 macro
/third_party/musl/ndk_musl_include/
Dregex.h28 #define REG_ICASE 2 macro
/third_party/musl/include/
Dregex.h28 #define REG_ICASE 2 macro
/third_party/musl/porting/uniproton/kernel/include/
Dregex.h28 #define REG_ICASE 2 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dregex.h28 #define REG_ICASE 2 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Dregex_impl.h58 #define REG_ICASE 0002 macro
DRegex.cpp33 flags |= REG_ICASE; in Regex()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
Dregex_impl.h58 #define REG_ICASE 0002 macro
DRegex.cpp29 flags |= REG_ICASE; in Regex()
/third_party/musl/libc-test/src/api/
Dregex.c19 C(REG_ICASE) in f()
/third_party/pcre2/pcre2/src/
Dpcre2posix.h56 #define REG_ICASE 0x0001 /* Maps to PCRE2_CASELESS */ macro
Dpcre2posix_test.c36 REG_ICASE, /* Test 1 */
Dpcre2posix.c293 if ((cflags & REG_ICASE) != 0) options |= PCRE2_CASELESS; in pcre2_regcomp()
/third_party/musl/Benchmark/musl/
Dlibc_regex.cpp25 REG_ICASE,
/third_party/alsa-lib/src/ucm/
Ducm_regex.c135 options |= REG_ICASE; in uc_mgr_define_regex()
Ducm_cond.c143 int options = REG_EXTENDED | REG_ICASE; in if_eval_regex_match()
/third_party/musl/porting/liteos_m/kernel/src/regex/
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/
Dregexec.c84 && !(tnfa->cflags & REG_ICASE) \
87 && (tnfa->cflags & REG_ICASE) \
92 tnfa->cflags & REG_ICASE)))
/third_party/musl/src/regex/
Dregexec.c84 && !(tnfa->cflags & REG_ICASE) \
87 && (tnfa->cflags & REG_ICASE) \
92 tnfa->cflags & REG_ICASE)))
/third_party/musl/porting/uniproton/kernel/src/regex/
Dregexec.c84 && !(tnfa->cflags & REG_ICASE) \
87 && (tnfa->cflags & REG_ICASE) \
92 tnfa->cflags & REG_ICASE)))
/third_party/toybox/toys/pending/
Dman.c179 xregcomp(&TT.reg, TT.k, REG_ICASE|REG_NOSUB); in man_main()
/third_party/ntfs-3g/ntfsprogs/
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/alsa-utils/topology/
Dpre-processor.c388 ret = regexec(&regex, value, 0, NULL, REG_ICASE); in pre_process_include_conf()
/third_party/toybox/toys/posix/
Dgrep.c408 (REG_EXTENDED*!!FLAG(E))|(REG_ICASE*!!FLAG(i))); in parse_regex()

12