Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_stat.c107 #ifndef S_ISDOOR
108 # define S_ISDOOR(mode) 0 macro
309 stat_S_ISFUNC(S_ISDOOR,
363 if (S_ISDOOR(mode)) return 'D'; in filetype()
/external/python/cpython3/Lib/test/subprocessdata/
Dfd_status.py32 if not stat.S_ISDOOR(st.st_mode):
/external/python/cpython3/Lib/
Dstat.py78 def S_ISDOOR(mode): function
/external/python/cpython3/Doc/library/
Dstat.rst60 .. function:: S_ISDOOR(mode)
/external/python/cpython3/Misc/NEWS.d/
D3.9.0a1.rst1359 :data:`stat.S_IFWHT`, :func:`stat.S_ISDOOR`, :func:`stat.S_ISPORT`, and