Home
last modified time | relevance | path

Searched refs:S_ISPORT (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Modules/
D_stat.c111 #ifndef S_ISPORT
112 # define S_ISPORT(mode) 0 macro
313 stat_S_ISFUNC(S_ISPORT,
364 if (S_ISPORT(mode)) return 'P'; in filetype()
/external/python/cpython3/Lib/
Dstat.py82 def S_ISPORT(mode): function
/external/python/cpython3/Doc/library/
Dstat.rst66 .. function:: S_ISPORT(mode)
/external/python/cpython3/Misc/NEWS.d/
D3.9.0a1.rst1359 :data:`stat.S_IFWHT`, :func:`stat.S_ISDOOR`, :func:`stat.S_ISPORT`, and