Home
last modified time | relevance | path

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

/third_party/python/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()
/third_party/python/Lib/
Dstat.py82 def S_ISPORT(mode): function
/third_party/python/Doc/library/
Dstat.rst66 .. function:: S_ISPORT(mode)
/third_party/python/Misc/NEWS.d/
D3.9.0a1.rst1359 :data:`stat.S_IFWHT`, :func:`stat.S_ISDOOR`, :func:`stat.S_ISPORT`, and