Home
last modified time | relevance | path

Searched defs:S_ISUID (Results 1 - 25 of 33) sorted by relevance

12

/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dstat.h53 #define S_ISUID 04000 macro
/third_party/musl/porting/linux/user/include/sys/
H A Dstat.h53 #define S_ISUID 04000 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dstat.h53 #define S_ISUID 04000 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dstat.h53 #define S_ISUID 04000 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dstat.h53 #define S_ISUID 04000 macro
/third_party/python/Lib/
H A Dstat.py92 S_ISUID = 0o4000 # set UID bit variable
/third_party/python/Modules/
H A D_stat.c125 # define S_ISUID 04000 macro
/third_party/musl/include/sys/
H A Dstat.h60 #define S_ISUID 04000 macro
/third_party/musl/porting/linux/user/include/
H A Dfcntl.h84 #define S_ISUID 04000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dfcntl.h83 #define S_ISUID 04000 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dfcntl.h83 #define S_ISUID 04000 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dfcntl.h83 #define S_ISUID 04000 macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dfcntl.h84 #define S_ISUID 04000 macro
/third_party/musl/porting/liteos_m/user/include/
H A Dfcntl.h83 #define S_ISUID 04000 macro
/third_party/musl/include/
H A Dfcntl.h86 #define S_ISUID 04000 macro
/third_party/rust/crates/libc/src/
H A Dwasi.rs260 pub const S_ISUID: mode_t = 0x800; consts
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs242 pub const S_ISUID: ::mode_t = 0x800; consts
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs753 pub const S_ISUID: ::c_int = 0x0800; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1337 pub const S_ISUID: ::c_int = 0x800; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs1578 pub const S_ISUID: u32 = 2048; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs1591 pub const S_ISUID: u32 = 2048; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs1578 pub const S_ISUID: u32 = 2048; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs1570 pub const S_ISUID: u32 = 2048; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs1583 pub const S_ISUID: u32 = 2048; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs1585 pub const S_ISUID: u32 = 2048; consts

Completed in 98 milliseconds

12