Home
last modified time | relevance | path

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

/third_party/musl/porting/uniproton/kernel/include/
Dstropts.h14 #define I_FLUSH (__SID | 5) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dstropts.h14 #define I_FLUSH (__SID | 5) macro
/third_party/musl/include/
Dstropts.h14 #define I_FLUSH (__SID | 5) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dstropts.h14 #define I_FLUSH (__SID | 5) macro
/third_party/rust/crates/libc/src/unix/solarish/
Dmod.rs2408 pub const I_FLUSH: ::c_int = STR | 0o5; constant