Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_stat.c78 #ifndef S_IFPORT
79 # define S_IFPORT 0 macro
517 ADD_INT_MACRO(module, S_IFPORT); in stat_exec()
/external/python/cpython3/Lib/
Dstat.py45 S_IFPORT = 0 variable
/external/python/cpython3/Doc/library/
Dstat.rst139 The function supports :data:`S_IFDOOR`, :data:`S_IFPORT` and
245 .. data:: S_IFPORT
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.rst1503 :attr:`~stat.S_IFPORT`, and :attr:`~stat.S_IFWHT`. (Contributed by