Home
last modified time | relevance | path

Searched defs:REG_ICASE (Results 1 – 13 of 13) sorted by relevance

/third_party/musl/ndk_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/kernel/include/
Dregex.h28 #define REG_ICASE 2 macro
/third_party/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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
Dregex_impl.h58 #define REG_ICASE 0002 macro
/third_party/pcre2/pcre2/src/
Dpcre2posix.h56 #define REG_ICASE 0x0001 /* Maps to PCRE2_CASELESS */ macro
/third_party/ntfs-3g/ntfsprogs/
Dntfsundelete.c162 enum { REG_NOSUB = 1, REG_ICASE = 2 }; enumerator
/third_party/rust/crates/libc/src/unix/bsd/
Dmod.rs500 pub const REG_ICASE: ::c_int = 0o0002; constant
/third_party/rust/crates/libc/src/unix/nto/
Dmod.rs1459 pub const REG_ICASE: ::c_int = 0o0002; constant
/third_party/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs1626 pub const REG_ICASE: ::c_int = 2; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs3433 pub const REG_ICASE: ::c_int = 2; constant