Searched refs:S_ISWHT (Results 1 – 4 of 4) sorted by relevance
115 #ifndef S_ISWHT116 # define S_ISWHT(mode) 0 macro317 stat_S_ISFUNC(S_ISWHT,365 if (S_ISWHT(mode)) return 'w'; in filetype()
86 def S_ISWHT(mode): function
72 .. function:: S_ISWHT(mode)
1360 :func:`stat.S_ISWHT` values to the Python implementation of :mod:`stat`.