Home
last modified time | relevance | path

Searched refs:I_GWROPT (Results 1 – 7 of 7) sorted by relevance

/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dstropts.h28 #define I_GWROPT (__SID |20) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dstropts.h28 #define I_GWROPT (__SID |20) macro
/third_party/musl/ndk_musl_include/
Dstropts.h28 #define I_GWROPT (__SID |20) macro
/third_party/musl/include/
Dstropts.h28 #define I_GWROPT (__SID |20) macro
/third_party/musl/porting/uniproton/kernel/include/
Dstropts.h28 #define I_GWROPT (__SID |20) macro
/third_party/python/Modules/
Dfcntlmodule.c629 #ifdef I_GWROPT in all_ins()
631 if (PyModule_AddIntMacro(m, I_GWROPT)) return -1; in all_ins()
/third_party/rust/crates/libc/src/unix/solarish/
Dmod.rs2422 pub const I_GWROPT: ::c_int = STR | 0o24; constant