Home
last modified time | relevance | path

Searched refs:S_IFDOOR (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Modules/
D_stat.c70 #ifndef S_IFDOOR
71 # define S_IFDOOR 0 macro
522 if (PyModule_AddIntMacro(m, S_IFDOOR)) return NULL; in PyInit__stat()
/external/python/cpython3/Doc/library/
Dstat.rst139 The function supports :data:`S_IFDOOR`, :data:`S_IFPORT` and
239 .. data:: S_IFDOOR
259 :data:`S_IFDOOR`, :data:`S_IFPORT` or :data:`S_IFWHT` are defined as
/external/python/cpython3/Doc/whatsnew/
D3.4.rst1502 The module supports new :mod:`~stat.ST_MODE` flags, :mod:`~stat.S_IFDOOR`,