Home
last modified time | relevance | path

Searched refs:S_IFWHT (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Modules/
D_stat.c82 #ifndef S_IFWHT
83 # define S_IFWHT 0 macro
518 ADD_INT_MACRO(module, S_IFWHT); in stat_exec()
/third_party/python/Lib/
Dstat.py46 S_IFWHT = 0 variable
/third_party/FreeBSD/include/
Dfts.h69 #define S_IFWHT (0160000) /* whiteout */ macro
/third_party/python/Doc/library/
Dstat.rst140 :data:`S_IFWHT`.
251 .. data:: S_IFWHT
259 :data:`S_IFDOOR`, :data:`S_IFPORT` or :data:`S_IFWHT` are defined as
/third_party/FreeBSD/lib/libc/gen/
Dfts.c898 sbp->st_mode = S_IFWHT; in fts_stat()
/third_party/python/Misc/NEWS.d/
D3.9.0a1.rst1359 :data:`stat.S_IFWHT`, :func:`stat.S_ISDOOR`, :func:`stat.S_ISPORT`, and
/third_party/python/Doc/whatsnew/
D3.4.rst1503 :attr:`~stat.S_IFPORT`, and :attr:`~stat.S_IFWHT`. (Contributed by