Home
last modified time | relevance | path

Searched defs:I_NREAD (Results 1 – 5 of 5) sorted by relevance

/third_party/musl/porting/uniproton/kernel/include/
Dstropts.h10 #define I_NREAD (__SID | 1) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dstropts.h10 #define I_NREAD (__SID | 1) macro
/third_party/musl/include/
Dstropts.h10 #define I_NREAD (__SID | 1) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dstropts.h10 #define I_NREAD (__SID | 1) macro
/third_party/rust/crates/libc/src/unix/solarish/
Dmod.rs2404 pub const I_NREAD: ::c_int = STR | 0o1; constant