Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_stat.c103 #ifndef S_ISDOOR
104 # define S_ISDOOR(mode) 0 macro
305 stat_S_ISFUNC(S_ISDOOR,
359 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/Doc/library/
Dstat.rst60 .. function:: S_ISDOOR(mode)