Home
last modified time | relevance | path

Searched defs:S_IRWXG (Results 1 – 25 of 42) sorted by relevance

12

/third_party/libsnd/src/
Dsf_unistd.h66 #define S_IRWXG 0 /* rwx, group */ macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dstat.h63 #define S_IRWXG 0070 macro
/third_party/musl/ndk_musl_include/sys/
Dstat.h63 #define S_IRWXG 0070 macro
/third_party/musl/include/sys/
Dstat.h63 #define S_IRWXG 0070 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dstat.h63 #define S_IRWXG 0070 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dstat.h63 #define S_IRWXG 0070 macro
/third_party/musl/porting/linux/user/include/sys/
Dstat.h63 #define S_IRWXG 0070 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dstat.h63 #define S_IRWXG 0070 macro
/third_party/python/Modules/
D_stat.c170 # define S_IRWXG 00070 macro
/third_party/python/Lib/
Dstat.py103 S_IRWXG = 0o0070 # mask for group permissions variable
/third_party/musl/porting/liteos_a/kernel/include/
Dfcntl.h94 #define S_IRWXG 0070 macro
/third_party/musl/porting/linux/user/include/
Dfcntl.h94 #define S_IRWXG 0070 macro
/third_party/musl/include/
Dfcntl.h93 #define S_IRWXG 0070 macro
/third_party/musl/ndk_musl_include/
Dfcntl.h94 #define S_IRWXG 0070 macro
/third_party/musl/porting/uniproton/kernel/include/
Dfcntl.h93 #define S_IRWXG 0070 macro
/third_party/musl/porting/liteos_m/user/include/
Dfcntl.h93 #define S_IRWXG 0070 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dfcntl.h93 #define S_IRWXG 0070 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dfcntl.h93 #define S_IRWXG 0070 macro
/third_party/rust/crates/libc/src/unix/redox/
Dmod.rs616 pub const S_IRWXG: ::c_int = 0o0_070; constant
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
Dmod.rs186 pub const S_IRWXG: mode_t = 56; constant
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs763 pub const S_IRWXG: ::c_int = 0x0038; constant
/third_party/rust/crates/libc/src/unix/linux_like/
Dmod.rs524 pub const S_IRWXG: ::mode_t = 56; constant
/third_party/rust/crates/libc/src/unix/haiku/
Dmod.rs768 pub const S_IRWXG: ::mode_t = 0o00070; constant
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs581 pub const S_IRWXG: mode_t = 56; constant
/third_party/rust/crates/libc/src/unix/solarish/
Dmod.rs1318 pub const S_IRWXG: mode_t = 56; constant

12