Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_stat.c78 #ifndef S_IFWHT
79 # define S_IFWHT 0 macro
524 if (PyModule_AddIntMacro(m, S_IFWHT)) return NULL; in PyInit__stat()
/external/python/cpython3/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
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_darwin_arm64.go1318 S_IFWHT = 0xe000 const
Dzerrors_darwin_386.go1318 S_IFWHT = 0xe000 const
Dzerrors_darwin_arm.go1318 S_IFWHT = 0xe000 const
Dzerrors_darwin_amd64.go1318 S_IFWHT = 0xe000 const
Dzerrors_netbsd_amd64.go1294 S_IFWHT = 0xe000 const
Dzerrors_netbsd_386.go1304 S_IFWHT = 0xe000 const
Dzerrors_netbsd_arm.go1284 S_IFWHT = 0xe000 const
/external/python/cpython3/Doc/whatsnew/
D3.4.rst1503 :attr:`~stat.S_IFPORT`, and :attr:`~stat.S_IFWHT`. (Contributed by