Home
last modified time | relevance | path

Searched refs:I_PEEK (Results 1 – 6 of 6) sorted by relevance

/third_party/musl/porting/liteos_m/kernel/include/
Dstropts.h23 #define I_PEEK (__SID |15) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dstropts.h23 #define I_PEEK (__SID |15) macro
/third_party/musl/ndk_musl_include/
Dstropts.h23 #define I_PEEK (__SID |15) macro
/third_party/musl/include/
Dstropts.h23 #define I_PEEK (__SID |15) macro
/third_party/musl/porting/uniproton/kernel/include/
Dstropts.h23 #define I_PEEK (__SID |15) macro
/third_party/python/Modules/
Dfcntlmodule.c622 if (PyModule_AddIntMacro(m, I_PEEK)) return -1; in all_ins()