Searched refs:S_ISDOOR (Results 1 – 5 of 5) sorted by relevance
107 #ifndef S_ISDOOR108 # define S_ISDOOR(mode) 0 macro309 stat_S_ISFUNC(S_ISDOOR,363 if (S_ISDOOR(mode)) return 'D'; in filetype()
32 if not stat.S_ISDOOR(st.st_mode):
78 def S_ISDOOR(mode): function
60 .. function:: S_ISDOOR(mode)
1359 :data:`stat.S_IFWHT`, :func:`stat.S_ISDOOR`, :func:`stat.S_ISPORT`, and