/third_party/libsnd/src/ |
D | sf_unistd.h | 83 #define S_IRWXO 0 /* rwx, other */ macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | stat.h | 67 #define S_IRWXO 0007 macro
|
/third_party/musl/ndk_musl_include/sys/ |
D | stat.h | 67 #define S_IRWXO 0007 macro
|
/third_party/musl/include/sys/ |
D | stat.h | 67 #define S_IRWXO 0007 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | stat.h | 67 #define S_IRWXO 0007 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | stat.h | 67 #define S_IRWXO 0007 macro
|
/third_party/musl/porting/linux/user/include/sys/ |
D | stat.h | 67 #define S_IRWXO 0007 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | stat.h | 67 #define S_IRWXO 0007 macro
|
/third_party/python/Modules/ |
D | _stat.c | 186 # define S_IRWXO 00007 macro
|
/third_party/python/Lib/ |
D | stat.py | 107 S_IRWXO = 0o0007 # mask for others (not in group) permissions variable
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | fcntl.h | 98 #define S_IRWXO 0007 macro
|
/third_party/musl/porting/linux/user/include/ |
D | fcntl.h | 98 #define S_IRWXO 0007 macro
|
/third_party/musl/include/ |
D | fcntl.h | 97 #define S_IRWXO 0007 macro
|
/third_party/musl/ndk_musl_include/ |
D | fcntl.h | 98 #define S_IRWXO 0007 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | fcntl.h | 97 #define S_IRWXO 0007 macro
|
/third_party/musl/porting/liteos_m/user/include/ |
D | fcntl.h | 97 #define S_IRWXO 0007 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | fcntl.h | 97 #define S_IRWXO 0007 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | fcntl.h | 97 #define S_IRWXO 0007 macro
|
/third_party/rust/crates/libc/src/unix/redox/ |
D | mod.rs | 620 pub const S_IRWXO: ::c_int = 0o0_007; constant
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/ |
D | mod.rs | 190 pub const S_IRWXO: mode_t = 7; constant
|
/third_party/rust/crates/libc/src/vxworks/ |
D | mod.rs | 767 pub const S_IRWXO: ::c_int = 0x0007; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 528 pub const S_IRWXO: ::mode_t = 7; constant
|
/third_party/rust/crates/libc/src/unix/haiku/ |
D | mod.rs | 772 pub const S_IRWXO: ::mode_t = 0o00007; constant
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
D | mod.rs | 585 pub const S_IRWXO: mode_t = 7; constant
|
/third_party/rust/crates/libc/src/unix/solarish/ |
D | mod.rs | 1322 pub const S_IRWXO: mode_t = 7; constant
|