Searched refs:F_OFD_GETLK (Results 1 – 13 of 13) sorted by relevance
74 #ifndef F_OFD_GETLK75 # define F_OFD_GETLK 36 macro
48 #define F_OFD_GETLK 36 macro
49 #define F_OFD_GETLK 36 macro
504 #ifdef F_OFD_GETLK in all_ins()505 if (PyModule_AddIntMacro(m, F_OFD_GETLK)) return -1; in all_ins()
39 On Linux(>=3.15), the fcntl module exposes the ``F_OFD_GETLK``, ``F_OFD_SETLK``
432 Added constants :data:`~fcntl.F_OFD_GETLK`, :data:`~fcntl.F_OFD_SETLK`
1196 Added constants :data:`~fcntl.F_OFD_GETLK`, :data:`~fcntl.F_OFD_SETLK` and