Home
last modified time | relevance | path

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

/third_party/musl/porting/uniproton/kernel/include/
Dstropts.h16 #define I_GRDOPT (__SID | 7) macro
/third_party/musl/include/
Dstropts.h16 #define I_GRDOPT (__SID | 7) macro
/third_party/musl/ndk_musl_include/
Dstropts.h16 #define I_GRDOPT (__SID | 7) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dstropts.h16 #define I_GRDOPT (__SID | 7) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dstropts.h16 #define I_GRDOPT (__SID | 7) macro
/third_party/python/Modules/
Dfcntlmodule.c624 if (PyModule_AddIntMacro(m, I_GRDOPT)) return -1; in all_ins()
/third_party/rust/crates/libc/src/unix/solarish/
Dmod.rs2410 pub const I_GRDOPT: ::c_int = STR | 0o7; constant