Home
last modified time | relevance | path

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

12

/third_party/musl/porting/uniproton/kernel/include/
Dregex.h28 #define REG_ICASE 2 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dregex.h28 #define REG_ICASE 2 macro
/third_party/musl/libc-test/src/regression/
Dregex-bracket-icase.c30 n = regcomp(&re, pat, REG_ICASE); in main()
/third_party/musl/include/
Dregex.h28 #define REG_ICASE 2 macro
/third_party/musl/ndk_musl_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/boost/libs/regex/test/c_compiler_checks/
Dposix_api_check.cpp29 int flags = REG_EXTENDED | REG_BASIC | REG_NOSPEC | REG_ICASE | REG_NOSUB |
Dposix_api_check.c28 int flags = REG_EXTENDED | REG_BASIC | REG_NOSPEC | REG_ICASE | REG_NOSUB |
Dwide_posix_api_check.c35 int flags = REG_EXTENDED | REG_BASIC | REG_NOSPEC | REG_ICASE | REG_NOSUB |
Dwide_posix_api_check.cpp37 int flags = REG_EXTENDED | REG_BASIC | REG_NOSPEC | REG_ICASE | REG_NOSUB |
/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
/third_party/boost/boost/
Dregex.h35 using boost::REG_ICASE;
/third_party/alsa-lib/src/ucm/
Ducm_regex.c135 options |= REG_ICASE; in uc_mgr_define_regex()
/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/porting/uniproton/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/liteos_m/kernel/src/regex/
Dregexec.c84 && !(tnfa->cflags & REG_ICASE) \
87 && (tnfa->cflags & REG_ICASE) \
92 tnfa->cflags & REG_ICASE)))
/third_party/boost/libs/regex/src/
Dposix_api.cpp110 if(f & REG_ICASE) in regcompA()
Dwide_posix_api.cpp120 if(f & REG_ICASE) in regcompW()
/third_party/toybox/toys/pending/
Dman.c179 xregcomp(&TT.reg, TT.k, REG_ICASE|REG_NOSUB); in man_main()

12