/third_party/libsnd/src/ |
D | sf_unistd.h | 66 #define S_IRWXG 0 /* rwx, group */ macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | stat.h | 63 #define S_IRWXG 0070 macro
|
/third_party/musl/ndk_musl_include/sys/ |
D | stat.h | 63 #define S_IRWXG 0070 macro
|
/third_party/musl/include/sys/ |
D | stat.h | 63 #define S_IRWXG 0070 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | stat.h | 63 #define S_IRWXG 0070 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | stat.h | 63 #define S_IRWXG 0070 macro
|
/third_party/musl/porting/linux/user/include/sys/ |
D | stat.h | 63 #define S_IRWXG 0070 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | stat.h | 63 #define S_IRWXG 0070 macro
|
/third_party/python/Modules/ |
D | _stat.c | 170 # define S_IRWXG 00070 macro
|
/third_party/python/Lib/ |
D | stat.py | 103 S_IRWXG = 0o0070 # mask for group permissions variable
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | fcntl.h | 94 #define S_IRWXG 0070 macro
|
/third_party/musl/porting/linux/user/include/ |
D | fcntl.h | 94 #define S_IRWXG 0070 macro
|
/third_party/musl/include/ |
D | fcntl.h | 93 #define S_IRWXG 0070 macro
|
/third_party/musl/ndk_musl_include/ |
D | fcntl.h | 94 #define S_IRWXG 0070 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | fcntl.h | 93 #define S_IRWXG 0070 macro
|
/third_party/musl/porting/liteos_m/user/include/ |
D | fcntl.h | 93 #define S_IRWXG 0070 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | fcntl.h | 93 #define S_IRWXG 0070 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | fcntl.h | 93 #define S_IRWXG 0070 macro
|
/third_party/rust/crates/libc/src/unix/redox/ |
D | mod.rs | 616 pub const S_IRWXG: ::c_int = 0o0_070; constant
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/ |
D | mod.rs | 186 pub const S_IRWXG: mode_t = 56; constant
|
/third_party/rust/crates/libc/src/vxworks/ |
D | mod.rs | 763 pub const S_IRWXG: ::c_int = 0x0038; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 524 pub const S_IRWXG: ::mode_t = 56; constant
|
/third_party/rust/crates/libc/src/unix/haiku/ |
D | mod.rs | 768 pub const S_IRWXG: ::mode_t = 0o00070; constant
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
D | mod.rs | 581 pub const S_IRWXG: mode_t = 56; constant
|
/third_party/rust/crates/libc/src/unix/solarish/ |
D | mod.rs | 1318 pub const S_IRWXG: mode_t = 56; constant
|