Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_stat.c82 #ifndef S_IFWHT
83 # define S_IFWHT 0 macro
518 ADD_INT_MACRO(module, S_IFWHT); in stat_exec()
/external/python/cpython3/Lib/
Dstat.py46 S_IFWHT = 0 variable
/external/python/cpython3/Doc/library/
Dstat.rst140 :data:`S_IFWHT`.
251 .. data:: S_IFWHT
259 :data:`S_IFDOOR`, :data:`S_IFPORT` or :data:`S_IFWHT` are defined as
/external/python/cpython3/Misc/NEWS.d/
D3.9.0a1.rst1359 :data:`stat.S_IFWHT`, :func:`stat.S_ISDOOR`, :func:`stat.S_ISPORT`, and
/external/python/cpython3/Doc/whatsnew/
D3.4.rst1503 :attr:`~stat.S_IFPORT`, and :attr:`~stat.S_IFWHT`. (Contributed by