Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_stat.c74 #ifndef S_IFDOOR
75 # define S_IFDOOR 0 macro
516 ADD_INT_MACRO(module, S_IFDOOR); in stat_exec()
/external/python/cpython3/Lib/
Dstat.py44 S_IFDOOR = 0 variable
/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/Misc/NEWS.d/
D3.9.0a1.rst1358 Add missing :data:`stat.S_IFDOOR`, :data:`stat.S_IFPORT`,
/external/python/cpython3/Doc/whatsnew/
D3.4.rst1502 The module supports new :mod:`~stat.ST_MODE` flags, :mod:`~stat.S_IFDOOR`,