Home
last modified time | relevance | path

Searched refs:F_OFD_GETLK (Results 1 – 13 of 13) sorted by relevance

/third_party/ltp/include/lapi/
Dfcntl.h74 #ifndef F_OFD_GETLK
75 # define F_OFD_GETLK 36 macro
/third_party/musl/porting/uniproton/kernel/include/
Dfcntl.h48 #define F_OFD_GETLK 36 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dfcntl.h48 #define F_OFD_GETLK 36 macro
/third_party/musl/ndk_musl_include/
Dfcntl.h48 #define F_OFD_GETLK 36 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dfcntl.h48 #define F_OFD_GETLK 36 macro
/third_party/musl/porting/liteos_m/user/include/
Dfcntl.h48 #define F_OFD_GETLK 36 macro
/third_party/musl/include/
Dfcntl.h48 #define F_OFD_GETLK 36 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dfcntl.h49 #define F_OFD_GETLK 36 macro
/third_party/musl/porting/linux/user/include/
Dfcntl.h49 #define F_OFD_GETLK 36 macro
/third_party/python/Modules/
Dfcntlmodule.c504 #ifdef F_OFD_GETLK in all_ins()
505 if (PyModule_AddIntMacro(m, F_OFD_GETLK)) return -1; in all_ins()
/third_party/python/Doc/library/
Dfcntl.rst39 On Linux(>=3.15), the fcntl module exposes the ``F_OFD_GETLK``, ``F_OFD_SETLK``
/third_party/python/Doc/whatsnew/
D3.9.rst432 Added constants :data:`~fcntl.F_OFD_GETLK`, :data:`~fcntl.F_OFD_SETLK`
/third_party/python/Misc/NEWS.d/
D3.9.0a1.rst1196 Added constants :data:`~fcntl.F_OFD_GETLK`, :data:`~fcntl.F_OFD_SETLK` and