Home
last modified time | relevance | path

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

/third_party/musl/porting/uniproton/kernel/include/
Dregex.h30 #define REG_NOSUB 8 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dregex.h30 #define REG_NOSUB 8 macro
/third_party/musl/include/
Dregex.h30 #define REG_NOSUB 8 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dregex.h30 #define REG_NOSUB 8 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
Dregex_impl.h59 #define REG_NOSUB 0004 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Dregex_impl.h59 #define REG_NOSUB 0004 macro
/third_party/pcre2/pcre2/src/
Dpcre2posix.h61 #define REG_NOSUB 0x0020 /* Do not report what was matched */ macro
/third_party/ntfs-3g/ntfsprogs/
Dntfsundelete.c162 enum { REG_NOSUB = 1, REG_ICASE = 2 }; enumerator
/third_party/mesa3d/src/util/
Dxmlconfig.c49 #define REG_NOSUB 0 macro
/third_party/rust/crates/libc/src/unix/bsd/
Dmod.rs501 pub const REG_NOSUB: ::c_int = 0o0004; constant
/third_party/rust/crates/libc/src/unix/nto/
Dmod.rs1461 pub const REG_NOSUB: ::c_int = 0o0004; constant
/third_party/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs1627 pub const REG_NOSUB: ::c_int = 4; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs3435 pub const REG_NOSUB: ::c_int = 8; constant