Home
last modified time | relevance | path

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

12

/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dstat.h54 #define S_ISGID 02000 macro
/third_party/musl/porting/linux/user/include/sys/
H A Dstat.h54 #define S_ISGID 02000 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dstat.h54 #define S_ISGID 02000 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dstat.h54 #define S_ISGID 02000 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dstat.h54 #define S_ISGID 02000 macro
/third_party/python/Lib/
H A Dstat.py93 S_ISGID = 0o2000 # set GID bit variable
/third_party/python/Modules/
H A D_stat.c129 # define S_ISGID 02000 macro
/third_party/musl/include/sys/
H A Dstat.h61 #define S_ISGID 02000 macro
/third_party/musl/porting/linux/user/include/
H A Dfcntl.h85 #define S_ISGID 02000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dfcntl.h84 #define S_ISGID 02000 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dfcntl.h84 #define S_ISGID 02000 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dfcntl.h84 #define S_ISGID 02000 macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dfcntl.h85 #define S_ISGID 02000 macro
/third_party/musl/porting/liteos_m/user/include/
H A Dfcntl.h84 #define S_ISGID 02000 macro
/third_party/musl/include/
H A Dfcntl.h87 #define S_ISGID 02000 macro
/third_party/rust/crates/libc/src/
H A Dwasi.rs259 pub const S_ISGID: mode_t = 0x400; consts
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs243 pub const S_ISGID: ::mode_t = 0x400; consts
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs754 pub const S_ISGID: ::c_int = 0x0400; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1338 pub const S_ISGID: ::c_int = 0x400; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs1579 pub const S_ISGID: u32 = 1024; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs1592 pub const S_ISGID: u32 = 1024; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs1579 pub const S_ISGID: u32 = 1024; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs1571 pub const S_ISGID: u32 = 1024; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs1584 pub const S_ISGID: u32 = 1024; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs1586 pub const S_ISGID: u32 = 1024; consts

Completed in 101 milliseconds

12