Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_stat.c107 #ifndef S_ISPORT
108 # define S_ISPORT(mode) 0 macro
309 stat_S_ISFUNC(S_ISPORT,
360 if (S_ISPORT(mode)) return 'P'; in filetype()
/external/python/cpython3/Doc/library/
Dstat.rst66 .. function:: S_ISPORT(mode)