Home
last modified time | relevance | path

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

/third_party/python/Lib/
H A Dstat.py115 UF_IMMUTABLE = 0x00000002 # file may not be changed variable
/third_party/python/Modules/
H A D_stat.c208 # define UF_IMMUTABLE 0x00000002 macro
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
H A Dmod.rs1634 pub const UF_IMMUTABLE: ::c_uint = 0x00000002; consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs2256 pub const UF_IMMUTABLE: ::c_ulong = 0x00000002; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs1351 pub const UF_IMMUTABLE: ::c_ulong = 0x00000002; consts
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs4599 pub const UF_IMMUTABLE: ::c_uint = 0x00000002; consts

Completed in 38 milliseconds