Home
last modified time | relevance | path

Searched refs:SF_NOUNLINK (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Modules/
H A D_stat.c243 #ifndef SF_NOUNLINK
244 # define SF_NOUNLINK 0x00100000 macro
478 SF_NOUNLINK: file may not be renamed or deleted\n\
554 ADD_INT_MACRO(module, SF_NOUNLINK); in stat_exec()
/third_party/python/Lib/
H A Dstat.py124 SF_NOUNLINK = 0x00100000 # file may not be renamed or deleted variable
/third_party/rust/crates/nix/src/sys/
H A Dstat.rs105 SF_NOUNLINK;
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs1359 pub const SF_NOUNLINK: ::c_ulong = 0x00100000; consts

Completed in 12 milliseconds