Home
last modified time | relevance | path

Searched defs:S_ISVTX (Results 1 - 25 of 32) sorted by relevance

12

/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dstat.h55 #define S_ISVTX 01000 macro
/third_party/musl/porting/linux/user/include/sys/
H A Dstat.h55 #define S_ISVTX 01000 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dstat.h55 #define S_ISVTX 01000 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dstat.h55 #define S_ISVTX 01000 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dstat.h55 #define S_ISVTX 01000 macro
/third_party/python/Lib/
H A Dstat.py95 S_ISVTX = 0o1000 # sticky bit variable
/third_party/python/Modules/
H A D_stat.c138 # define S_ISVTX 01000 macro
/third_party/musl/include/sys/
H A Dstat.h62 #define S_ISVTX 01000 macro
/third_party/musl/porting/linux/user/include/
H A Dfcntl.h86 #define S_ISVTX 01000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dfcntl.h85 #define S_ISVTX 01000 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dfcntl.h85 #define S_ISVTX 01000 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dfcntl.h85 #define S_ISVTX 01000 macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dfcntl.h86 #define S_ISVTX 01000 macro
/third_party/musl/porting/liteos_m/user/include/
H A Dfcntl.h85 #define S_ISVTX 01000 macro
/third_party/musl/include/
H A Dfcntl.h88 #define S_ISVTX 01000 macro
/third_party/rust/crates/libc/src/
H A Dwasi.rs258 pub const S_ISVTX: mode_t = 0x200; consts
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs244 pub const S_ISVTX: ::mode_t = 0x200; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1339 pub const S_ISVTX: ::c_int = 0x200; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs1580 pub const S_ISVTX: u32 = 512; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs1593 pub const S_ISVTX: u32 = 512; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs1580 pub const S_ISVTX: u32 = 512; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs1572 pub const S_ISVTX: u32 = 512; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs1585 pub const S_ISVTX: u32 = 512; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs1587 pub const S_ISVTX: u32 = 512; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs1577 pub const S_ISVTX: u32 = 512; consts

Completed in 113 milliseconds

12