Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A D_stat.c111 #ifndef S_ISPORT
112 # define S_ISPORT(mode) 0 macro
313 stat_S_ISFUNC(S_ISPORT,
314 "S_ISPORT(mode) -> bool\n\n"
364 if (S_ISPORT(mode)) return 'P'; in filetype()
424 {"S_ISPORT", stat_S_ISPORT, METH_O, stat_S_ISPORT_doc},
/third_party/python/Lib/
H A Dstat.py82 def S_ISPORT(mode): function

Completed in 2 milliseconds