Home
last modified time | relevance | path

Searched defs:REG_NOTEOL (Results 1 – 11 of 11) sorted by relevance

/third_party/musl/porting/uniproton/kernel/include/
Dregex.h33 #define REG_NOTEOL 2 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dregex.h33 #define REG_NOTEOL 2 macro
/third_party/musl/include/
Dregex.h33 #define REG_NOTEOL 2 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dregex.h33 #define REG_NOTEOL 2 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
Dregex_impl.h87 #define REG_NOTEOL 00002 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Dregex_impl.h87 #define REG_NOTEOL 00002 macro
/third_party/pcre2/pcre2/src/
Dpcre2posix.h59 #define REG_NOTEOL 0x0008 /* Maps to PCRE2_NOTEOL */ macro
/third_party/rust/crates/libc/src/unix/bsd/
Dmod.rs527 pub const REG_NOTEOL: ::c_int = 0o00002; constant
/third_party/rust/crates/libc/src/unix/nto/
Dmod.rs1464 pub const REG_NOTEOL: ::c_int = 0o00002; constant
/third_party/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs1653 pub const REG_NOTEOL: ::c_int = 2; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs3438 pub const REG_NOTEOL: ::c_int = 2; constant