Home
last modified time | relevance | path

Searched defs:SF_IMMUTABLE (Results 1 - 6 of 6) sorted by relevance

/third_party/python/Lib/
H A Dstat.py122 SF_IMMUTABLE = 0x00020000 # file may not be changed variable
/third_party/python/Modules/
H A D_stat.c236 # define SF_IMMUTABLE 0x00020000 macro
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
H A Dmod.rs1639 pub const SF_IMMUTABLE: ::c_uint = 0x00020000; consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs2250 pub const SF_IMMUTABLE: ::c_ulong = 0x00020000; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs1357 pub const SF_IMMUTABLE: ::c_ulong = 0x00020000; consts
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs4606 pub const SF_IMMUTABLE: ::c_uint = 0x00020000; consts

Completed in 29 milliseconds