Home
last modified time | relevance | path

Searched refs:UF_NOUNLINK (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython3/Modules/
D_stat.c215 #ifndef UF_NOUNLINK
216 # define UF_NOUNLINK 0x00000010 macro
554 if (PyModule_AddIntMacro(m, UF_NOUNLINK)) return NULL; in PyInit__stat()
/external/python/cpython2/Lib/
Dstat.py89 UF_NOUNLINK = 0x00000010 variable
/external/python/cpython3/Lib/
Dstat.py118 UF_NOUNLINK = 0x00000010 # file may not be renamed or deleted variable
/external/python/cpython2/Doc/library/
Dstat.rst309 .. data:: UF_NOUNLINK
Dos.rst1042 * :data:`stat.UF_NOUNLINK`
/external/python/cpython3/Doc/library/
Dstat.rst369 .. data:: UF_NOUNLINK
Dos.rst1622 * :data:`stat.UF_NOUNLINK`
/external/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs1095 pub const UF_NOUNLINK: ::c_ulong = 0x00000010; constant
/external/python/cpython3/Lib/test/
Dtest_tempfile.py1492 flags = stat.UF_IMMUTABLE | stat.UF_NOUNLINK